Top "Invisible-recaptcha" questions

Use this tag to refer about the Google reCAPTCHA tool to differentiate humans and bots without requesting to solve a CAPTCHA.

Google recaptcha error in ie 11

I am getting the following error in IE 11: SCRIPT5007: unable to get property "toString" of undefined or null reference recaptcha__…

internet-explorer recaptcha invisible-recaptcha
Invisible Recaptcha Badge Positioning Issue

I recently started using Google's new method of Recaptcha - their new Invisible Recaptcha. I realized that the implementation of …

recaptcha visual-glitch invisible-recaptcha
How to reset Google reCaptcha?

Here is my PHP Code: function post_captcha($user_response) { $fields_string = ''; $fields = array( 'secret' => '', 'response' => $…

javascript php recaptcha invisible-recaptcha
Google reCAPTCHA V2 JavaScript We detected that your site is not verifying reCAPTCHA solutions

Error Message We detected that your site is not verifying reCAPTCHA solutions. This is required for the proper use of …

javascript php ajax recaptcha invisible-recaptcha
implementing Invisible Google reCaptcha for asp.net application ?

This is my ASP.NET form. I want to add invisible recaptcha to it with server side validation. Can someone …

c# asp.net .net recaptcha invisible-recaptcha
Invisible reCAPTCHA sending empty g-recaptcha-response with multiple forms

I am trying to use Google Invisible reCAPTCHA, but it is sending empty the g-recaptcha-response POST parameter when i have …

javascript jquery forms recaptcha invisible-recaptcha
Correct way to integrate reCAPTCHA with Angular 4

I'm trying to integrate an Invisible reCAPTCHA with my Angular 4 form. In the TS part of the component I have …

angular recaptcha angular4-forms angular-forms invisible-recaptcha
Uncaught Type Error on Invisible reCaptcha while Form Submit

I'm trying to implement new invisible recaptcha by google. But i have required inputs and should validate the form before …

javascript jquery recaptcha invisible-recaptcha
New ReCaptcha (invisible) not working

I am trying to implement the new invisible reCaptcha, but it is not working. First, event tough I have created …

recaptcha invisible-recaptcha
Google Invisible ReCaptcha on multiple forms in a same page - PHP

I am following this Invisible ReCaptcha doc on my php website: http://www.pinnacleinternet.com/installing-invisible-recaptcha/ everything works well. but …

php jquery-validate recaptcha multiple-forms invisible-recaptcha