Hello Jörn and others, I may have found 2 bugs in the form validation plugin. But this could also be due to IE6 and IE7, I am not sure. The first bug shows up when you add a field (hidden field in my case) with a name="id". I understand that IE doesnt like that a lot since IE treats names and ids almost the same (or so I recall reading somewhere). However I dont understand that when I add a field with a name of id, the form validation does not work anymore and just submits everything.
Example is at http://www.competities.com/jquery/demo-test/test_with_id.html. The second form contains the hidden id. Note that this is the complete zip file of the form plugin. The second bug occurs when I add a button with a name of cancel. Again there is no form validation, not even when I press the submit button. Also in IE6 there is no alert (nor a validation) whereas in firefox there is an alert (but no validation). Example is at http://www.competities.com/jquery/demo-test/test_with_cancel_button.html Other then that I think this is a great plugin. Thx for your time