How to hide the Google Invisible reCAPTCHA badge

前端 未结 15 2205
感情败类
感情败类 2020-12-02 04:15

When implementing the new Google Invisible reCATPTCHA, by default you get a little \"protected by reCAPTCHA\" badge in the bottom right of the screen that pops out when you

15条回答
  •  Happy的楠姐
    2020-12-02 04:54

    Note: if you choose to hide the badge, please use
    .grecaptcha-badge { visibility: hidden; }

    You are allowed to hide the badge as long as you include the reCAPTCHA branding visibly in the user flow. Please include the following text:

    This site is protected by reCAPTCHA and the Google
    Privacy Policy and Terms of Service apply.

    more details here reCaptacha

提交回复
热议问题