[jQuery] [validate] Form cache manipulation?

[jQuery] [validate] Form cache manipulation?


Hi,
I use the jquery.validation plugin very handy. All works fine, but I
have one little Problem.
I have a form which adds new Customers. If you fill out these form
more than one time, the Browser will show filled in values from the
past if they match with the given characters in one field.
My validation Messages appears under each textfield or whatever, so if
I type in a character which is at the beginning like one value from
the past, the browser pops up a list under the textfield in which i
can choose a value from the past. So what happens here, my message
will not be shown due to the fact that this cache list appears over
this error message.
As we can see sometimes it is a cool feature for filling in a
mailaddress often and often to not have to write this address every
time, but in a form in which someone adds new customers for example
this feature is buging the user and makes the nessesary error messages
from validation plugin unreadable.
Does anyone know how I can disable these value list popups or clear
the form cache from the browser to prevent from this behaviour?
Best Regards
Snitch