7sg / fusion-form-recaptcha
ReCaptcha Form Element for Fusion Forms
Installs: 1 711
Dependents: 0
Suggesters: 0
Security: 0
Stars: 3
Watchers: 3
Forks: 0
Open Issues: 0
Type:neos-package
Requires
- google/recaptcha: ^1.2
- neos/fusion-form: ^2.0
This package is auto-updated.
Last update: 2025-03-05 10:01:48 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