Reloading the Google ReCaptcha after a submit button without refreshing the page can be done with a few simple steps:
- Add a "reset" button to your HTML form and style it accordingly.
- Bind a function to the reset button to clear all the inputs and the Google ReCaptcha field displayed.
- Add a callback to your Google ReCaptcha to reset the framework with a simple JavaScript call on the button click.
Here's a complete guide on how to do it: https://www.instamobile.io/post/how-to-reload-google-recaptcha-after-submit-button/
In summary, adding the “reset” button, binding a function to it, and adding a callback to your Google ReCaptcha, can help you reload the ReCaptcha without having to refresh your page.