I'm using reCAPTCHA with AJAX.
When the page loads, the reCAPTCHA validation works normally, but when the form fails, the reCAPTCHA returns an error and the session expires .
How to make reCAPTCHA work with AJAX without reload ?
I'm using reCAPTCHA with AJAX.
When the page loads, the reCAPTCHA validation works normally, but when the form fails, the reCAPTCHA returns an error and the session expires .
How to make reCAPTCHA work with AJAX without reload ?
I solved the problem.
I used grecaptcha.reset()
.