Thank you for your answer, Joerg. What I forgot to mention is that I am using the ajaxForm plugin on that form and and that I have two different forms on the same page. Would this make a difference? Unfortunately the debug:true did not change anything, though...
juro On May 11, 5:26 pm, "Jörn Zaefferer" <[EMAIL PROTECTED]> wrote: > You can set the debug-option to true to always prevent the form > submit. That way you'll get to see the error message, ie. on the > Firebug console, to debug the issue. > > If that doesn't help: Please provide a testpage. > > JörnOn Sun, May 11, 2008 at 1:22 PM, juro <[EMAIL PROTECTED]> wrote: > > > Hi, > > In the documentation of the jQuery Validation Plugin, by default the > > form is not sent if invalid. > > > "By default, the form submission is prevented when the form is > > invalid, and submitted as normal when it is valid." > > > In my case this is not true. How can I debug this?