Skip to main content

All Questions

Tagged with
6 votes
2 answers
2k views

How to prevent Google reCAPTCHA (v3) from enabling the button it's attached to

I'm adding reCAPTCHA v3 to the user registration form on my website. Previously, the submit button on the form was disabled by default and gets enabled after some validation (ToS acceptance, etc.). ...
mgalgs's user avatar
  • 16.4k
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
6 votes
2 answers
2k views

ReCaptcha overflow/go out of screen

How can i fix this issue? Sometimes it work actually normal but a lot more often i see mistakes like those . i already tried to change css but it change only button proportions not image-select here ...
Владимир Голошивский's user avatar
6 votes
2 answers
8k views

How to completely defer loading Google reCaptcha until after the page fully loads

I have Google reCaptcha v2 (checkbox type) installed on the website. But it's slowing down the page loading significantly on mobile even with the 'defer' attribute (based on pagespeed test). So, I ...
great's user avatar
  • 61
6 votes
2 answers
4k views

Recaptcha onclick event

I want to fire a jQuery event onclick when the user selects the recaptcha checkbox. This is the code I have: <div id="reCaptcha" data-sitekey="XXXXX"></div> Is this ...
j00m's user avatar
  • 501
5 votes
2 answers
15k views

reCaptcha is rendered in the most right bottom cornver for some reason

My ajax form with recaptcha, simplified code: <form> <input type="email" placeholder="Email" required="true" /> <input type="submit" value="Create account" /> <div class="g-...
Kuqa's user avatar
  • 461
5 votes
4 answers
19k views

Can we have one click recaptcha only - not the picture puzzle captcha after it

I integrated recaptcha in my forms (https://www.google.com/recaptcha/intro/index.html) However it is very confusing when the rest of the form has not be filled properly, then a picture-captcha opens. ...
Arun sankar's user avatar
5 votes
2 answers
2k views

reCAPTCHA changing the height of my content by about -20px

Without reCAPTCHA, my page looks like this (jsfiddle): <html> <body> <div class="content_wrap"> <div class="left_container"> </div> <div class="...
sooper's user avatar
  • 6,009
5 votes
2 answers
8k views

Recaptcha dark theme displays with extra white space on edges

I'm a new web developer, trying to add the latest Recatpcha to a website with a dark background. It displays with white space on some edges - a recent bug that is also being discussed in the Recaptcha ...
Josh16725's user avatar
5 votes
3 answers
4k views

How to make google recaptcha responsive with width 100%

I need to make google recaptcha responsive not with transform scale only with width 100% and other but not transform scale. I am Searching many other sites but many of them only use transform scale. ...
Ahsan Abrar'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
5 votes
2 answers
3k views

Remove frameborder attribute on the iframe of Recaptcha

I need to know where I can change this line of code of Google recaptcha code: The frameborder attribute on the iframe element is obsolete. I would like to change the frameborder="0" with in the ...
Mahesh's user avatar
  • 870
5 votes
2 answers
2k views

Recaptcha invalid-request-cookie

I'm trying to do Recaptcha in my page. I'm checking a demo with the localhost. But, I'm keep getting error as invalid-request-cookie always when checking. I'm following Displaying recaptcha without ...
Linga's user avatar
  • 10.5k
5 votes
2 answers
6k views

styling google's new recaptcha checkbox?

I've implemented Googles new recaptcha checkbox like so: <div class="g-recaptcha" data-sitekey="MY_SITE_KEY"><div> When loaded the iframe contents look like this: <div class="rc-...
Paul's user avatar
  • 11.7k
4 votes
1 answer
14k views

Google ReCAPTCHA callback function not working

I use Google's reCAPTCHA on my website and I'm having problems getting it to call a callback function. After a user has successfully passed the captcha I want to call a function. I use a div with ...
Just some guy's user avatar

15 30 50 per page
1 2
3
4 5
30