Closed (works as designed)
Project:
reCAPTCHA v3
Version:
8.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
31 Aug 2021 at 14:21 UTC
Updated:
31 Aug 2021 at 17:13 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
dench0how I understand from the description - the form are submitted by ajax or maybe some other js code blocking from submitting (because otherwise, the form submission should happen immediately).
ReCaptcha V3 does not bind any event listeners on the form `submit` or button `click` events. And event more recaptcha js code can't block form submitting in any way. So you need to find out what really happens when you submit the form using browser developer tools and js debugging.
- you need to check if the `Domains` setting is correct in the google recaptcha admin page, see attached screenshot #1.
- ps show me markup of the recaptch element, see attached screenshot #2
Comment #3
lubwn commentedThank you for a quick response.
It is actually /user/register form. It is not a form submitted by JS. I checked domains and it is set correctly.
I am attaching the markup:
Comment #4
lubwn commentedFalse alarm! I know what makes this.. it is a custom module checking an access code during registration process!! There are ~4000 codes and the query is slowing down the site when registering. I will re-work the implementation but it has nothing to do with recaptcha. I thought it is something to do with recaptcha because of same-time implementation of both recaptcha and access codes to our website and error in drupal log pointed to this.
Comment #5
dench0So if the issue is solved, then pls close it. Or do you still have problems with the ReCaptcha?
Comment #6
lubwn commented