Reset Link reCaptcha
-
When the reCaptcha displays the ‘Reset’ link it is linking to the current page with a ‘#’, but clicking on that link, especial with a multipage form, doesn’t reset the recaptcha, it just brings you to the top of the page.
I’d suggest changing the link perhaps to execute the reCaptcha reset, something like:
<a href="javascript:;" class="reset_" onclick="grecaptcha.reset();">Reset</a>
That resets the reCaptcha inline without any refresh/re-positioning.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Reset Link reCaptcha’ is closed to new replies.