Skip to main content

All Questions

Tagged with
82 votes
11 answers
88k views

Google reCaptcha response "Uncaught (in promise) null"

I'm use reCaptcha v2 but in dev console response Uncaught (in promise) null in in any case (and moving the .reset() function) console: my code for recaptcha: <div class="text-xs-center" style="...
FABBRj's user avatar
  • 980
2 votes
2 answers
2k views

Recaptcha Request timed out in bootstrap modal popup

I have 2 recaptcha in my site but in 2 different pages. The first one does not have problem, the second one is situated into a modal popup, that is shown after a button click. The browser console ...
FABBRj's user avatar
  • 980
1 vote
1 answer
855 views

Why does email go through if Recaptcha is not checked?

I have been trying my very hard to have recaptcha verify a user and not send the email without them being verified. I have tried everything I can possibly think of, but the email goes out from my ...
codeHunter's user avatar
0 votes
1 answer
828 views

How to make google captcha mandatory in form

I am trying to set the form that user cannot submit if he has not checked the captcha. Captcha must be mandatory but i am unable to do it. Any help will he highly appreciated . My piece of code is : &...
Ali Tahir's user avatar
0 votes
0 answers
166 views

ReCaptcha V2 returns False even though checked

Having a problem with ReCaptcha. Even if checkbox is checked, it still returns false. I have triple checked my keys and happy they are correct. I am using code based on that successfully used on ...
Tim's user avatar
  • 1
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
0 votes
1 answer
277 views

PHP and AJAX form with reCaptcha v2 fails to run the PHP script

I'm currently making a personal website from scratch using a webserver running Apache and PHP 5.6. I made the framework, some pages, and some CSS. I'm currently having issues integrating Google's ...
Chillstice's user avatar
0 votes
1 answer
85 views

reCAPTCHA returns only false and I'm getting ERR_EMPTY_RESPONSE while loading [closed]

So... I decided to use reCAPTCHA on my website and it returns only false when it's JSON decoding, just like that: $secretKey = "***********"; $responseKey = $_POST['g-recaptcha-response']; $url = '...
SenTisso's user avatar
  • 622
0 votes
3 answers
233 views

reCaptcha not shows on my singlepage website

I have some problem with the recaptcha loading. I trying to remake and modernize one of old my website to a singlepage one with php, javascript and ajax (no jquery!). Everyting is fine yet, but the ...
Vasmatska's user avatar
-1 votes
1 answer
1k views

How to make Google reCaptcha mandatory or required?

I have a contact form and I've added the reCAPTCHA v2 successfully but I can't make it a mandatory/required option. So currently if I click on the submit button it sends the message without even ...
vld1's user avatar
  • 9
2 votes
1 answer
6k views

Invisible reCaptcha AJAX Call

I'm trying to implement the invisible reCaptcha onto a website. But I can not get it working. Here is what I'm doing: header <!-- Invisible reCaptcha --> <script src="https://www.google....
jor's user avatar
  • 158
2 votes
0 answers
2k views

Google Invisible Recaptcha: Cannot contact reCAPTCHA. Check your connection and try again

I'm trying to implement Google Invisible Recaptcha on a website online after the domain registration on google recaptcha site, I followed the documentation, but not works. When send the form, show the ...
Mer's user avatar
  • 93
1 vote
1 answer
259 views

Google Recaptcha box not working. Works if it isn't ticked, but not if it is ticked

This is my enquiry.php file, the code you can see is for the recaptcha box / form, as you'll see I've included my response action, the show_error function outputs if the recaptcha box isn't ticked - ...
billy.farroll's user avatar
0 votes
0 answers
56 views

How to detect if the user submitted a form more than once? [duplicate]

In order to prevent "Spamming" and filling up the database with dummy data , I'm wondering if there is a way to check if the user submit a form more than once , Then I will show a Recaptcha . So is ...
Joe's user avatar
  • 53
2 votes
1 answer
4k views

Google Invisible Recaptcha Using Jquery Ajax and PHP

Trying to get my form which uses google invisible recaptcha to work correctly with my my jQuery AJAX and PHP. From my research it seems that the token is not being sent to my PHP page correctly via ...
Dango's user avatar
  • 159

15 30 50 per page
1
3 4
5
6 7
11