Skip to main content

All Questions

1 vote
0 answers
266 views

reCAPTCHA v3 "invalid-keys" error message is wrong

I have created a fresh set of reCAPTCHA v3 keys and integrated them on a high-traffic form. For the front-end implementation, I followed the steps outlined here: <script src='https://www.google.com/...
brodenbrett's user avatar
1 vote
0 answers
225 views

Is it safe to use same reCaptcha v3 Token for multiple requests?

I have an upload form with reCaptcha v3 in PHP with DropzoneJS. I am uploading 10 files with 10 different Post requests. When a User uploads 10 files, the client gets 10 different Captcha Tokens in a ...
jum's user avatar
  • 23
-1 votes
1 answer
793 views

How can I remove g-recaptcha-response in online form?

Morning! This is the email that I receive when I send a form tht I've created with catpcha, I would like to hide the section highlighted in the screenshot below, is there any possibility? I share the ...
Rob's user avatar
  • 45
0 votes
0 answers
1k views

How to enable invisible ReCAPTCHA on checkbox onclick

I am struggling with an recaptcha issue on my local. I am trying to build a register form. All examples about recaptcha are about buttons. What I want is to pop-up recaptcha modal to user when he/she ...
utkuyceng's user avatar
1 vote
0 answers
4k views

How do I use Google Recaptcha v3 on page load without a form using PHP

I'm trying to implement Google Recaptcha v3 on a particular page on my site. The content of the page is generated using PHP however I want to start filtering out some bot traffic. All examples that I'...
K997's user avatar
  • 449
0 votes
1 answer
966 views

how to prevent google recaptcha from executing?

I have a form containing a button that will fire google invisible recaptcha. the html page I'm using looks like this: <html> <head> <script src="https://www.google.com/recaptcha/api....
dapidmini's user avatar
  • 1,579
0 votes
0 answers
154 views

ReCaptcha returning null values randomly when calling siteverify

I have two php files, the first has a form that gathers payment data then posts to the other file to format a SOAP call to send the payment information to the payment service. The reCaptcha is called ...
sf_gray's user avatar
  • 13
0 votes
0 answers
180 views

Google Invisible reCaptcha not working as expected

We have two forms at the Landing page "Signup & Login" & we have to integrate invisible recaptcha on both the forms. Below is the script loading above the closing of body tag: <script ...
saurabh kackar's user avatar
-2 votes
1 answer
80 views

Inserted Malicious content

I have laravel application which having some forms that end user can fill, the forms also protected by google invisible captcha. but after some time i am getting some malicious records to be inserted ...
Ritesh Khatri's user avatar
0 votes
1 answer
34 views

Integrating and validating invisible recaptcha

I want to add recaptcha to a form, I registered for it and got the keys. <form> <input type="text" name="name" /> <input type="email" name="email" /> <textarea name="...
Richard Wood's user avatar
14 votes
6 answers
39k views

How to solve Google v3 reCaptcha timeout?

We have a PHP form that is several tabs and times-out on the reCaptcha. Everything is done in one page and it works perfectly fine IF the form is completed in <3 minutes. The idea of a solution is ...
Burndog's user avatar
  • 709
2 votes
1 answer
2k views

Testing ReCaptcha with Laravel Dusk

I've a small problem testing an invisible ReCaptcha on a form using Laravel Dusk. The package involved in this situation is Invisible Recaptcha by Albertcht I've this method inside CreatesApplication....
Ludo237's user avatar
  • 1,677
0 votes
0 answers
275 views

PHP unit testing recaptcha v2

I am implemented invisible recaptcha on my site, the users submits the form, I get a response code and then POST that to recaptchas endpoint to verify the user via cURL. What I am wanting to do now ...
Udders's user avatar
  • 6,936
0 votes
2 answers
2k views

Why No response from Google Invisible recaptcha?

Trying to achieve Google invisible recaptcha, but I am not getting any response after verification. Here is my code: invisible_recaptcha.php (form) <!doctype html> <html> <...
VBMali's user avatar
  • 1,380
0 votes
0 answers
346 views

Invisible ReCaptcha for Subscribe Button

I have a simple newsletter signup on the bottom of a website(www.valleygolfwillmar.com). I've been getting a lot of spam bot email addresses so decided to add Invisible ReCaptcha to help cut down on ...
Dan Graves's user avatar

15 30 50 per page