- πΊπΈUnited States joshua.boltz
This patch resolved the issue in my case where I have a subclass of the ZendeskSupportForm and a subclass of the ZendeskFormBlock, where I noticed the captcha was not loading up. When reviewing the JS, it seemed like the "form[data-recaptcha-id=" selector logic was wrong, because that attribute didn't exist on the
, it exists on thewrapper I guess from the block's markup.The patch solved this. Was there a reason why it's still in "Needs work"?
- π¦πΊAustralia dpi Perth, Australia
Thanks, patch works.
fwiw we were seeing:
simple_recaptcha.NOTICE: reCAPTCHA validation failed, error codes: invalid-input-response []
- πΊπΈUnited States joshua.boltz
@dpi Are you still seeing the "NOTICE: reCAPTCHA validation failed, error codes: invalid-input-response" errors? I thought I was past them, but after more tests, I am seeing them again.
I am using the patch I created and submitted in https://www.drupal.org/project/simple_recaptcha/issues/3387780#comment-1... β¨ Explicitly render the reCAPTCHA widget Needs review
Which includes the patch changes from this issue.