• Hello

    I have a website with 3 contact forms (3 languages).
    ReCaptcha v3 is installed. The reCaptcha Badge on the lower right side is shown on almost every site – exept on two of the three contact sites. English is fine, but German and French don’t show the badge (or only very shortly).
    Does that mean that the German and French contact forms are not protected?

    Thanks for your ideas and help!

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • How do you know if recaptcha is working, I hear many topics here say not using cf7 built in as it fails

    Thread Starter vjpulp

    (@vjpulp)

    You can at least check on the Google reCaptcha admin page and see if there has been some traffic. That should indicate that ReCaptcha is detecting something…

    Hi, vjpulp, I’m another CF7 user.

    I can see the badge displayed on the other language pages, at least at the top of the page (when inspecting the page with developer tools).

    I think the issue is with the CSS styles.

    You can try adding this CSS to your site to have the badge displayed:

    .grecaptcha-badge {
    z-index: 99;
    }
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘reCaptcha Badge not always visible’ is closed to new replies.