When using validation post form even with errors
I talked about this in an earlier post when I thought I had the answer. Turns out not so much.
I need to be able to post the contents of a form which has jquery.validator items even when there are errors. I was trying to submit even if there were errors but the route I took ended up being called for each invalid field. Not good.
Does anyone have any thoughts on how to submit even when there are valdiation errors?
Thanks!