Hi @pleasure94
I hope you are doing well.
Per forum rules, we are only allowed to remove it if we output the links for privacy page:
https://developers.google.com/recaptcha/docs/faq#id-like-to-hide-the-recaptcha-badge.-what-is-allowed
We don’t have a out of box feature to remove it, but you can do:
Use the
This site is protected by reCAPTCHA and the Google
<a href="https://policies.google.com/privacy">Privacy Policy</a> and
<a href="https://policies.google.com/terms">Terms of Service</a> apply.
Inside a Forminator HTML field, then use the following CSS:
.grecaptcha-badge{
display: none !important;
}
On Forminator Form > Appearance > Custom CSS.
Best Regards
Patrick Freitas