Skip to main content

All Questions

Tagged with
1 vote
1 answer
639 views

How to run recaptcha 2 in html and php?

index html: <!DOCTYPE html> <html> <head> </head> <script src="https://www.google.com/recaptcha/api.js" async defer></script> <body> <form method=...
user15187942's user avatar
0 votes
0 answers
139 views

Display Google reCAPTCHA response on same page

I'm building a site with a contact form, I want to be able to display the Google reCAPTCHA response on the same page (e.g. "Message sent successfully" or "Invalid reCAPTCHA. Try again.&...
joshiswho's user avatar
0 votes
1 answer
507 views

Google ReCaptcha Always Return False after domain transfer

I moved my website and domain to a new hoster and since then Google Recaptcha has stopped working. I haven't changed anything in the code and the domain has also remained the same. This is my PHP code ...
Azalen's user avatar
  • 5
0 votes
0 answers
183 views

reCaptcha v2 and PHP in email form

So I have found this solution in this forum: reCAPTCHA and PHP to send an Email Form I have added the script in my header and added my keys in the email form and in my PHP code as specified in the ...
Michael Mogensen's user avatar
0 votes
0 answers
51 views

Domain Format for Add-on Domain on reCAPTCHA v3

I'm currently trying to integrate reCAPTCHA v3 to my newly created site's contact form. The problem is that it always returns 'failed' response even though the input data were valid. I tried add ...
Liandi Noviandra's user avatar
0 votes
1 answer
43 views

How to make recapcha v2 a required field in html form?

I'm having issues with adding a recaptcha to my html form. the widget is displayed and works properly, the problem is the send button is working even when the recaptcha isn't validated. Can someone ...
Piopio's user avatar
  • 7
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
0 votes
1 answer
613 views

reCAPTCHA V2 Failing On Server Side Validation

My reCaptcha V2 "I'm not a robot" is failing on the server side. It seems to be failing at: post_captcha($_POST['g-recaptcha-response']) Both the public & pvt key are correct and on the correct ...
Johno Cown's user avatar
1 vote
2 answers
5k views

Google reCAPTCHA v2 not displaying on page

I am trying to add Google reCAPTCHA v2 to my form but it is not displaying. I have the script <script src="//www.google.com/recaptcha/api.js"></script> at the end of the head ...
eboigblc's user avatar
1 vote
1 answer
719 views

How do I place a Google recaptcha in my website successfully?

I am having real trouble putting a Google recaptcha into my website. There seems to be no easy to follow tutorial. I am brand new to JavaScript, but am building a website which receives a huge amount ...
CThomas's user avatar
  • 199
-1 votes
1 answer
73 views

How to get reCAPTCHA data with Ajax

I would like to get "human" or "bot" with Ajax based on reCAPTCHA score, but it doesn't work... Could you give me any advice? You don't need to think about validation at this point. html <form id=...
neg404's user avatar
  • 93
2 votes
2 answers
52 views

stumped with recaptcha verification step

I hate asking for help.. but I've spent I dunno how many hours trying to figure out how to implement the verification step for this form with recaptcha. I understand the I need define the private key ...
Ryan Soundman's user avatar
0 votes
0 answers
51 views

HTML form showing the php code after submit

I have a simple html form what I use in all of my websites in different servers. In a new server I found a problem I cant solve by my own. The problem is that after hit the submit button php code ...
Bálint Forgács's user avatar
0 votes
1 answer
91 views

Setting up reCAPTCHA in HTML Contact Form

I have a Contact Form in my website where I have included a reCAPTCHA. The client-side is working; however, the server-side has an issue. The server-side integration page of the Google reCAPTCHA ...
Fatima's user avatar
  • 35
1 vote
0 answers
57 views

verifying Google reCAPTCHA v2

I'm trying to develop a contact-form for my wifes website. I found this code that works very well and does what it needs to do (Send a copy to the sender of the message) The only thing I want to ad ...
NicoV's user avatar
  • 31

15 30 50 per page
1
2
3 4 5
11