How to use the built-in version of Google recaptcha v3

Hide the Google reCAPTCHA v3 badge on a ChronoForms 7 form.

Overview

The badge appears in the bottom-right corner, which can disrupt the design of a one-page scrolling website.
Add a custom CSS rule to hide the badge by targeting its class and setting its visibility to hidden.

Answered
ChronoForms v7
sc schumi1971 17 Mar, 2023
Where do I set up in Chronoforms 7 that Google recaptcha v3 should be built into the form?
I don`t want Recpatcha to appear at the bottom right of the page.
I am making a one pager scrolling website, and it doesn`t look good seeing this recaptcha while scrlloingtrhu the slides.
Max_admin Max_admin 29 Apr, 2023
Answer
you should add the following code to a css view in your form:
.grecaptcha-badge { 
    visibility: hidden;
}
Max, ChronoForms developer
ChronoMyAdmin: Database administration within Joomla, no phpMyAdmin needed.
ChronoMails simplifies Joomla email: newsletters, logging, and custom templates.
This topic is locked and no more replies can be posted.