Skip to main content

All Questions

Tagged with
0 votes
1 answer
43 views

My form always tells users there's a problem

I'm a total PHP idiot so I'm re-using some PHP code that works in another site of mine to get an email when visitors use an HTML form. Although all the HTML and PHP code looks properly matched to me, ...
user2814192's user avatar
0 votes
0 answers
122 views

(PHP) Stuck making submission form anti spam

So I am almost done creating this anti spam google recaptcha v3 form. I get failure to the end. could you see what is the problem? I dont use this to send data to DB but to my email. let me know if ...
SarahMilner's user avatar
0 votes
1 answer
950 views

My Google recaptcha verification is not working

I am using this code to work recaptcha services. But it tells me you are a bot. I tried php server side integration but it does not work. Here is html <form id="contact-form" name="contact-form" ...
Faizan Ahmad's user avatar
-1 votes
1 answer
109 views

problems using google invisible recaptcha icon

I have a form in my codeigniter project using google's invisible recaptcha like so: HTML <html> <head> <script src="https://www.google.com/recaptcha/api.js" async defer></...
dapidmini's user avatar
  • 1,579
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
0 votes
3 answers
830 views

recaptcha for my login in php not working

I have a website which is like the url http://molugu.com/demo/vendor/register.php My register.php is below: <?php require_once('connect.php'); include('config.php'); include('recaptchalib....
TEIA 2019's user avatar
  • 151
0 votes
1 answer
211 views

How to call alert function inside HTML from a PHP file

I am trying to add reCaptcha v2 to an HTML form. When the submit button is clicked, a PHP file is invoked which calls the reCaptcha API. If the reCaptcha is unsuccessful, I want to call the alert ...
Amir's user avatar
  • 337
0 votes
1 answer
34 views

Integrating and validating invisible recaptcha

I want to add recaptcha to a form, I registered for it and got the keys. <form> <input type="text" name="name" /> <input type="email" name="email" /> <textarea name="...
Richard Wood's user avatar
0 votes
1 answer
267 views

How to implement reCaptcha v3 by Google on a newsletter form?

I'm having an issue with reCaptcha V3. The issue is that I'm struggling to communicate with the server when it comes to recording the analytics and the logic of the newsletter itself. I'm trying to ...
raicobi's user avatar
  • 33
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
0 votes
0 answers
73 views

Google ReCaptcha is not loading

I am trying to integrate google recaptcha, but it is not loading the req iframe on browser and showing nothing. My contact.html: <form ng-submit="processContactForm(contactForm.$valid)" name="...
soumya's user avatar
  • 11
0 votes
1 answer
221 views

verifying recaptcha in php

I have a simple .html contact form with recaptcha added to it and I have a correspond .php file set up to send the populated form fields information back to me via my email. After the form has been ...
Ryan Smith's user avatar
1 vote
2 answers
2k views

Google Recaptcha v2 With email form, gives http 500 Error

Using an html form for a "contact us". This passes name, email, & message to a .php script and it works well. Add the Google recaptua v2 to this form gives a http 500 Error. This post and the code ...
Nicholas Bourbaki'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
0 votes
0 answers
55 views

Unable to implement reCaptcha in HTML Form

I am new to Web development and I am trying to implement reCaption in my HTML form. I tried many online tutorials but I was unable to implement it propoerly in my code. Head : <script src="https:/...
T3chnical Heav3n's user avatar

15 30 50 per page
1 2
3
4 5
11