Problem/Motivation

cv.jquery.validate.js:56
this.beforeSubmitCVOriginal.apply errors with: cannot read properties of undefined "apply"

Steps to reproduce

1. Install reCaptcha3 with fallback reCaptcha2, set threshold to 1, to show fallback always.
2. Create webform with reCaptcha3.
3. Fill the form and press form button
4. Do the captcha.
3. Press form button again
You will see modal error!

Proposed resolution

In the code early you assign:
cv.jquery.validate.js:43
Drupal.Ajax.prototype.beforeSubmitCVOriginal = Drupal.Ajax.prototype.beforeSubmit;

Comments

divined created an issue. See original summary.

divined’s picture

Issue summary: View changes
divined’s picture

Issue summary: View changes
divined’s picture

Issue summary: View changes