Skip to main content

All Questions

Tagged with
0 votes
1 answer
492 views

Undefined variable $configuration while installing Laravel reCaptcha

I am using this package for Laravel ReCaptcha setup and following the documentation for configuration. I am getting the following error on the blade file when I put {!! htmlScriptTagJsApi($...
Volatil3's user avatar
  • 14.8k
1 vote
0 answers
854 views

Laravel custom validation rules called twice

I've got a problem with custom validation rule in my code. I'm trying to validate recaptcha but after debugging i saw that validation is called twice. I'm using Laravel 5.8 and i found this issue: ...
Marshall's user avatar
0 votes
0 answers
154 views

ReCaptcha returning null values randomly when calling siteverify

I have two php files, the first has a form that gathers payment data then posts to the other file to format a SOAP call to send the payment information to the payment service. The reCaptcha is called ...
sf_gray's user avatar
  • 13
0 votes
0 answers
197 views

Problem adding Google Recaptcha to a form

I don't really know PHP, but I need to add a Google Recaptcha to a form and I'm not being able to do it. I have a form being add as a shortcode on a Wordpress that send the information to my CRM as ...
lela_rib's user avatar
  • 147
1 vote
0 answers
935 views

Curl error: Could not resolve host: www.google.com; Name or service not known POST PHP

im triying to do a cURL request to the recaptcha google api (https://www.google.com/recaptcha/api/siteverify) and i get this: resource(25) of type (curl) Curl error: Could not resolve host: www....
Yonier's user avatar
  • 31
0 votes
0 answers
223 views

Why I received empty g-recaptcha-response on Firefox

When I submitting form from Firefox I get empty g-recaptcha-response, but when I use Chrome webbrowser all's right. Sometimes helps me flush cookies and the cache data, but it's not a solution. Im ...
AK994's user avatar
  • 15
-2 votes
1 answer
2k views

How to remove google captcha from curl request?

I am trying to scrape data from one website. But the problem is when i send CURL request google recaptcha is shown every time. How i can remove this security check. Here is my code: $url = 'https://...
Waqar Developer'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
0 votes
1 answer
74 views

Disabling multiple recaptchas after one is clicked in wordpress

I have two recaptchas enabled on a client's wordpress site for a search form. Each recaptcha is on a separate page. Both are attached to search forms that hit the same api. I'm wondering how to ...
viola_lee's user avatar
0 votes
1 answer
171 views

How to add recaptcha in the login form using with PHP language?

I want to add recaptcha in the login form using with PHP language. I have get site key and secret key from the google recaptcha, but they alson cannot give me to access recaptcha function. I try to ...
user avatar
1 vote
0 answers
66 views

reCaptcha apparently identifying humans as bots

I built a simple website for someone. That site contains a contact form, which is protected with reCaptcha (invisible). Everything was working fine, but recently the owner contacted me that some of ...
Tobias Glaus's user avatar
  • 3,438
0 votes
1 answer
88 views

How to add recaptcha v3 to a php contact form?

Excuse me very much if what I'm about to ask seems stupid. I'm a php novice, so I'm trying to learn. I was inspired by a tutorial to create a php contact form that works superbly well. But I want to ...
Worksfather's user avatar
0 votes
0 answers
2k views

46/5000 Remote login using curl php and bypass recaptcha

I am looking forward to logging on to a site from php curl. The problem is that to log in, he asks me to pass a google recaptcha. I have previously done this by checking the recaptcha from my platform,...
user3320586's user avatar
0 votes
1 answer
191 views

Contact form submits regardless of Recaptcha - suspecting ajax validator

I've made a contact form for a website that works - so well that bots spam the company using it. Not good. I've looked into adding a google recaptcha validation system. I've succesfully added the ...
Keyan's user avatar
  • 87
0 votes
0 answers
299 views

Google Recaptcha V2 problems with SSL

My code to run google recaptcha v2 is not working with SSL. Same code works for other servers without ssl. With this SSL server I have the response of fail: Please go back and make sure you check the ...
ilovedoingwebsites's user avatar
-3 votes
1 answer
508 views

Need to add recaptcha to Bootstrap Validator contact form [closed]

I have a contact form with bootstrap validador, and now my client wants to add a recaptcha. The site was developed with Bootstrap 3, and the contact form uses Bootstrap validator. The form already ...
Manuel Cárdenas Pérez'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
6k views

Google recaptcha API POST request giving 403 Forbidden Error

POST request giving forbidden error for below request. Code from Google Code archive https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/recaptcha/recaptcha-php-1.11.zip ...
Afsal Meerankutty's user avatar
0 votes
1 answer
63 views

Send email up on reCAPTCHA verification

I'm trying to send an email of my sites form via php after the reCAPTCHA has been verified. The page refreshes up on clicking the submit button, but the email isn't sent. I think I'm missing something ...
Mammoth_Creator's user avatar
-2 votes
1 answer
389 views

is wp_nonce_field field use the same protection as google reCaptcha?

i am creating an registration form on wordpress, and i am using wp_nonce_field inside my form, i am wondering if i should include the google reCaptcha or not. <form> <?php if ( ...
WPDeveloper's user avatar
-1 votes
2 answers
255 views

How to replace file_get_contents that has 3 parameters e.g: file_get_content($url, false, $context) with curl

I am trying to configure google reCAPTCHA v3 on my website and because of the https, I am not getting a response using file_get_contents. I need to replace that with curl but I don't know how to ...
Tom Kalaiyo's user avatar
1 vote
1 answer
360 views

Checking Google ReCaptcha for success on backend

I have a contact form that is performing validation on the back end, what I want to check for is if the user has successfully completed the captcha or not and if not print an error message. Currently,...
dubaxy's user avatar
  • 13
0 votes
0 answers
136 views

Why is my google response null when I send my captcha response with POST method?

I come here to ask for help because despite the many topics on this subject, no answer allowed me to solve my problem: The principle is simple: I have a form below with a div containing a captcha, my ...
Sunakutra76's user avatar
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
1 answer
715 views

How to pass Google reCAPTCHA v2 response code to server side PHP page using AJAX-jQuery

Form is not submitting using AJAX-jQuery and thus not getting response key on server side PHP page. Form Page This part is quite straight forward and looking like below. <script src='https://...
K Ahir's user avatar
  • 395
0 votes
1 answer
314 views

Google reCAPTCHA v2 ignores CSS alignment

I'm trying to align a Google reCAPTCHA v2 element to the right side of my page, but it seems to be ignoring my styling. I have tried to use CSS, HTML, PHP, and JavaScript to move the element, but ...
TrekJunky's user avatar
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
-1 votes
1 answer
106 views

serverside recaptcha v2 validation

I am trying to implement Google recaptcha v2 which is the one with ' I am not a robot' and you have to click on the images eg: fire hydrant. The frontend is working correctly but I can't get the ...
user8463989's user avatar
  • 2,429
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
3 votes
1 answer
7k views

PHP + SMTP form + reCaptcha

I'm adding Google reCaptcha to this PHPMailer form. It should be sent via SMTP. How should I verificate reCaptcha and send current form? How if statement should be written here? This my index.html ...
Bakhrom's user avatar
  • 99
1 vote
1 answer
704 views

Sending reCaptcha token to PHP using Ajax

I want to add reCaptcha V3 to a form. Here is the form: <form action="mail.php" method="POST"> <!-- This hidden input will contain the token --> <input type="hidden" name="...
user avatar
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
93 views

my recaptcha always returning true irrespective of whether the text box is clicked or not

I am trying to validate the recaptcha form on localhost but it is always returning true irrespective of whether I have ticked the checkbox or not. Is this the right behavior? My form script <div ...
AdminRoy's user avatar
  • 105
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
0 answers
180 views

How can I load another website's recaptcha on my website?

I want to load another website's reCaptcha on my website so I can complete the reCaptcha from my site. How can I do this with curl/php? I have the site key to the reCaptcha.
Lamaze's user avatar
  • 11
1 vote
0 answers
848 views

How can I repair the google recaptcha on my sugarcrm site?

The recaptcha is not displayed the space where it should be displayed is all grey in my sugar crm.... When I click on get another recapcha, nothing happens... I'm running with suiteCRM the version 7....
Hermann's user avatar
  • 21
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
0 answers
165 views

Using RECAPTCHA and on submit its giving me errors using file_get_contents()

Im using XAMPP to run my code on localhost - I have a form that allows the user to input a name, email and message. I have the RECAPTCHA v2 widget before the submit button. Currently it looks like the ...
roa765's user avatar
  • 295
0 votes
1 answer
281 views

Trying to add recaptcha v2 to oscommerce contact us page

I am using oscommerce and attempting to add googles repcatcha V2 to the contact us page. The form currently allows the user to enter the name, email address and enquiry input. Once they user has ...
roa765's user avatar
  • 295
0 votes
2 answers
302 views

How to validate that reCaptcha is checked

I'am creating a contact form that should send the mail if the Google reCaptcha v2 is checked. Now it echoes my text even if the reCaptcha is checked. Ive tried moving around the reCaptcha snippet and ...
user avatar
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
0 votes
1 answer
1k views

Client error: bad request. Error 400. NoCaptcha Laravel Anhskohbo

I connect the re-captcha to the site, which is built on Laravel. And when you click on "I am not a robot", and then on "registration", this error appears. In the past, I connected the re-captcha on ...
Mirrai '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
0 answers
29 views

I have to wait few extra second before I can effectively send a message through contactform

I made contact form that uses Google recaptcha(for spam-security) to sends messages to my email. Now when I fill all the field, check 'I am not a robot' box and then try to send message I don't ...
Stef L's user avatar
  • 65
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
2 votes
3 answers
3k views

Recaptcha error code 'connection-failed' on verification

When implementing recaptcha v2, I am given the error code 'connection-failed' when trying to verify the recaptcha input. I have followed this (https://www.freakyjolly.com/how-to-add-google-recaptcha-...
zstaylor's user avatar
  • 110
1 vote
0 answers
124 views

Recaptcha is always giving error "Answer to recaptcha is wrong"

I am using reCAPTCHA on my drupal7 login form, the version of captcha and reCAPTCHA are latest, CAPTCHA 7.x-1.5 and reCAPTCHA 7.x-2.3. After filling the captcha and hitting submit button I am getting ...
Pawan Vir's user avatar
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
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

15 30 50 per page
1 2 3
4
5
20