Skip to content

Commit a3cefcd

Browse files
Collation email preview write up
Signed-off-by: Christopher Cameron <35372982+christophercameron-ixd@users.noreply.github.com>
1 parent af7e943 commit a3cefcd

1 file changed

Lines changed: 13 additions & 1 deletion

File tree

design/features/getting-completed-form-submissions/version-4-daily-batch-submissions.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ The last line of which would change to read “You are getting a daily CSV of th
105105
This is an example of the new daily email that will be sent to the processing email.
106106

107107
- 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.
109109

110110
The email subject line for live forms reads:
111111

@@ -134,7 +134,19 @@ The email reads:
134134

135135
<img alt="Test daily form submissions, draft form example email. Screenshot" src="./version-4-daily-batch-submissions-screenshots/1002-daily-submission-email-preview.png" width="500">
136136

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.
137138

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.
138150

139151
<br>
140152

0 commit comments

Comments
 (0)