jQuery Validate Plugin - usability problem
Hello all,
This form is nice on a usability point of view, except for one thing:
it shows: "your email is invalid" while the user is typing.
This isn't appropriate, since the user as not yet finish so, don't send him a unnecessary message.
How to reproduce?
Having an e-mail field with at least two rules applied, like "required" and "well formed".
1) Let the field empty on propose. (the required message will show)
2) Start typing the address. (the undesired "your e-mail is not correct" displays).
Question:
How can we customize it, so that "your e-mail is not correct" appears only on blur?
Thanks in advance,
Márcio