Google's new "high-intelligence" reCAPTCHA approach as SilverStripe module/datafield.
composer require level51/silverstripe-recaptcha
If you don't like composer you can just download and unpack it to the root of your SilverStripe project.
$captcha->setCSS(array('test1', 'test2'));
$captcha->setLocale('de');
Example usage:
$captcha = RecaptchaField::create('Captcha');
$captcha->settings('theme', 'dark');
You can set default credentials which will be written in the DB during dev/build
:
Recaptcha:
key: YOUR_RECAPTCHA_KEY
secret: YOUR_RECAPTCHA_SECRET
Module rating system helping users find modules that are well supported. For more on how the rating system works visit Module standards
Score not correct? Let us know there is a problem