• Hi, with version 3 of recaptcha, if I’m going to hide the badge, I need to include this content on the form…

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

    Is there a filter that can be used so that it can be automatically included on all CF7 forms?

    Thanks!

Viewing 1 replies (of 1 total)
  • Just a thought, rather than hide the badge, make it a little lighter, and move it away from the place it wants to sit (for me, it was covering up something in the footer).

    `
    /* reCaptcha overide */
    .grecaptcha-badge {
    opacity: .6;
    bottom: 130px!important;
    }

    .grecaptcha-badge iframe{
    top: auto!important;
    }

Viewing 1 replies (of 1 total)
  • The topic ‘reCaptcha v3 – adding Google’s privacy and TOS links to all forms’ is closed to new replies.