UndefinedOffset / silverstripe-nocaptcha

A spam protector and form field using Google's reCAPTCHA v2 or optionally a foundation v3 implementation
BSD 3-Clause "New" or "Revised" License
31 stars 37 forks source link

invisible recaptcha #30

Closed guyvanbael closed 7 years ago

guyvanbael commented 7 years ago

Hi would it be possible to use the latest invisible recaptcha. My guess is that a lot of website users would be very grateful ;-)

https://www.google.com/recaptcha/intro/invisible.html

UndefinedOffset commented 7 years ago

yep already supported in 0.3+ :) make sure your keys work for invisible and use the following in your yaml config. It can also be set on a per-field basis by calling setCaptchaSize('invisible').

NocaptchaField:
    default_size: "invisible"
guyvanbael commented 7 years ago

@UndefinedOffset You're a legend ;-)

UndefinedOffset commented 7 years ago

I try ;), I'm going to close this issue