Open Moongazer opened 5 years ago
Invisible reCAPTCHA v2 is not supported by my extension. I will check if this option is available for v3!
I didn't know that they are different, I thought the invisible one is just an option of reCAPTCHA v2. Anyway, than it seems not to be possible for v3 by documentation, so I have to stay with the CSS workaround.
It is possible but not documented! See: https://jsfiddle.net/thatguysam/g7juvkdb/
The badge
<div class="grecaptcha-badge">
is shown in the bottom-right corner by default, but this conflicts usually with a scroll-to-top button, so both overlapping each other (an ugly workaround is to move-up the badge by CSS).The Google reCAPTCHA doc says, it is possible to configure this badge with the options
bottomright
,bottomleft
orinline
(the last option will display a "protected by reCAPTCHA" badge inside the form)Not sure if this option is available also for v3, but at least for v2: https://developers.google.com/recaptcha/docs/invisible
Thanks!