DEPRECATION WARNING

This documentation is not using the current rendering mechanism and is probably outdated. The extension maintainer should switch to the new system. Details on how to use the rendering mechanism can be found here.

Form – Notification finisher

Important

To use this event, TYPO3 v8.5 at least must be used and the Form extension must be installed and active.


This event is triggered when a form that implements the notification dispatch finisher is submitted.

The following properties can be used in notifications:

Property Description
formValues Form values submitted by the user
formRuntime Runtime object of the form, contains a lot of useful information
controllerContext Current controller context that led to the submission of the form

The form must be configured to use the provided finisher:

Form notification finisher

The event can then be selected in notifications; the desired form must be selected as well:

Form notification event