dev-master
9999999-devNeos plugin for Google reCAPTCHA
MIT
The Requires
2.0.3
2.0.3.0Neos plugin for Google reCAPTCHA
MIT
The Requires
Neos plugin for Google reCAPTCHA
Neos plugin for Google reCAPTCHA, (*1)
Packages/Plugin/Gerdemann.ReCAPTCHA
(e.g. via composer require gerdemann/recaptcha
)Add the reCAPTCHA element to your form:, (*2)
- type: 'Gerdemann.ReCAPTCHA:ReCAPTCHA' identifier: 'recaptcha' properties: sitekey: 'ENTER_HERE_YOUR_SITEKEY' validators: - identifier: 'Neos.Flow:NotEmpty' - identifier: 'Gerdemann.ReCAPTCHA:ReCAPTCHA' options: secret: 'ENTER_HERE_YOUR_SHARED_SECRET'
You can predefine default values for secret
and sitekey
in
Settings.yaml
. If no specific values are given in the form the
captcha-element will fallback to those values., (*3)
Gerdemann:
ReCAPTCHA:
sitekey: ~
secret: ~
, (*4)
Two javascript files are included in /Resources/Private/Fusion/Root.fusion
on the page.
If this is not desired, these can be individually removed via a condition.
To ensure the functionality, these files are at least necessary on pages with form., (*5)
The Version 1.* is compatible with Neos 2.0, but this version is no longer supported. For Neos 3.0 versions 2. * can be used., (*6)
The MIT License (MIT). Please see LICENSE for more information., (*7)
Neos plugin for Google reCAPTCHA
MIT
Neos plugin for Google reCAPTCHA
MIT