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.
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.