-
Notifications
You must be signed in to change notification settings - Fork 32
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Forms cannot be submitted after two minutes using v3 #36
Comments
This seems to happen with the v2 invisible option as well. |
Hi, I run into this bug, but actually I got the first fail (timeout / duplicate), then a re-submit the form (without reload the page) and works fine. |
https://developers.google.com/recaptcha/docs/v3
|
With this workaround
I solved the two minutes expiring issue. |
any hint about where you put this line ? thanks in advance :-) |
Yeah, sure. On this file Here's my full code on 'recaptcha.html.php' file:
|
I've create PR #44 |
According to the docs there is a 2 minute limit on a valid CAPTCHA, and it appears that this plugin executes the CAPTCHA on page load rather than when a form is actually submitted. If you load page, wait over 2 minutes, then try to submit, the CAPTCHA always fails.
The text was updated successfully, but these errors were encountered: