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: design/features/getting-completed-form-submissions/version-4-daily-batch-submissions.md
+13-1Lines changed: 13 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -105,7 +105,7 @@ The last line of which would change to read “You are getting a daily CSV of th
105
105
This is an example of the new daily email that will be sent to the processing email.
106
106
107
107
- The email will be sent just after 2am each day and contain all submissions from the previous day collated into a single CSV file.
108
-
- The CSV will not include uploaded files from the form but will include the associated file name for the form processors to be able to link the submission and file.
108
+
- The CSV will not include uploaded files from the form but will include the associated filename for the form processors to be able to link the submission and file.
109
109
110
110
The email subject line for live forms reads:
111
111
@@ -134,7 +134,19 @@ The email reads:
134
134
135
135
<imgalt="Test daily form submissions, draft form example email. Screenshot"src="./version-4-daily-batch-submissions-screenshots/1002-daily-submission-email-preview.png"width="500">
136
136
137
+
This is an example of the collated email where someone is previewing a form and submits. It is mostly the same as the live version with a couple of exceptions.
137
138
139
+
The email subject line reads:
140
+
141
+
> TEST DAILY FORM SUBMISSIONS: [Form name] - xx month year
142
+
143
+
Using “TEST” and capitalisation to distsinguish quickly between the live data and preview data, and hopefully allow form processors to set up mailbox forwarding and filtering quickly.
144
+
145
+
We have also included a line at the start of the email body:
146
+
147
+
> These are test submissions to a preview of [a draft | a live | an archived] form.
148
+
149
+
We have also added “test_” to the start of each attached CSV filename to help distinguish between live data and test, or preview data incase there is automation happening.
0 commit comments