victorjonsson / jQuery-Form-Validator

[DISCONTINUED] jQuery plugin that makes it easy to validate user input while keeping your HTML markup clean from javascript code.
971 stars 475 forks source link

Form element validates but form does not. #590

Closed JessycaFrederick closed 7 years ago

JessycaFrederick commented 7 years ago

I asked this on StackOverflow but I'm not getting any help there.

I have a form with one field, email. When the input loses focus, the field validates correctly and reports to the console. When the user then clicks submit, the alert for the onError event pops up saying the form isn't valid.

I don't understand what's not valid. Is there a way to get the specific problem to be displayed either in the alert or the console? Thank you.

victorjonsson commented 7 years ago

You have the answer on stackoverflow