You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a large form to fill in on my website.
After some time, the token times out.
Is this by design or am i missing something?
If by design, what is the best way to refresh the token before timing out?
The text was updated successfully, but these errors were encountered:
I added this line of code to refresh the token every 2 minutes:
setInterval(function(){refreshReCaptchaV3('contact_subscribe_id','contact_subscribe');},120000);
I have a large form to fill in on my website.
After some time, the token times out.
Is this by design or am i missing something?
If by design, what is the best way to refresh the token before timing out?
The text was updated successfully, but these errors were encountered: