laravel-recaptchav3 icon indicating copy to clipboard operation
laravel-recaptchav3 copied to clipboard

Feature request

Open djoey123 opened this issue 6 years ago • 1 comments

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?

djoey123 avatar Jan 12 '19 15:01 djoey123

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.

josiasmontag avatar Jan 14 '19 13:01 josiasmontag