Invisible reCAPTCHA

This topic contains 12 replies, has 2 voices, and was last updated by  jotomas 4 years, 8 months ago.

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket
  • Author
    Posts
  • #4840

    jotomas
    Buyer
    Post count: 802

    Hello,

    I set Invisible reCAPTCHA version in the UsersWP Addons ReCaptcha settings, but I can not find the Invisible reCAPTCHA option in the reCAPTCHA Admin Console, but only reCAPTCHA V2 and reCAPTCHA V3 (screenshot attached).

    Can you help?

    I look forward to your reply.

    Thank you very much for your attention.

    Best regards.

    #4859

    Patrik
    Moderator
    Post count: 1971

    Hi,

    Invisible reCaptcha is a type of reCAPTCHA v2. So if you select reCAPTCHA v2 then you will see the sub-settings where you will find to enable I’m not a robot” Checkbox or “Invisible reCAPTCHA badge”. There is no separate key for Invisible captcha. See attached screenshot.

    Regards,
    Patrik

    #4868

    jotomas
    Buyer
    Post count: 802

    Hi Patrik,

    Thank you very much for your reply. I did not think about selecting one option to see its sub-settings! 🙂

    Just a silly question: if the reCAPTCHA badge is invisible, how could I verify that it works?

    I look forward to your reply.

    Thank you very much once again for your help.

    Best regards.

    #4869

    Patrik
    Moderator
    Post count: 1971

    Hi,

    On the login form, you will find a badge on the bottom right corner of the screen which means the invisible captcha is enabled.

    Regards,
    Patrik

    #4878

    jotomas
    Buyer
    Post count: 802

    Hi Patrik,

    Thank you very much for your reply.

    I have a Contact Form 7 form in the site footer that uses reCAPTCHA V3 and was showing the reCAPTCHA badge in all the pages of the site since the form appears in the footer (except the GD listings pages that do not have the footer in their template).

    Then I use this CSS to hide the reCAPTCHA badge everywhere:

    .grecaptcha-badge {
    display:none !important;
    }

    And I added a text notice to the form according to Google reCAPTCHA guidelines.

    Now I realize that reCAPTCHA V2 and V3 use the same badge and that it would make sense to show the badge in the UsersWP pages. I could add the same text notice, but I would like to ask you if there is some way to hide by CCS the badge everywhere except in the UsersWP pages.

    I look forward to your reply.

    Thank you very much once again for your help.

    Best regards.

    #4881

    Patrik
    Moderator
    Post count: 1971

    Hi,

    Maybe you can use a hierarchy for applying the CSS to the badge. We add “uwp_page” class in body tag for all UsersWP pages.

    Regards,
    Patrik

    #4886

    jotomas
    Buyer
    Post count: 802

    Hi Patrik,

    Thank you very much for your reply.

    May I ask if you could help with that CSS to hide the reCAPTCHA badge everywhere except in the UsersWP pages? My CCS knowledge consists only in copying and pasting snippets that I find in the web, like the one to hide the reCAPTCHA badge, or supplied by tech support. 🙂

    I look forward to your reply.

    Thank you very much once again for your help.

    Best regards.

    #4887

    Patrik
    Moderator
    Post count: 1971

    Hi,

    Can you try following CSS and let me know if it helps or not?

    body:not(.uwp_page) .grecaptcha-badge {
        display: none !important;
    }

    Regards,
    Patrik

    #4893

    jotomas
    Buyer
    Post count: 802

    Hi Patrik,

    It works!

    Thank you very much for your help.

    Best regards.

    #4894

    Patrik
    Moderator
    Post count: 1971
    This reply has been marked as private.
    #5016

    jotomas
    Buyer
    Post count: 802
    This reply has been marked as private.
    #5017

    Patrik
    Moderator
    Post count: 1971
    This reply has been marked as private.
    #5019

    jotomas
    Buyer
    Post count: 802
    This reply has been marked as private.
Viewing 13 posts - 1 through 13 (of 13 total)

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket