wegmeister/recaptcha

Letzte Aktivität 09 Jan 2024 8 18 77046
composer require wegmeister/recaptcha

Form Element for the Flow Form Framework integrating Google's Recaptcha

dev-feature/no-additional-validator

Version
dev-feature/no-additional-validator
Type
neos-package
Release Date
Aug 10, 2018 13:07
Source
git
Distribution
zip
Requires
  • google/recaptcha: ^1.2
  • neos/form: ^4.0
  • php: ~7.0
Suggest
  • neos/form-builder: Integrates the Flow Form Framework into Neos CMS.
GPL-3.0-or-later f3a583f7602b599e6068620129a83713f28ada1e

Readme excerpt

Wegmeister.Recaptcha

Tested with Flow 4.0.x

Neos-Plugin to integrate Google's Recaptcha into Forms

© Benjamin Klix, die wegmeister gmbh

Installation

Require the package using composer:

composer require wegmeister/recaptcha

After 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 package

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.…
Read more
The content of the readme is provided by an external source, which we have no control over. Check out the actual readme at its source.
The same vendor provides 9 package(s).