Skip to main content

All Questions

Tagged with
14 votes
5 answers
21k views

Google "reCaptcha" sometimes doesn't get displayed/rendered

Sometimes I have to reload the webpage multiple times till the reCaptcha gets rendered. I and a friend tested both on Firefox and Chrome but the problem is consistent and doesn't seem to depend on the ...
Dexkill's user avatar
  • 284
13 votes
7 answers
27k views

How to add multiple invisible recaptcha in single page?

I have added two invisible recaptcha divs but when i saw the code in inspect element then only one invisible recaptcha added in my single page. My code is: <div id="captcha1" class="g-recaptcha" ...
Versha Gupta's user avatar
13 votes
4 answers
31k views

Google ReCAPTCHA how to make required?

Does anyone know how to make the "Google ReCAPTCHA (v2)" be "required" in a form? I mean no form submission until recaptcha is filled-in? I use ParsleyJs in my form, but didnt find a way to make it ...
serhio's user avatar
  • 28.4k
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
13 votes
2 answers
10k views

elusive recaptcha bug. Copy code always fails

A very small amount of my users get a captcha that asks them to copy and paste a code, but it always fails for them - while most of the users get the normal one (checkbox) which goes through correctly....
rakitin's user avatar
  • 2,085
11 votes
7 answers
17k views

reCAPTCHA box not being aligned correctly

I can't get to align correctly the reCAPTCHA form on my registration page. Even if the div it is contained in has text-align set to center, it is displayed on the left of the page: While if I change ...
Giulio Muscarello's user avatar
11 votes
2 answers
11k views

ASP.Net MVC Recaptcha Jquery Ajax issue

I am using ASP.Net MVC to and trying to implement a Google reCaptcha object into a page. I am trying to avoid the use of models in my forms, and want to just directly call a method using jquery ajax. ...
Cyassin's user avatar
  • 1,467
10 votes
2 answers
14k views

Passing variables in invisible reCaptcha callback

I am creating a form for a website in our CMS application that uses the new invisible reCaptcha of Google. However, I am stuck on how to use the callback of the reCaptcha? Before the use of the ...
PIDZB's user avatar
  • 913
8 votes
1 answer
2k views

How do I stop Google reCAPTCHA from showing alerts?

I have some forms on the website and Google invisible reCAPTCHA. From time to time something goes wrong and an alert is shown: "Cannot contact reCAPTCHA. Check your connection and try again.". I tried ...
P. Kamiński'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
6 answers
14k views

Recaptcha fixed image size

Why is recaptcha image fixed in size 300x57 ? Even when customizing the div where the image is injected, the width and height of the div are overridden and set to 300x57. Of course the image can be re-...
ken's user avatar
  • 3,745
7 votes
1 answer
14k views

recaptcha v3 - ERROR for site owner: Invalid key type

I am getting the following error in Google Recaptcha V3 on my website. ERROR for site owner: Invalid key type I am using following method to verify captcha: adding script <script src="...
Hello World's user avatar
  • 2,871
7 votes
2 answers
15k views

Positioning reCAPTCHA widget with CSS

I'm trying to align the reCAPTCHA widget with my input fields, but styling .g-recaptcha doesn't seem to achieve much. Does anyone know of any selectors I can use? Form HTML: <div class="contact-...
Mario Parra's user avatar
  • 1,544
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

15 30 50 per page
1
2
3 4 5
30