Skip to main content

All Questions

Tagged with
0 votes
0 answers
43 views

Recaptcha v2 implementation with PHP

Consider the following form: <form action="https://bookings.com/book?venue_id=5e421312312" method="POST" role="form"> <input name="...
user2713512's user avatar
1 vote
2 answers
963 views

Add v3 Recaptcha to a custom Wordpress registration form

I have a custom wordpress registration form, that works well. However, I am really struggling to get a recaptcha in to prevent spam. I'd prefer a v3, but would be ok with a v2 if it's easier to ...
user2115227's user avatar
0 votes
0 answers
550 views

detect and disable auto clicker apps

we have an online game ,that some people made our life so difficult by cheating with the auto clickers apps i think the apps are made with c++ or javascript , they save the settings in it and the app ...
Zeyad's user avatar
  • 1
0 votes
1 answer
1k views

I'm trying to add Recaptcha V3 to my website but I'm getting the error invalid-input-response

I'm just desperately trying to make it work... Been sitting on this for a good 4 hours I tried many many solutions from google, I have no idea what to do now so posting here is my last resort. I also ...
nnaem's user avatar
  • 188
1 vote
0 answers
571 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
1 vote
0 answers
817 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
0 votes
0 answers
26 views

reCAPTCHA said: incorrect-captcha-sol problem with PHP [duplicate]

I have simple code in PHP and trying to check my form with reCaptcha. I already tried v3 or v2 and the problem is the same. All links are correct, I have no table in form, and keys from console admin ...
Matúš Rebroš's user avatar
0 votes
2 answers
411 views

PHP Mailer 6 Contact Form sends message and attachments, but reCaptcha V2 is ignored

I was hoping I could solve this myself, but nothing I've tried works. I've managed to cobble together a contact form using PHPMailer with the option of adding multiple attachments which works ...
neilwhitedesign's user avatar
0 votes
0 answers
925 views

How to verify the reCAPTCHA (v3) request on server side?

As a first step to avoid receiving spam I managed to implement reCAPTCHA (v3) on client side (see Javascript and HTML-form). Without result yet because I still do receive spam. After reading several ...
Yoorizz's user avatar
  • 217
-1 votes
1 answer
609 views

Adding A Button To Close A Tab In HTML/PHP

I am trying to add a button to my HMTL form that will allow me to close the tab that is being opened in the web browser for google recaptcha v3. Not only would I like to close the tab that was opened ...
deniz's user avatar
  • 11
0 votes
1 answer
2k views

Google reCAPTCHA V2 checkbox HTML and PHP Contact Form Code

I have used this site to find answers in the past and have decided to create an account, so I can share and help others. This post is not a question, but rather to share the code I have been using for ...
Technoyd'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
2 votes
1 answer
117 views

Allow form to send POST request but prevent page from reloading - Javascript

I am working on a signup form with an integrated v2 reCAPTCHA and I ran into the issue that when submitting the form which includes the reCAPTCHA, it is reloading the page. I have a php function to ...
TheIvoryCoder's user avatar
0 votes
0 answers
24 views

Google reCaptcha v2 in HTML/PHP always shows failed Captcha [duplicate]

I have a problem with my Google recaptcha v2. PHP Code: <?php function reCaptcha($recaptcha){ $secret = "SECRET KEY"; $ip = $_SERVER['REMOTE_ADDR']; $postvars = array("...
Soda's user avatar
  • 89
0 votes
0 answers
669 views

How can I validate google recaptcha on the server side?

I have a contact form and I'm trying to validate google's Recaptcha on the server-side. I'm using reCAPTCHA version 2. My HTML form looks like this: <div class="container-contact100"> ...
Benny B's user avatar
  • 55

15 30 50 per page
1
2 3 4 5
11