Skip to content
Advertisement

Tag: recaptcha

Implement v3 Recaptcha without recaptcha/api.js causing ‘Reduce unused JavaScript’ or ‘ Reduce the impact of third-party code’opportunities

I am able to get recaptcha to load on a website, with the async and defer tag on it. However, when I check Pagespeed Insights against it, I see two issues: Reduce the impact of third-party code. Third-party code can significantly impact load performance. Limit the number of redundant third-party providers and try to load third-party code after your page

Google reCaptcha V2 (Invisible) only fires once

today i tried to implement Google ReCAPTCHA V2 in ivisible mode. In the documentation, they showed, how to use it. I tried this solution, but the “onSubmit” function only gots called once. After that, the Button simply does nothing… Its there a way to fix that Issue without reloading the page? Thanks, Sascha Answer I have hit the same problem

How to wait until the user finished the tasks after grecaptcha.execute()? reCAPTCHA v2 invisible

I would like to make my own website, where I use reCAPTCHA. However, I don’t know how to wait after grecaptcha.execute() until the user has completed the tasks. Because now the link is called directly without passing the tasks. For the rest I use the standard Google Script https://developers.google.com/recaptcha/docs/invisible It is the reCAPTCHA v2 invisible. I would be happy about

Advertisement