EWZRecaptchaBundle icon indicating copy to clipboard operation
EWZRecaptchaBundle copied to clipboard

HTML5 validation ignored

Open mikemix opened this issue 6 years ago • 1 comments

If using your callback, form's html5 validation rules are completely ignored. Script should check first if form is valid before trying to submit it.

Possible solution is to bind the callback to the form's submit method instead of directly to the button. I guess that would be a BC break though.

mikemix avatar Oct 30 '17 11:10 mikemix