jqBootstrapValidation
jqBootstrapValidation copied to clipboard
Matching 2 elements triggering form submit
Hi, I've little issue with confirm match validation. So I have this code:
<input type="text" class="input-mini" id="captcha" name="captcha" required data-validation-match-message="Your input is wrong." data-validation-required-message="Should be filled out.">
<input id="captcha-check" name="captcha-check" value="5" type="hidden">
when I click the submit button, the validation is running, and also the form is submitted. I though it should be prevent submitted because there were still any validation errors. Is it a bug of I'm missing something?
thanks.
Has this issue been resolved and it is working fine now?