Clear ReCaptcha on submit and form reset

A client has asked me to re-do a new contact form with re-captcha on a very old dreamweaver built site.

The action from the contact form is send mail on submit whereupon a notification is shown and the form is reset

The message functions correctly as does the form reset and email send but the ReCaptcha remains checked on the form reset until the recaptcha eventually times out

My error or bug?

I have the same issue.

Ray.

Same for me, everything work fine but the ReCaptcha remains checked on the form reset.
But what I understand is that the reset work with the form fields not theReCaptcha.
In my case it doesn’t matter because visitors only fill the from once.
At least when as you refresh the page or a new visitor fill the form the ReCaptcha is at its initial state (unchecked).
But it would indeed be nice if ReCaptcha would go unchecked after form reset.

I just saw this post. You can try the solution below. It will work .
image

For ReCaptcha Version 2

grecaptcha.reset();

ReCaptcha Version 1

Recaptcha.reload();

Reset has been added to reCaptcha with Wappler 3.4.1

This topic was automatically closed after 25 hours. New replies are no longer allowed.