2
I have a registration form that uses the jquery.validate.js plugin http://jqueryvalidation.org. I searched but couldn’t find a way to return an error when the client inserts an already valid email. What is the best alternative to solve my problem? Thanks in advance.
You can create custom validations and messages. How is this check? Ajax ?
– DontVoteMeDown
Could be, just want using the same plugin, and enjoy the same error message structure.
– Leno Sousa