Skip to main content

All Questions

Tagged with
3 votes
1 answer
859 views

Why does Google ReCaptcha v2 checkbox break after >5min idle time on a mobile device?

I have Google ReCaptcha v2 Checkbox implemented in a ASP.NET Core 3.1 MVC application. It works fine on mobile and desktop - I am able to fill out a form, click Submit, a bootstrap confirmation modal ...
Lukas's user avatar
  • 2,111
3 votes
1 answer
2k views

Why is Recaptcha not appearing?

I have been using Recaptcha at multiple sites. Using an existing install of Recaptcha v2, I have added a new host to the domains list. Subsequently, I have made sure that the library is used <...
Lajos Arpad's user avatar
  • 71.9k
3 votes
2 answers
696 views

Unable to get ReCaptcha to position cleanly next to another element

For some reason I can't work out, when I add the ReCaptcha snippet to my site, it causes mysterious padding to be added which prevents the Captcha div and the div to its left from aligning properly. ...
ynthrepic's user avatar
  • 171
3 votes
1 answer
2k views

integrating reCaptcha into a form'a action to a coldfusion .cfm

I'm trying to help a friend modify some old html code to eliminate spam from being passed from the web form to the coldfusion function. Basically, the web form calls action=add_to_data.cfm. The ...
Steve's user avatar
  • 31
3 votes
1 answer
4k views

Implement Google ReCaptcha In Angular2

I am currently developing an application with Angular 2 and wish to employ the use of Google's ReCaptcha for user verification. However, all of the community created modules I have seen thus far don't ...
landesko's user avatar
  • 373
3 votes
1 answer
1k views

How to load google recaptcha dynamically based on language?

I have an application where one of four languages (English,French,Dutch,español) needs to be selected in form. The google reCaptcha comes below it. I want to make it load dynamically on base of ...
Maulik Modi's user avatar
  • 1,266
3 votes
1 answer
363 views

How to adjust size of Grecaptcha v2 iframe

I am working with recaptcha2, when user checks the checkbox iframe rendered with images like fruits, cars etc. is too big for my need. I want to customize height and width. Can it be done in V2? ...
user1765427's user avatar
2 votes
3 answers
3k views

reCAPTCHA causes a long horizontal scroll on RTL pages

When user clicks on "I'm not a robot" in reCAPTCHA v2, it adds a div to the page like this: <div style="display: block; visibility: hidden; position: absolute; width: 414px; left: -10000px; top: -...
Omid's user avatar
  • 4,675
2 votes
3 answers
17k views

Adding Localhost to recaptcha whitelist

How to add your localhost website to google recaptcha domain list. My domain name is localhost:8888/folder/index.php When adding the above domain name you get "URL starts with an invalid scheme" ...
Zack Tarr's user avatar
  • 119
2 votes
4 answers
9k views

How to redirect automatically after submit Google Recaptcha?

I want to create a form with Google Recaptcha, but I don't know how to implement this case. This is my HTML code <form action="redirect.php" method="post"> <div class="g-recaptcha" data-...
Zayn's user avatar
  • 71
2 votes
1 answer
27k views

Validating submit of form with Google reCAPTCHA

I've had a look at this question How to Validate Google reCaptcha on Form Submit And tried to implement the answer of that question into my code to validate my form so that it won't submit if the ...
dev_py_uk's user avatar
  • 428
2 votes
4 answers
4k views

missing-input-response | Invisible reCaptcha

So, I'm trying to implement to some website the brand new Invisible reCaptcha by Google. I am following the steps exactly but it continously gives me missing-input-reponse error. HTML Code: <...
user3655773's user avatar
2 votes
2 answers
3k views

JavaScript error: Invalid Token when using ReCaptcha API

I have recently applied on my website an invisible Google ReCaptcha, but it is showing Unexpected Error: Invalid token= when I use the following code: <script src="https://www.google.com/...
Webmaster's user avatar
2 votes
2 answers
12k views

Contact Form submits without checking reCAPTCHA

I'm making a webapp with a contact form, and have a google reCAPTCHA (v2) on my website to prevent robot-spam. I have added this code to the website: <div class="g-recaptcha" data-sitekey="">&...
Kevin's user avatar
  • 51
2 votes
2 answers
9k views

extract reCaptcha from web page to be completed externally via cURL and then return results to view page

I am creating a web scraper for personal use that scrape car dealership sites based on my personal input but several of the sites that I attempting to collect data from a blocked by a redirected ...
Joel Mac's user avatar
  • 148

15 30 50 per page
1
3 4
5
6 7
30