Closed hohl closed 4 years ago
I will take a look tomorrow
@hohl you can try this example invisible.blade.php
Fixed it by adding this to my view:
grecaptcha.execute();
Thanks, yes adding grecaptcha.execute()
as suggested by @nelsonfsa and as already shown in your above sample seems to be enough to get the invisible captchas working.
Thanks for the help and thanks in general for providing us with that library.
Are invisible reCAPTCHAs supported through this library?
I tried to use this library with the invisible data attribute (see v2 reCAPTCHA docs by Google):
While this line hides the captcha, it also causes the validation to fail afterwards. Looking at Google documentation this flag should be the only change needed, but I can not figure out, why it does not work with this plugin. Any ideas? Or, maybe anybody here activly uses the invisible reCAPTCHAs already with this library?