Questions tagged as 'recaptcha'

0
answers

can someone tell me where I'm wrong to set up this recaptcha?

<script> window.setTimeout("history.back(-2)", 2000); </script> <? $ch = curl_init(); curl_setopt($ch, CURLOPT_URL, "https://www.google.com/recaptcha/api/siteverify"); curl_setopt($ch, CURLOPT_SSL_VERIFYHOST, 0); curl_setopt($ch...
asked by 18.07.2018 / 16:09
0
answers

How do I keep a modal open after a RedirectToAction in the view?

I have a registration form in a modal, in this modal I have a google reCaptcha that if it is not valid it should display the message "Invalid or mandatory google captcha!" clicking the record button. My difficulty is, how to keep this modal open...
asked by 06.06.2018 / 19:37
1
answer

reCaptcha TOTALLY invisible

I'm making a page that will submit a form by Javascript (JQuery), not in the ordinary way. The purpose of the feat is not to reload the page. I'm not able to implement Invisible reCaptcha on this system. After reading the documentation I foun...
asked by 01.05.2018 / 00:05
0
answers

ReCaptcha invisible connection error

I'm first implementing an invisible google reCaptcha on a form. In the first tests reCaptcha worked correctly, but now it only appears a message of "Could not make contact with reCaptcha. Please check your connection and try again", and the form...
asked by 27.03.2018 / 20:31
1
answer

JS works on Greasemonkey, but does not work directly on the page

I'm doing some testing using Google ReCaptcha. What I'm trying to do is to automatically click on the checkbox when the captcha appears. I took this teste() function from the greasemonkey site and it works perfectly using the pl...
asked by 22.01.2018 / 21:44
1
answer

Access to external form with recaptcha

Hello! I am making an application in the area of participatory budgeting, I would like to know the best solution (if any) to connect to an external webpage, fill out a form, allow the user to resolve the external page recaptcha and retrieve the...
asked by 04.10.2017 / 20:34
1
answer

Recaptcha Invisible

I'm trying to implement Captcha ReCaptcha Invisible on my site but I do not know how to do this implementation, how can I do that? (Yes, I already have the host registered). If it is interesting (I think so) the site is this: link I'll put...
asked by 16.05.2017 / 21:02
1
answer

reCaptcha - submitted form is validated?

I'm implementing reCaptcha, the box with the checkbox for the user to click and confirm that it is not a robot being presented, however I have doubts if it is really working, as I am using: "... if(grecaptcha.getResponse() == "")..." And I...
asked by 05.11.2016 / 23:37
1
answer

Paste Value reCaptcha Google Ajax

I am registering a form with Ajax, how do I implement the use of reCaptcha? <input type="text" name="email" id="email" class="form-control" placeholder="Email" required> <div class="g-recaptcha" data-sitekey="bla,bla,bla"></div&...
asked by 05.11.2015 / 17:18
1
answer

reCaptcha Google

Hello. Well I have this code here. But I have a problem ... The reCaptcha appeared on my site, but the person can send the form even though I did not take the Captcha step ... <form action="" method="post" name="power" id="power"> <...
asked by 24.04.2018 / 05:37