I need to validate username. The user name should allow only characters and spaces. It should not accept numbers. The current validation class which allows numbers. But if I use class “validate-alpha” which is not allowing spaces. Can any one tell me which validation class should I use?
I need to validate username. The user name should allow only characters and spaces.
Share
You can create you own custom validation class
See http://magento-quickies.tumblr.com/post/6579512188/magento-custom-form-validation
or
see http://blog.baobaz.com/en/blog/custom-javascript-form-validators