processFormData
The processFormData hook is triggered after a form has been submitted. It
passes the form data array, the Data Container Array and the files array as
arguments and does not expect a return value.
Parameters
array
$submittedDataForm data submitted by the visitor.
array
$formDataThe form configuration from
tl_formtable.array
$filesContains information about uploaded files (from “upload” widgets). Can be null.
array
$labelsThe field labels of the form.
\Contao\Form
$formThe form instance.