jqBootstrapValidation icon indicating copy to clipboard operation
jqBootstrapValidation copied to clipboard

Matching 2 elements triggering form submit

Open rizqyhi opened this issue 12 years ago • 1 comments

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.

rizqyhi avatar Jul 12 '13 13:07 rizqyhi

Has this issue been resolved and it is working fine now?

momoduoladapo avatar Apr 24 '15 14:04 momoduoladapo