7sg / fusion-form-recaptcha
There is no license information available for the latest version (1.0.0) of this package.
ReCaptcha Form Element for Fusion Forms
Package info
github.com/sebastiansommer/Seven.Fusion.Form.ReCaptcha
Type:neos-package
pkg:composer/7sg/fusion-form-recaptcha
1.0.0
2023-02-04 09:49 UTC
Requires
- google/recaptcha: ^1.2
- neos/fusion-form: ^2.0
This package is auto-updated.
Last update: 2026-03-05 12:10:13 UTC
README
Provides two elements (V2 + V3) for the Fusion Forms package to use Google's ReCaptcha service.
Installation
composer require 7sg/fusion-form-recaptcha
Configuration
Add the following to your Settings.yaml:
Seven: Fusion: Form: ReCaptcha: siteKey: 'SOME_SITE_KEY' secretKey: 'SOME_SECRET_KEY'
Add Elements to your Form
Please notice: Its currently only possible to use one ReCaptcha element per page.
V2 (Verify requests with a challenge)
<Seven.Fusion.Form.ReCaptcha:ReCaptchaV2/>
V3 (Verify requests with a score)
This version requires an action name to be passed to the element.
<Seven.Fusion.Form.ReCaptcha:ReCaptchaV3 action="Your action name"/>
License
Licensed under MIT