wegmeister/simplecaptcha
composer require wegmeister/simplecaptcha
This package adds a simple captcha for forms by checking the time value and a random string.
1.2.1
Readme excerpt
Wegmeister.SimpleCaptchaTested with Flow 4.0.x
Neos-Plugin to integrate a simple time based Captcha into Forms
(c) Benjamin Klix, die wegmeister gmbh
InstallationRequire the package using composer:
composer require wegmeister/simplecaptchaThen you can simply 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.SimpleCaptcha:SimpleCaptcha' identifier: captcha properties: # Required waiting time before form can successfully be …Read more
The same vendor provides 9 package(s).