Hello @cogz ,
Can you share link to your site where we can see your form? With invisible reCaptcha you should still see badge for it
https://premium.wpmudev.org/docs/wpmu-dev-plugins/forminator/#recaptcha-field
kind regards,
Kasia
Thread Starter
cogz
(@cogz)
The reCAPTCHA v3 field is to the right of the Phone Number Field. I like that it is invisible and it is works. I am just trying to remove the space it takes.
Thread Starter
cogz
(@cogz)
I have also been unable to get form containers to display. Perhaps this is related.
Hi @cogz
This is odd,
The invisible means the bind the challenge, however, you should keep showing the badge for users.
Some plugins add a CSS to hide the badge which is not recommended by Google and the Forminator doesn’t add it either.
Do you have any other reCaptcha feature on your website that may be adding a custom CSS?
Is it possible to send the website URL and we can take a closer look?
It can be a temporary page.
Best Regards
Patrick Freitas
Thread Starter
cogz
(@cogz)
Hi,
Here is a page you can take a look at
https://www.cogz.com/formtest/
Thanks
Hi @cogz
Thank you for the link.
Indeed, the CSS that is hiding it is from Divi:
https://monosnap.com/file/BWZtFomCEjARZ05iLmQcYSUfa6Wink
As I told, Google suggests showing the badge as the invisible means no challenge.
But this CSS should help you in case you would like to hide it completely
#post-213101 #captcha-1{
display: none;
}
You can add on the WordPress > Appearance > Customize > Additional CSS.
Let us know if you have any additional question on this.
Best Regards
Patrick Freitas
Thread Starter
cogz
(@cogz)
Hi,
Could you recheck the code. The errors I received are noted within ###
Thanks
#post-213101 #captcha-1{
###Expected RBRACE.###
display: none;
}
###Unexpected token ‘}’.###
Hello @cogz ,
Please add need space between #captcha-1 and {.
kind regards,
Kasia
Hello @cogz ,
We haven’t heard from you for a while now, so it looks like you no longer need our assistance.
Please feel free to re-open this ticket if needed.
kind regards,
Kasia