TehTux / jh_captcha

TYPO3 Extension jh_captcha
https://typo3.org/extensions/repository/view/jh_captcha
GNU General Public License v2.0
5 stars 20 forks source link

Please add reCAPTCHA configuration options in TypoScript #9

Open Moongazer opened 5 years ago

Moongazer commented 5 years ago

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 or inline (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!

TehTux commented 5 years ago

Invisible reCAPTCHA v2 is not supported by my extension. I will check if this option is available for v3!

Moongazer commented 5 years ago

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.

TehTux commented 5 years ago

It is possible but not documented! See: https://jsfiddle.net/thatguysam/g7juvkdb/