jQuery validation plugin: treat validation errors as warnings and allow form submit
Hello,
as the subject suggests, I am using the bassistance.de validation plugin (
http://docs.jquery.com/Plugins/Validation/) and I would like to be able to submit the form even when there are validation errors. Basically, we only want to use the plug-in to warn the user of potential issues (please don't question the usability issues with this

, I know).
So, is there a way to do it easily or should I hack into the plugin code?
Thanks in advance!