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.
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.
you should add the following code to a css view in your form:
.grecaptcha-badge {
visibility: hidden;
}
You need to login to be able to post a reply.