laravel-recaptchav3
laravel-recaptchav3 copied to clipboard
Feature request
Hi,
sometimes the page on my website loads slow, so some people push the button to submit to early, so they dont got an google token and the post fail, is it an option to make an callback function so, when it is loaded an callback will be fired, so i can enable the button?
I think this is a little bit out of scope of this package. Depending on your site, you could disable the submit button and enable it using the grecaptcha.ready() function of the Recaptcha JS API.