joomla / joomla-cms

Home of the Joomla! Content Management System
https://www.joomla.org
GNU General Public License v2.0
4.73k stars 3.64k forks source link

Invisible reCaptcha does not work #27314

Closed mazharvai007 closed 4 years ago

mazharvai007 commented 4 years ago

Steps to reproduce the issue

I used the unique site and secrete key in the CAPTCHA - Invisible reCAPTCHA plugin. But, in the front-end showing like the image Screenshot on 2019-12-19 at 14_50_45

Expected result

Actual result

System information (as much as possible)

Additional comments

C-Lodder commented 4 years ago

The badge is always shown by default. You can hide it using CSS:

.grecaptcha-badge { 
    visibility: hidden;
}

Note: Do not use display:none

If you hide it, you must include the fact you're site uses reCaptcha in the user flow, as per their T&C's: https://developers.google.com/recaptcha/docs/faq#id-like-to-hide-the-recaptcha-badge.-what-is-allowed

joomla-cms-bot commented 4 years ago

Set to "closed" on behalf of @alikon by The JTracker Application at issues.joomla.org/joomla-cms/27314