ENH Provide submitted form info to submission email data (#1113)

This commit is contained in:
Michal Kleiner 2021-10-19 12:58:23 +13:00 committed by GitHub
parent 9d5b8c1b8e
commit 2691ac354e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -308,6 +308,7 @@ JS
$emailData = [
'Sender' => Security::getCurrentUser(),
'HideFormData' => false,
'SubmittedForm' => $submittedForm,
'Fields' => $submittedFields,
'Body' => '',
];