upassist/neos-recaptcha

reCaptcha v3 for nodebased forms

Installs: 1

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

Type:neos-package

1.0.3 2024-03-06 16:00 UTC

This package is auto-updated.

Last update: 2024-05-06 16:28:06 UTC


README

Provides a solution to use reCaptcha v3 in nodebased forms in Neos.

Install

composer require upassist/neos-recaptcha

Configure

Add the mixin UpAssist.Neos.ReCaptcha:Mixin.ReCaptchaConfiguration to your homepage.

Make sure to register at https://www.google.com/recaptcha.

Usage

Add a reCaptcha field to your form. Add the reCaptcha finisher as first finisher to your finishers. If the reCaptcha fails, the other finishers won't be executed anymore.