Closed b-rhodes closed 5 years ago
What version of the module are you using and what version of the cms are you using? Are there any other JavaScript errors prior to attempting to submit the form?
Sorry for late reply, I'm using Silverstripe 4.1.2 There is another javascript error, but it's unrelated.
Ok three more questions (sorry just trying to narrow down the issue):
I am also getting this issue. ReCAPTCHA couldn't find user-provided function: Nocaptcha-Form_AskAQuestion_Captcha
undefinedoffset/silverstripe-nocaptcha (2.0.3) jQuery v: 1.10.2
I think the problem is that the "window.Nocaptcha-Form_[Whatever]_Captcha" function is only defined for invisible Recaptcha (NocaptchaField.js line 38). However, the callback function is still set to this global function independently of the "data-size" attribute (NocaptchaField.js line 57).
I think @extravio is correct, I'll see if I can get a fix done up later today
Fixed and tagged as 2.0.4
I'm getting this javascript error when submitting a form, any idea what could be causing it?