Skip to main content

All Questions

Tagged with
91 questions with no upvoted or accepted answers
8 votes
3 answers
8k views

Adding reCAPTCHA v2 into my PHP file

The PHP problem has been solved. Here are the HTML and PHP codes that I'm using: contact_form.html: <html> <head> <title>My Contact Form</title> <script src='https:...
AdelaP's user avatar
  • 105
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
2 votes
0 answers
578 views

How do I display reCAPTCHA in modals with different id?

This is my code: <script src="https://www.google.com/recaptcha/api.js" async defer></script> <?php $result = $DBConnect->query("SELECT id FROM table"); ...
user_59910105's user avatar
2 votes
2 answers
2k views

Recaptcha Request timed out in bootstrap modal popup

I have 2 recaptcha in my site but in 2 different pages. The first one does not have problem, the second one is situated into a modal popup, that is shown after a button click. The browser console ...
FABBRj's user avatar
  • 980
2 votes
0 answers
2k views

Google Invisible Recaptcha: Cannot contact reCAPTCHA. Check your connection and try again

I'm trying to implement Google Invisible Recaptcha on a website online after the domain registration on google recaptcha site, I followed the documentation, but not works. When send the form, show the ...
Mer's user avatar
  • 93
2 votes
1 answer
2k views

Automatically send a form when google recaptcha V2 is completed

i have installed google recaptcha V2 on my site, and i want automatically submit a form (WITHOUT PRESS ANY BUTTON) when google recaptcha is completed, here is my code... $secretKey='HIDDEN'; $...
U. MJG's user avatar
  • 47
2 votes
2 answers
6k views

Recaptcha V2.0 always returns bool(false)

I have a problem with Recaptcha V2.0 always returning false or bool(false). It feels like it doesn't validate through the right keys, but I have quadruple checked the domains I added and the keys I am ...
Anongnito's user avatar
1 vote
0 answers
826 views

Form submission and recaptcha not working on submit

I am trying to implement a reCAPTCHA on my html form, and I followed the steps outlined in Google documentation but the button isn't working now when you click 'Submit". The reCAPTCHA doesn't ...
David Feudale's user avatar
1 vote
0 answers
57 views

Recaptcha for existing form ... the php part is giving me problems

Am not really a coder, but understand a little... Bought a web template with a contact form. It sends the form to a php for validation, which in turn sends it to me in an email. I can get the ...
frozenpenguins'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 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
1 vote
1 answer
2k views

How to add a recaptcha in a custom theme on wordpress

I am unable to put a recaptcha v2 I am not a robot on my wordpress site, it has a custom theme MedicalPress from Redux. There is already a system to put in recaptcha , but it is not functional. This ...
Francis's user avatar
  • 11
1 vote
0 answers
134 views

php curl_init() not working in contact form with recaptcha

I put contact form in one website in last year. It's working fine till 19th April of this year. I didn't change any version. My php details are PHP version: 7.2.7 Now I am facing this error PHP ...
Aadhavan G S's user avatar
1 vote
1 answer
2k views

How to add reCAPTCHA v2 to an existing form using PHP?

I want to integrate a recaptcha to my functioning contact form using PHP. The PHP form is already set, so I figured I should go that route. I believe I have all necessary variables and parameters ...
Chris's user avatar
  • 138

15 30 50 per page
1
2 3 4 5
7