Top "Recaptcha" questions

For questions about the reCAPTCHA service: Designed to protect against spam and abuse by blocking bots while allowing valid users access.

Implement the new Invisible reCaptcha from Google

I'm building a PHP website where I would like to put a captcha on the login form. I went with …

javascript html recaptcha
ReCaptcha 2.0: enable Submit button on callback if recaptcha successful

I have a very simple form as follows. I want to make it so that the Submit button is disabled, …

javascript php jquery captcha recaptcha
New reCaptcha with jQuery Validation Plugin

I searched and can't figure out how to validate the new reCaptcha, before form submit, along with the validate function …

javascript php jquery validation recaptcha
How to Verify Google Recaptcha V3 Response?

How to integrate Google reCAPTCHA Version 3 in Client Side and Server Side(php). following code use to display recaptcha but …

php recaptcha invisible-recaptcha
How can I make reCAPTCHA a required field?

I'm using Google reCAPTCHA and have been able to add the CAPTCHA component to my page inside a form. But …

recaptcha
Uncaught ReferenceError: grecaptcha is not defined

I am using recaptcha v2 I am getting the following error occasionally (sometimes i don't get error and sometimes i …

javascript recaptcha
Overriding google recaptcha css to make it responsive

I installed Google Recaptcha in a site (not a Wordpress site or Joomla) So do not offer any WP plugins …

css responsive-design recaptcha
Centering No Captcha reCaptcha

After a few hours of research and trial and error, I was finally able to add the new Google No …

css recaptcha center
Error: ReCAPTCHA placeholder element must be empty

I am using recaptcha with my laravel application. I just want to check recaptcha's response on form submit using jquery …

javascript jquery recaptcha laravel-4.2
ReCaptcha 2.0 With AJAX

I have managed to get ReCaptcha 2.0 working in my website. However, it's only working when I don't use AJAX and …

javascript php jquery ajax recaptcha