wegmeister/recaptcha
composer require wegmeister/recaptcha
Form Element for the Flow Form Framework integrating Google's Recaptcha
Readme excerpt
Wegmeister.RecaptchaTested with Flow 4.0.x
Neos-Plugin to integrate Google's Recaptcha into Forms
© Benjamin Klix, die wegmeister gmbh
InstallationRequire the package using composer:
composer require wegmeister/recaptchaAfter this go to http://www.google.com/recaptcha and create some keys for your website (reCAPTCHA, Version 2).
Using this package without the Neos.Form.Builder packageSimply add the new form element to your form definition renderables:
type: 'Neos.Form:Form' identifier: someIdentifier label: Label renderables: - type: 'Neos.Form:Page' identifier: page-one renderables: - type: 'Wegmeister.…Read more
The same vendor provides 9 package(s).