• Resolved Manish S

    (@shahmanish877)


    Is there any hooks that we can use so the recaptcha only loads on the forms and not on the page where there’s no any form?

    I have disabled login & registration lightbox but it still shows recaptcha badge in homepages where there is no login/registration forms.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support alexrollin

    (@alexrollin)

    Hello!

    Google’s ReCaptcha is loaded on all pages because it monitors user behavior in order to identify bad actors. We recommend against removing it.

    If you need to, though, you can hide the reCaptcha badge using CSS:
    .grecaptcha-badge {
    visibility: hidden;
    }

    I’m also wanting to block recaptcha except on login/registration. The js libraries are killing my pagespeed. Hiding the badge won’t stop the js from loading.

Viewing 2 replies - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.