Skip to main content

All Questions

1 vote
1 answer
465 views

Recaptcha V3 issues

I have tried to implement reCaptcha v3 but when I test (in an incognito window) the form just submits - without being challenged. Here is the code: <script src="https://www.google.com/...
j00m's user avatar
  • 501
0 votes
0 answers
1k views

How to enable invisible ReCAPTCHA on checkbox onclick

I am struggling with an recaptcha issue on my local. I am trying to build a register form. All examples about recaptcha are about buttons. What I want is to pop-up recaptcha modal to user when he/she ...
utkuyceng's user avatar
2 votes
0 answers
558 views

How to inject Google recaptcha v2 into webpage?

I'm trying to inject code into a webpage so that it'll have google invisible recaptcha v2 on the page. My current code is const trueHTML = ` <head> <meta charset=&...
sangil's user avatar
  • 31
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
0 votes
1 answer
4k views

How do I perform HTML form validation with Google ReCaptcha V2 Invisible AND Multiple Forms?

I have 2 forms on a page that both need Google ReCaptcha V2 Invisible. I have this working perfectly using the following code. In the Header: <script src='https://www.google.com/recaptcha/api.js?...
Allan's user avatar
  • 21
1 vote
0 answers
55 views

Knowing in advance if re-captcha is going to be triggered (invisible V2, V3)

After reading some documentation, I figured out that the re-captcha risk-analysis of invisible re-captcha V2 and V3 is triggered just after that the user clicks on submit buttons. Then, according to ...
Drun's user avatar
  • 599
0 votes
1 answer
966 views

how to prevent google recaptcha from executing?

I have a form containing a button that will fire google invisible recaptcha. the html page I'm using looks like this: <html> <head> <script src="https://www.google.com/recaptcha/api....
dapidmini's user avatar
  • 1,579
0 votes
0 answers
446 views

Best User Experience with a low scoring result with Google reCaptcha v3?

How did you implement a good User Experience with a low scoring number using Google reCaptcha v3? The best answer I have found is reCaptcha v3 handle score callback but I still need a more UX ...
J_sdev's user avatar
  • 346
0 votes
1 answer
2k views

Using Recaptcha with an existing onsubmit handler on the form

I am attempting to integrate Google's reCaptcha v2 invisible on an existing page where the form's onsubmit handler already has a function attached that does the client-side validation. If that ...
jchi2241's user avatar
  • 2,194
0 votes
1 answer
34 views

Integrating and validating invisible recaptcha

I want to add recaptcha to a form, I registered for it and got the keys. <form> <input type="text" name="name" /> <input type="email" name="email" /> <textarea name="...
Richard Wood'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
5 votes
2 answers
6k views

Formvalidation.io - Cannot read property 'classList' of null

I am always getting an error in my console when using formvalidation.io. I have no idea what the cause of this error is. I also still get spam on some websites, even when I am using the ...
Mxkert's user avatar
  • 346
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
0 votes
1 answer
1k views

Invisible reCAPTCHA is not submitting, just reloading itself infinitely

I have the programatically binding method, once I click the submit button, the page never shows up signs of loading. I only see the badge reloading infinitely, my console shows the same resources ...
Santiago Cuartas Arango's user avatar
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

15 30 50 per page