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

Installs: 2 058

Dependents: 0

Suggesters: 0

Security: 0

Stars: 3

Watchers: 1

Forks: 0

Open Issues: 0

Type:neos-package

pkg:composer/7sg/fusion-form-recaptcha

1.0.0 2023-02-04 09:49 UTC

This package is auto-updated.

Last update: 2025-10-05 11:18:26 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