I am busy with some form validation and it is working but the messages keep on comming when you make a mistake.
So when you fill out in the emailfield with only a name the error comes but when you click again in that field the same message come up again.
How can i fix this that the message will be showing only one time? And when it’s good that the message disappear?
Example: http://jsfiddle.net/q7Z82/
you can use
errorPlacementoption http://docs.jquery.com/Plugins/Validation/validate#options. like this,here is the demo http://jsfiddle.net/q7Z82/2/