InterceptorsΒΆ

You can enter as many Interceptors as you like. Each entry requires a model name of the Interceptor. Optionally you can enter specific configuration for the Interceptor in the config section.

TypoScript Path

plugin.tx_formhandler_form.settings.predefinedForms.[x].(init/save)Interceptors

Init Interceptors

The init interceptors are called before every time the form is displayed or the Validators are called.

Save Interceptors

The save interceptors are called after all steps are validated and before the Loggers and Finishers are called.