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:
The event can then be selected in notifications; the desired form must be selected as well: