You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/DataStructure.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,6 +22,7 @@ This document describes the Object-Structure, that is used within the Forms App
22
22
| ownerId | String || The nextcloud userId of the form owner |
23
23
| submissionMessage | String | max. 2048 ch. | Optional custom message, with Markdown support, to be shown to users when the form is submitted (default is used if set to null) |
24
24
| notifyOwnerOnSubmission | Boolean || If the form owner should receive an email notification with a response summary for each new submission |
25
+
| attachSubmissionPdf | Boolean || If notification emails should include a PDF attachment with the submitted responses |
25
26
| notificationRecipients | Array of Strings || Additional email recipients to notify for each new submission, independent of `notifyOwnerOnSubmission`|
26
27
| created | unix timestamp || When the form has been created |
27
28
| access |[Access-Object](#access-object)|| Describing access-settings of the form |
@@ -70,6 +71,7 @@ This document describes the Object-Structure, that is used within the Forms App
0 commit comments