diff --git a/ReCaptchaFrontendUi/view/frontend/web/js/reCaptcha.js b/ReCaptchaFrontendUi/view/frontend/web/js/reCaptcha.js index 4fdca404..8f2814d4 100644 --- a/ReCaptchaFrontendUi/view/frontend/web/js/reCaptcha.js +++ b/ReCaptchaFrontendUi/view/frontend/web/js/reCaptcha.js @@ -160,7 +160,7 @@ define( var listeners; if (this.getIsInvisibleRecaptcha() && parentForm.length > 0) { - parentForm.submit(function (event) { + parentForm.on('submit', function (event) { var submitButton; if (!this.tokenField.value) {