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
65 votes
12 answers
173k views

How to Validate Google reCaptcha on Form Submit

Recently, Google completely overhauled their reCaptcha API and simplified it to a single checkbox. The problem is, I can submit a form with the reCaptcha included without checking it and the form ...
Drew Kennedy's user avatar
  • 4,168
25 votes
8 answers
55k views

Google reCAPTCHA - keep getting `incorrect-captcha-sol`

I am trying to add a reCAPTCHA to my site, but keep getting incorrect-captcha-sol error when I submit the answer. Can anyone tell me if I am correct in doing the following? I have a generic index.php, ...
Anriëtte Myburgh's user avatar
16 votes
2 answers
1k views

reCAPTCHA stopped working - Invalid Encryption

I have been using reCAPTCHA on my site for a while now and suddenly I realized it has stopped to work. The reCAPTCHA is there, however after verifying correctly, the response FAILS which makes the ...
Emir Husic's user avatar
13 votes
1 answer
57k views

How to add reCaptcha on a html web form

I have all my code set up exactly how Google documents the API but it keeps returning a boolean of false, is there something wrong that I have done? <?php if(isset($_POST['sendEmail'])) { $...
Gerald Mathabela's user avatar
8 votes
3 answers
8k views

Adding reCAPTCHA v2 into my PHP file

The PHP problem has been solved. Here are the HTML and PHP codes that I'm using: contact_form.html: <html> <head> <title>My Contact Form</title> <script src='https:...
AdelaP's user avatar
  • 105
7 votes
1 answer
3k views

Google Captcha not displaying in GoDaddy secure (https)

I'm having an issue where Google's reCaptcha does not appear in my https website and was wondering if anyone else here has encountered/is encountering the same issue and has found a way around it. ...
publicknowledge's user avatar
6 votes
1 answer
32k views

"Could not open socket"

How do I alleviate the "Could not open socket" error that is happening on my site? I have troubleshot that it is CAPTCHA (I'm using reCAPTCHA). It is only displaying this error on the two pages where ...
LightningWrist's user avatar
6 votes
6 answers
8k views

Is this possible to use recaptcha without internet connection

I'm working on core php. I want to use recaptcha for my form. I downloaded recaptcha from this link. It works fine but when I switched off my internet connection it's invisible on my local. Is it ...
Ankur Saxena's user avatar
5 votes
1 answer
6k views

Google reCAPTCHA g-recpatcha-response has no value in PHP

p.s: I gave up on this as I found no solution and implemented my own php captcha that worked a treat :) - http://www.the-art-of-web.com/php/captcha/ I have spent many hours & days trying to solve ...
Sambuxc's user avatar
  • 470
4 votes
3 answers
10k views

Using Google reCaptcha always shows 'incorrect-captcha-sol'

I'm trying to use Google reCaptcha on my website and after following several tutorials, I'm using as follow on my HTML page: <section class="row" id="Contact"> <div class="col-full"&...
user26830's user avatar
  • 1,059
4 votes
3 answers
296 views

Regarding my code for Google Recaptcha

I'm new to this google Recaptcha thing. I'm trying to figure out which it doesn't work. I have tried several other code and they doesn't work as well which I have no idea why. This is my form code &...
HELLOHK's user avatar
  • 47
3 votes
1 answer
8k views

New recaptcha doesn't work twice in (basically) the same page

For my website I'm loading all subpages in a div that basically covers everything but the menu via jquery. The structure is like this, you press the account button, and you get the log-in form, then ...
Cârnăciov's user avatar
  • 1,144
3 votes
1 answer
2k views

Why is Recaptcha not appearing?

I have been using Recaptcha at multiple sites. Using an existing install of Recaptcha v2, I have added a new host to the domains list. Subsequently, I have made sure that the library is used <...
Lajos Arpad's user avatar
  • 71.9k
3 votes
1 answer
4k views

Implement Google ReCaptcha In Angular2

I am currently developing an application with Angular 2 and wish to employ the use of Google's ReCaptcha for user verification. However, all of the community created modules I have seen thus far don't ...
landesko's user avatar
  • 373

15 30 50 per page
1
2 3 4 5
11