Use this tag to refer about the Google reCAPTCHA tool to differentiate humans and bots without requesting to solve a CAPTCHA.
Questions tagged [invisible-recaptcha]
281 questions
0
votes
1 answer
Monitoring of statistics in Google Recaptcha
is there a way to monitor the statistics that are presented in the Google Recaptcha admin panel? Api or any other way? Or i can only see them in the admin panel?
Thank You

Jack
- 31
- 1
- 2
- 9
0
votes
0 answers
Recaptcha Missing required parameters: sitekey
I'm integrating recaptcha to my react app and I'm having this error: "Missing required parameters: sitekey" when I use the render method of grecaptch even though I have properly included the sitekey in to the parameters.
Here is my code for…

user1537846
- 21
- 1
- 4
0
votes
0 answers
RECAPTCHA v2 can not display once click submit button, why?
Hi guys I need a problem , there is a button called submit and I want to when I click the button , reCAPTCHA form will appear but now, I have to click three time for display reCAPTCHA form.this is my problem. thank u from now.
All HTML Codes…

Akif Demirezen
- 191
- 1
- 1
- 13
0
votes
1 answer
Remove invisible Cannot contact reCAPTCHA. Check your connection and try again alert
I'm using invisible reCaptcha but I get the error alert " Cannot contact reCAPTCHA. Check your connection and try again alert" when I click recaptcha several times. How do I remove this error and allow for several clicks on my reCaptcha?

Alfred Wahlforss
- 95
- 10
0
votes
0 answers
Invisible reCaptcha doesn't trigger html5 form validation
I am not sure why my code doesn't trigger html5 form validation. I checked few posts here and implement their methods and none of them worked.
I am creating dynamic invisible reCaptcha forms and form validation is not working as it should be... I…

jureispro
- 1,342
- 5
- 22
- 43
0
votes
0 answers
Migrating Recaptcha to invisible Recaptcha
Background
I,ve implemented a recpatcha solucion from this site http://phppot.com/php/php-contact-form-with-google-recaptcha/
Now I want to migrate to Invisible Recaptcha, but I can't validate with the PHP module.
I'm using PHP library for recaptcha…
0
votes
1 answer
Invisible reCaptcha with Contact Form 7
I'm using CF7 and Google's reCaptcha. I've gotten keys but am not sure if that's all I needed to do to integrate it. I know that if I add [recaptcha] to my form that it enables the one you interact with but that's not what I want. How do I test to…

anonymoose
- 1,169
- 2
- 21
- 62
0
votes
1 answer
How to use Google Invisible Recaptcha inside jQuery?
How to use Invisible recaptcha inside jQuery?
This is recaptcha client side example: https://developers.google.com/recaptcha/docs/invisible#render_param
but all examples are in JavaScript, not jQuery.
I tried many times like below: