neosrulez/directmail-formfinisher

There is no license information available for the latest version (1.0.4) of this package.

Form finisher to add recipients with Neos.Form.

1.0.4 2023-08-01 10:25 UTC

This package is not auto-updated.

Last update: 2024-04-23 14:03:33 UTC


README

Form finisher to add recipients with Neos.Form.

Installation

The NeosRulez.DirectMail.FormFinisher package is listed on packagist (https://packagist.org/packages/neosrulez/directmail-formfinisher) - therefore you don't have to include the package in your "repositories" entry any more.

Just run:

composer require neosrulez/directmail-formfinisher

Usage

Create the finisher, create and configure a form field of the type NeosRulez.DirectMail.FormFinisher:RecipientList and a checkbox with the identifier acceptDirectMail. The finisher expects a form field with the name email.

Author