diff --git a/forms/Validator.php b/forms/Validator.php index 7a8492c82..81f173cc3 100755 --- a/forms/Validator.php +++ b/forms/Validator.php @@ -82,7 +82,7 @@ Behaviour.register({ return !error; }, onsubmit : function() { - return this.validate(); + if(typeof this.bypassValidation == 'undefined' || !this.bypassValidation) return this.validate(); } }, '#$formID input' : {