Update content for delivery configurations#2964
Conversation
Update content in the details component on the submission email page to reflect that email submissions can remain switched on when submissions to an S3 bucket are configured.
3858c7d to
e4e7da4
Compare
On the live form page, if S3 bucket delivery is enabled, include a subheading "S3 bucket" with details about the bucket name and file format (CSV or JSON). If email delivery is not enabled, do not show the "Email" subheading and the submission email address.
The form didn't have a format set, which is required for S3 delivery.
e4e7da4 to
30593ac
Compare
|
🎉 A review copy of this PR has been deployed! You can reach it at: https://pr-2964.admin.review.forms.service.gov.uk/ It may take 5 minutes or so for the application to be fully deployed and working. If it still isn't ready For the sign in details and more information, see the review apps wiki page. |
| <p>You can get completed forms sent to an AWS S3 bucket instead of an email address.</p> | ||
| <p>To find out more about this option, including how to set it up, <a href="https://www.forms.service.gov.uk/processing-completed-form-submissions">read our guidance on processing completed form submissions</a>.</p> | ||
| <p>You still need to set an email address here to mark this task complete. When you switch to an S3 bucket, you’ll stop getting completed forms by email.</p> | ||
| <p>You still need to set an email address here to mark this task complete, even if you do not want to want to receive submissions by email over the long term.</p> |
There was a problem hiding this comment.
| <p>You still need to set an email address here to mark this task complete, even if you do not want to want to receive submissions by email over the long term.</p> | |
| <p>You still need to set an email address here to mark this task complete, even if you do not want to receive submissions by email over the long term.</p> |
There was a problem hiding this comment.
Or maybe something like this?
| <p>You still need to set an email address here to mark this task complete, even if you do not want to want to receive submissions by email over the long term.</p> | |
| <p>You still need to set an email address here to mark this task complete, even if you plan to get completed forms in an S3 bucket instead.</p> |
There was a problem hiding this comment.
Ah good spot with the repetition, I didn't proof-read this.
In terms of the different content suggestion, what do you think @StephenGill?
| <p>To find out more about this option, including how to set it up, <a href="https://www.forms.service.gov.uk/processing-completed-form-submissions">read our guidance on processing completed form submissions</a>.</p> | ||
| <p>You still need to set an email address here to mark this task complete. When you switch to an S3 bucket, you’ll stop getting completed forms by email.</p> | ||
| <p>You still need to set an email address here to mark this task complete, even if you do not want to want to receive submissions by email over the long term.</p> | ||
| <p>To find out how to set an S3 bucket, <a href="https://www.forms.service.gov.uk/processing-completed-form-submissions">read our guidance on processing completed form submissions</a>.</p> |
There was a problem hiding this comment.
| <p>To find out how to set an S3 bucket, <a href="https://www.forms.service.gov.uk/processing-completed-form-submissions">read our guidance on processing completed form submissions</a>.</p> | |
| <p>To find out how to set up an S3 bucket, <a href="https://www.forms.service.gov.uk/processing-completed-form-submissions">read our guidance on processing completed form submissions</a>.</p> |
theseanything
left a comment
There was a problem hiding this comment.
From a code perspective looks fine! Might need a content review - but still an improvement either way.
What problem does this pull request solve?
Trello card: https://trello.com/c/WMnjLlJV/245-allow-both-email-and-s3-submissions-simultaneously
Update:
New details component content:
Live form page for a form with both email and S3 enabled:
Live form page for a form with only S3 submissions enabled:
Things to consider when reviewing