Skip to main content

All Questions

Tagged with
0 votes
1 answer
255 views

How to fix Ajax form not submitted after google invisible reCAPTCHA verification

I'm trying to integrate invisible recaptcha on a website that currenty uses recaptcha v2. Completing the form and hitting submit button has no problems. The problem is after the challenge is completed,...
leipzy's user avatar
  • 12.5k
-1 votes
1 answer
80 views

How to add recaptcha to mailform

The website of the wife of a deceased friend has been misused for sending spam. This is probably because ReCaptcha is not used with the registration form. The site uses Joomla 3.9. I would like to ...
Remo's user avatar
  • 9
0 votes
1 answer
74 views

Adding reCaptcha to action.php

Very much an amateur developer who can cut and paste, I am trying to add a reCaptcha v2 to an old html / php website, I have got the captcha working, only problem is when the form is submitted it ...
Peter Downie'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
1 answer
49 views

Problem Getting Recapcha 2 Communicating with the PHP Page

I have a one input field form which I am using to test installing reCaptcha 2 with verification on server-side. My flow chart is to post the reCaptcha response via Ajax to the PHP for verification. ...
Hassan 's user avatar
-3 votes
1 answer
3k views

Enable button on callback if recaptcha successful (Google recaptcha v2)

I have a simple page that has a button with a link variable linked to it, I want to add a recaptcha validation to the page, in a way where the button will be only visible if the recaptcha is validated ...
Allae Eddine's user avatar
0 votes
1 answer
305 views

Post multiple form field data to 3rd party server after Google Invisible reCaptcha success?

So I am new to this so please excuse me if my question is not posted as expected. Any suggestions and advice will be kindly appreciated. So I have a form with multiple fields that posts to an PHP ...
Dennis Ferreira's user avatar
0 votes
0 answers
874 views

How to make Google Recaptcha work in UC Browser?

For a project, I implemented Google Recaptcha V2(with image selection). I am able to use Google Recaptcha in every other browser, except in UC browser mobile. sample code(html): <head> ...
codewiz's user avatar
  • 511
1 vote
0 answers
192 views

php code giving me an error upon form submission

I followed a tutorial on google captcha and have a simple form. I plugged all of my information into it and I am getting an error when I submit the form. I believe it deals with the last block of code,...
GSto's user avatar
  • 21
0 votes
0 answers
75 views

Google Re-Captcha is not validating

I have got a working contact form with PHP form processing and I have added Google recapture, however. The recapture is not validating And when the form is submitted, then the user receives the ...
user avatar
0 votes
0 answers
62 views

Recaptcha user verified bug query

I am trying to insert the captcha and button but is going to and continue to next page without verification Here is my html: <form method="POST"> <div class="g-recaptcha" data-sitekey="...
BlockCode's user avatar
16 votes
2 answers
1k views

reCAPTCHA stopped working - Invalid Encryption

I have been using reCAPTCHA on my site for a while now and suddenly I realized it has stopped to work. The reCAPTCHA is there, however after verifying correctly, the response FAILS which makes the ...
Emir Husic's user avatar
0 votes
1 answer
39 views

adding a recaptcha to the form

I have been trying to add reCaptcha verifications from google, the problem is that after trying to send it moves me directly to form.php, in domain / form.php, and the message is not sent. Below I am ...
Kamil Kuta's user avatar
2 votes
1 answer
5k views

reCAPTCHA and JS form validation

I am new to the Google reCAPTCHA and I am trying to implement this to an existing form validation. This is my original code: if(document.getElementById('naam').value.length == '' || document....
Muiter's user avatar
  • 1,510
0 votes
1 answer
234 views

How to include Google RECAPTCHA 2 in php whitelist of form inputs

I have a form that I decided to include Google recaptcha as an added measure of security. When I added the recaptcha it triggers an error because the recaptcha is not whitelisted. I read that HTML5 ...
Learn2Earn's user avatar

15 30 50 per page
1 2 3
4
5
11