Google Recaptcha V3 - Widget Id when loading captcha through URL
问题 I am implementing the Recaptcha V3 on my site, and I could not find a proper way to reset the token if my request has failed. Following the documentation, to load the recaptcha I need to include the following script on my page: <script src='https://www.google.com/recaptcha/api.js?render=MY_KEY'></script> Also I am binding the captcha token to a field, to validate on my back end when the customer choose to send an e-mail: grecaptcha.ready(function() { grecaptcha.execute('MY_KEY', { action :