Conversation
supportHi, I’m use this plugin with MW WP Form that have 3 pages of input, confirmation and thanks page. If I enter normally in the input form, I cannot always go to the confirmation page with a timeout error. I sometimes get an error on the confirmation page. Is it possible to avoid errors or disable timeout checking for reCaptcha v3? Best regards, yumsun This topic was modified 5 years ago by yumsun .
@kanakogi https://developers.google.com/recaptcha/docs/v3 Note: reCAPTCHA tokens expire after two minutes. If you’re protecting an action with reCAPTCHA, make sure to call execute when the user takes the action rather than on page load.
@kanakogi https://developers.google.com/recaptcha/docs/v3 Note: reCAPTCHA tokens expire after two minutes. If you’re protecting an action with reCAPTCHA, make sure to call execute when the user takes the action rather than on page load.