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
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…
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?
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:
gdk
  • 89
  • 1
  • 2
  • 11
0
votes
1 answer

Trouble verify google invisible recaptcha with node.js

I am using the npm recaptcha verify plugin: https://www.npmjs.com/package/recaptcha-verify In my react app I am using https://www.npmjs.com/package/react-google-invisible-recaptcha At the top of my node app code: var Recaptcha =…
Starfs
  • 412
  • 1
  • 5
  • 18
0
votes
2 answers

How to Post Form Data to 3rd Party Server After Google Invisible reCaptcha Success?

I have what is probably a pretty basic question but am pretty new to PHP and form creation so hoping somebody can help me out. We've got spam bots continuously submitting a one-field email form on our site, despite having the honeypot method in…
dpayne
  • 273
  • 3
  • 14
0
votes
1 answer

Google reCAPTCHA invisible - Where does it get it's information?

So I'm coding a page with Laravel and the user needs to go through five pages until he gets to a submit button to publish something. The last page contains only three checkboxes. The user has to check at least two of three. How should google know…
Philipp Mochine
  • 4,351
  • 10
  • 36
  • 68
0
votes
1 answer

Skip invisible recaptcha images challenge

I'm trying to implement Invisible reCAPTCHA by Google. But after 5-6 times the images challenge comes up which is against the requirement . Is there a possibility of skipping the images challenge?
0
votes
1 answer

Is there a way to detect with invisible recaptcha if the user is possibly a bot?

I need to perform a task on the client only if the user is likely not a bot. It has to be completely automatic, so I don't want to show a captcha to the user to actually do the verification, I just want to know if the user is most likely not a…
Tom
  • 7,515
  • 7
  • 38
  • 54
0
votes
1 answer

Invisible reCAPTCHA missing input response

I'm trying to make a page with an invisible reCAPTCHA and I am having trouble getting it to work. Client Page: