Questions tagged as 'recaptcha'

1
answer

How to centralize Google's reCaptcha?

I have a reCaptcha in my form, but I can not centralize it or leave it at the same size as the fields. <div class="container-fluid"> <div class="row"> <div class="col-sm-10 col-sm-offset-1"> <div cl...
asked by 11.08.2016 / 15:16
1
answer

Appears recaptcha after 3 wrong attempts [closed]

I implemented the recaptcha on the site, but it is very costly to users every time they log in to click on the images, I wanted it to appear after 3 attempts, but I can not do it, I want to do it via JS ...     
asked by 27.09.2018 / 21:23
1
answer

ReCaptcha appears with Scroll Bar

I'm creating an aspx page, and while doing the layout I added google's ReCatcha, but this one appears with a scroll bar and I do not know how to remove it. Something is probably interfering. * { padding: 0; margin: 0; overflow-x: hid...
asked by 24.07.2018 / 17:04
1
answer

ReCaptcha Google with AJAX

I'm trying to make a form with Google's recaptcha validation. What happens is that if I do not validate the recaptcha it gives the error message asking to "check" the recaptcha but if I check the recaptcha it gives the same error asking the u...
asked by 17.08.2016 / 16:01
1
answer

Google reCAPTCHA 2 with AJAX

I'm using reCAPTCHA with AJAX. When the page loads, the reCAPTCHA validation works normally, but when the form fails, the reCAPTCHA returns an error and the session expires . How to make reCAPTCHA work with AJAX without reload ?...
asked by 15.06.2015 / 16:32
0
answers

Recaptcha bugando

Good evening, I made this code: if(isset($_POST["user"]) && isset($_POST["senha"]) && isset($_POST['g-recaptcha-response'])) { $res = $_POST["g-recaptcha-response"]; $curl = curl_init(); curl_setopt_array($curl, array( CUR...
asked by 23.08.2018 / 04:06
0
answers

reCaptcha in Delphi application

I'm doing a CNPJ query through the Revenue website in an application. Now they are using reCaptcha , so in a WebBrowser I allow the user to click the I am not a Robot and after that, the user must click on the button My que...
asked by 22.11.2017 / 12:51
0
answers

Retrieving reCAPTCHA in Delphi application [closed]

I have a Delphi application that retrieves reCAPTCHA (not a robot) from the Farm website to be able to download XML from the electronic invoice, but on some computers when I open the form the system stops working, how can I solve it this problem...
asked by 31.10.2017 / 18:47
0
answers

Consultation NFE site http://www.nfe.fazenda.gov.br/portal/consultaRecaptcha.aspx?tipoConsulta=completa&tipoConteudo=XbSeqxE8pl8= [closed]

I used to feed my system with the data of the note informing the key of the note and the captcha, But with the move to reCaptcha it is no longer possible. How can I do this using WebService in PHP? Someone has some examples     
asked by 06.11.2017 / 20:43
1
answer

How to force the recaptcha to expire your session?

I'm trying to make modifications with the recaptcha's expiration message, but I can not see it (occasionally if I leave a tab open, it appears), is there any way to force recaptcha's expire callback? In the case below the alert is not execute...
asked by 25.08.2017 / 21:24