I am working with a Registration form, for validation process i am using jQuery.validate();
Now i need to validate an email if it is unique in the system or not, using ajax.
Any way to do this using jQuery.validate() ?
I am working with a Registration form, for validation process i am using jQuery.validate();
Now i need to validate an email if it is unique in the system or not, using ajax.
Any way to do this using jQuery.validate() ?
You can use remote
option with your validation rule. This question is already answered, please take a look at this answer