Skip to main content

All Questions

Tagged with
4 votes
1 answer
8k views

Invisible recaptcha Programmatically invoke the challenge grecaptcha.getResponse() is always blank on page refresh

I am rendering the google recaptcha widget in my jsp page and programmatically invoking the challenge in my java script when I submit the form. <script type="text/javascript" id="recaptcha-...
user7264451's user avatar
4 votes
2 answers
2k views

html 5 validation is not working with google invisible recaptcha

I had a basic Html 5 form working fine earlier but after I added google invisible recaptcha to it. Html5 validation stopped working. I surfed a google lot but couldn't find a way to do that <...
user avatar
4 votes
2 answers
5k views

Invisible Google reCaptcha

I know this type of question has been asked before, but I couldn't get the answer. I have a contact form, and I want to implement the new Invisible Google Recaptcha. However, I have used an <input&...
Sank6's user avatar
  • 489
4 votes
1 answer
12k views

Google reCAPTCHA ERROR for site owner: Invalid site key

I cant get reCAPTCHA v3 working on my website. I have put the right code in from the Google reCAPTCHA v3 website but it shows "ERROR for site owner: Invalid site key" in the bottom right. I'm only 7 ...
user avatar
4 votes
1 answer
23k views

How to validate google recaptcha on client side?

I have implemented google reCaptcha on a login panel showing after 3 unsuccessful login But I want to validate reCaptcha on a client slide using jQuery on clicking of login button here is the code &...
Gaurav_0093's user avatar
  • 1,020
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
0 answers
342 views

Positioning recaptcha puzzle challenge when using Invisible recaptcha

Is there a way to integrate the puzzle challenge (when captcha thinks you are a robot) in a specific area of a website (in a target div) when using an invisible recaptcha ? All I tried did fail : ...
Jscti's user avatar
  • 14.3k
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
4 votes
1 answer
1k views

Responsively select compact or normal sized google recaptcha

As per the title looking for help to be able to responsively have Google recaptcha change from the data-size="compact" to data-size="normal" at 768px. Is it possible without javascript? Captcha HTML: ...
JPB's user avatar
  • 592
3 votes
2 answers
12k views

Extracting hidden element in Selenium

I have an element of type hidden in an iframe. I am wondering if there would be any way to get this value as I am using selenium. More specifically it is a captcha field. I've tried pulling it with ...
Thomas Dukes's user avatar
3 votes
1 answer
5k views

Google Recaptcha - GetResponse not returning JSON

I've been implementing a new log-in page for our website, and one of the requirements is to have recaptcha on two elements in the form (one is for signing up, the other is for getting username/...
BobbyDazzler's user avatar
  • 1,193
3 votes
3 answers
2k views

Use two buttons in the same form for invisible reCAPTCHA

I'm trying to implement the new invisible reCAPTCHA, from Google. It's all working perfectly, but my forms always have two submit buttons, that does different things with the input. I tried to simply ...
Mathias Paicheler's user avatar
3 votes
3 answers
3k views

Invisible reCaptcha iframe not showing, form stuck

I am loading two scripts on my websites: <script src="scripts/my_site.js"></script> <script src="https://www.google.com/recaptcha/api.js" async="" defer=""></script> Where ...
Itay's user avatar
  • 16.7k
3 votes
2 answers
3k views

how to hide the border of a recaptcha v2.0 widget?

I want to hide the border of a recaptcha v2.0 widget so that I can better visually integrate it into my site's look and feel. NOTE: I'm posting this as a question, and providing a solution, because ...
Dave's user avatar
  • 2,713
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

15 30 50 per page
1 2 3
4
5
30