Skip to main content

All Questions

0 votes
0 answers
19 views

onSubmit(token) - Recaptcha invisible v2 [duplicate]

How can i translate this function onSubmit(token) { document.getElementById("recaptcha").submit(); } Into my AJAX code. I don't want to use the function onSubmit(token), i want to use the ...
Giovanni Paez's user avatar
0 votes
1 answer
497 views

jquery submit() function does not work with invisible reCAPTCHA

I tried to use jquery function submit() to alert something when the form submitted but nothing happened. However if I removed the google invisible reCAPTCHA code, the submit function works. Is there a ...
JHope's user avatar
  • 81
1 vote
0 answers
304 views

How to make button visible when user solves recaptcha

I want to design a form but having a trouble about checkbox. After user cliks checkbox, recaptcha will come. When user solves captcha then button will be visible and clickable. Here is my code. How ...
utkuyceng's user avatar
0 votes
1 answer
874 views

The page is not redirecting after Recaptcha verification

Updated Que: I am trying to validate the invisible Google Recaptcha after form validation, If there is any suspicious activity, I know this is fixed by the Google Recaptcha API. It is giving tokens ...
Bob Kris's user avatar
0 votes
1 answer
3k views

My recaptcha render doesn't work and return 0

I currently have a problem with Google's Invisible Captcha. It refuses to load properly despite all my attempts. The situation: I have a form which is added to the DOM via jQuery when clicking on a ...
Lionel Loy's user avatar
0 votes
1 answer
1k views

GettUncaught Error: reCAPTCHA placeholder element must be empty ; loaded only once

I'm getting following error on using v2 invisible capcha recaptcha__en.js:513 Uncaught Error: reCAPTCHA placeholder element must be empty at YG (recaptcha__en.js:513) at recaptcha__en....
Asfar Irshad's user avatar
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
357 views

jQuery validating dynamically created reCaptcha forms [duplicate]

I am validating forms using this: $(document).ready(function() { $('form.brochure_form').validate(); }); I currently have invisible recaptcha being dynamically created with this (this works ...
epluribusunum's user avatar
2 votes
1 answer
7k views

Google Recaptcha V3 - Widget Id when loading captcha through URL

I am implementing the Recaptcha V3 on my site, and I could not find a proper way to reset the token if my request has failed. Following the documentation, to load the recaptcha I need to include the ...
nortontgueno's user avatar
  • 2,723
3 votes
1 answer
2k views

Invisible reCaptcha: can't make a working AJAX call, getting infinite loop

The form had a JS validation and worked OK. Then I had to implement invisible reCaptcha with working validation. The code looks like this: index.html //In the head I've <script src="https://code....
Kuzma's user avatar
  • 711
2 votes
1 answer
5k views

invisible recaptcha - challenge not appearing

Implementing the Invisible reCAPTCHA on our dynamically generated forms. Our from engine gets a field list from the database, and dynamically fills the DOM with the form fields, displays it, and ...
Andy Wallace's user avatar
0 votes
2 answers
994 views

Google reCaptcha with Parsley not working

Hi have a page in that I would like recaptcha should appear after parsley form validation but recaptcha validation is happening first then form validation again recaptcha appearing any help would be ...
mageshkumar's user avatar
5 votes
0 answers
1k views

Finding Invisible Recaptcha Callback Function of an external site

How can I manually find the callback function of invisible recaptcha? The following is the website:- https://www.redbubble.com/auth/login The following gives a string and not a function ...
Ronald1i's user avatar
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
4 votes
1 answer
2k views

invisible recaptcha v2 not checking required input fields

I am adding an invisible recaptcha; for some reason, it doesn't check for required fields anymore. Previously, I would get a notification from Chrome stating that the fields can't be empty. Now, it's ...
DarkEyeDragon's user avatar

15 30 50 per page