Hi everyone - I've used and loved the form validation plugin developed by Jörn Zaefferer, and I've run into several cases in which I would like to be able to essentially say, "if these conditions are met, the form's valid, period," without actually checking through valid(), element() or any other means.
Is there a method I can call that just forces the validator element to think it's valid, without actually validating the form? Thanks much in advance!