Comments on: Integrate Google reCAPTCHA Checkbox with PHP https://www.codexworld.com/new-google-recaptcha-with-php/ Web & Mobile App Development Company Sun, 29 Jun 2025 15:35:41 +0000 hourly 1 By: Emmanuel Abruquah https://www.codexworld.com/new-google-recaptcha-with-php/comment-page-2/#comment-261593 Fri, 13 Dec 2024 09:11:00 +0000 https://www.codexworld.com/?p=653#comment-261593 You people are the best in terms of programming, thanks very much for motivating me

]]>
By: CodexWorld https://www.codexworld.com/new-google-recaptcha-with-php/comment-page-2/#comment-237765 Tue, 18 Jul 2023 06:01:18 +0000 https://www.codexworld.com/?p=653#comment-237765 In reply to Lucian.

As the error message says, you have not set the correct Site Key in the reCAPTCHA container element. You need to specify the Site Key in the data-sitekey attribute.

]]>
By: Lucian https://www.codexworld.com/new-google-recaptcha-with-php/comment-page-2/#comment-236419 Thu, 08 Jun 2023 14:37:24 +0000 https://www.codexworld.com/?p=653#comment-236419 Hi, I have a problem with the contact form.
I followed all the instructions:
1. Register your site in the Google reCAPTCHA admin console – https://www.google.com/recaptcha/admin

2. Collect the site key and secret key.

3. In the “submit.php” file:
===> Specify the site key ($siteKey) and secret key ($secretKey).
===> Specify the recipient’s email address in the $recipientEmail variable to receive email notification when the contact form is submitted.

But still it doesn’t work when I access the site in the form there is always written “ERROR for the site owner: invalid site key”.

]]>
By: Jeremy https://www.codexworld.com/new-google-recaptcha-with-php/comment-page-2/#comment-227804 Wed, 08 Feb 2023 14:17:04 +0000 https://www.codexworld.com/?p=653#comment-227804 Works great but on iOS16 doesn’t work!!! Any ideas?

]]>
By: Jess https://www.codexworld.com/new-google-recaptcha-with-php/comment-page-1/#comment-226196 Sat, 14 Jan 2023 19:02:44 +0000 https://www.codexworld.com/?p=653#comment-226196 Any way to change it so that some fields are not require? Thank you.

]]>
By: Ted https://www.codexworld.com/new-google-recaptcha-with-php/comment-page-1/#comment-121607 Thu, 20 Aug 2020 13:23:57 +0000 https://www.codexworld.com/?p=653#comment-121607 Is it possible to use this to send an SMS text message to a specified number as well as sending an email to the admin?

]]>
By: Samson https://www.codexworld.com/new-google-recaptcha-with-php/comment-page-1/#comment-95490 Mon, 14 Oct 2019 09:24:53 +0000 https://www.codexworld.com/?p=653#comment-95490 Very helpful.. KUDOS!

]]>
By: Ashok Kumar Patel https://www.codexworld.com/new-google-recaptcha-with-php/comment-page-1/#comment-84767 Mon, 06 May 2019 11:14:54 +0000 https://www.codexworld.com/?p=653#comment-84767 Very Helpful

]]>
By: Irshad https://www.codexworld.com/new-google-recaptcha-with-php/comment-page-1/#comment-64250 Sat, 15 Sep 2018 21:58:47 +0000 https://www.codexworld.com/?p=653#comment-64250 Love you bro, Great Help

]]>
By: CodexWorld https://www.codexworld.com/new-google-recaptcha-with-php/comment-page-1/#comment-59512 Tue, 10 Jul 2018 20:09:10 +0000 https://www.codexworld.com/?p=653#comment-59512 In reply to Carlos.

Its type is reCAPTCHA v2. If you want to validate requests in the background, use Invisible reCAPTCHA – https://www.codexworld.com/google-invisible-recaptcha-with-php/

]]>