• Hello. I would like to hide the reCAPTCHA seal that appears in the footer. Since this is an e-commerce site, navigation is difficult. Would that be possible?

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Ján Miklá?

    (@neosinner)

    Hi @cris123pp,

    Google requires sites to disclose that they are using reCAPTCHA. As per reCAPTCHA’s FAQ, you can hide the badge as long as you include the reCAPTCHA branding visibly in the user flow, e.g. by showing This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply. on your forms.

    Then you can hide the badge with CSS .grecaptcha-badge { visibility: hidden; }.

    Thread Starter cris123pp

    (@cris123pp)

    Thank you.
    Another detail. If I use the Mailpoet reCAPTCHA option to also protect the WordPress registration forms, it always displays an invalid CAPTCHA for the invisible reCAPTCHA v2. In my case, I am using a shortcode [woocommerce_my_account] displayed in an elementor popup to be displayed on the woocommerce product page to speed up user registration on the site. Could it be related to the cache?

    Plugin Author Ján Miklá?

    (@neosinner)

    Rather than cache, I think the issue is more likely that it’s in the popup. I assume, that on page load, this popup is not visible, and is only showed when the visitor clicks somewhere. This can cause, that the reCAPTCHA is not properly initialized on page load (because the form is not visible), so when the form is submitted, it doesn’t include valid reCAPTCHA token.

    You can try to use the shortcode on the page instead of in the popup, so it’s visible on page load. If it works, then the issue is the popup, and would likely require some custom code to get it working there.

    Thread Starter cris123pp

    (@cris123pp)

    Exactly. On the registration page, the registration occurs normally. The error must be related to the popup itself, which opens after a while of the page loading, making it difficult to read the reCAPTCHA.

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