Questions tagged [invisible-recaptcha]

Use this tag to refer about the Google reCAPTCHA tool to differentiate humans and bots without requesting to solve a CAPTCHA.

281 questions
4
votes
1 answer

Google INVISIBLE reCaptcha + Bootstrap 4 validator

I've been working on online form, PHP Bootstrap 4 beta 2 validator with Google Invisible reCapture based on this site below. https://shareurcodes.com/blog/google%20invisible%20recaptcha%20integration%20with%20php But somehow I got error message says…
edokko
  • 91
  • 1
  • 1
  • 8
4
votes
2 answers

Invisible captcha executed as soon as page loads

I'm trying to use the ability of google to check if the page request comes from a human or bot. By this I want to include an invisible captcha and submit the verification as soon as the page finishes loading. I've gone through the google docs…
Bucci83
  • 95
  • 1
  • 3
  • 10
4
votes
1 answer

Invisible recaptcha Programmatically invoke the challenge grecaptcha.getResponse() is always blank on page refresh

I am rendering the google recaptcha widget in my jsp page and programmatically invoking the challenge in my java script when I submit the form. Where my_site.js looks like this: ... many other functions, not nested function…
Itay
  • 16,601
  • 2
  • 51
  • 72
3
votes
0 answers

grecaptcha.execute().then() not working as expected

I have a very simple code about explicit invisible recaptcha v2 rendering and executing. So first off this is the code https://jsfiddle.net/715njfpL/ or:
ezegoing
  • 526
  • 1
  • 4
  • 18