2020-01-21 09:23:18 +00:00
{% extends "content_template.html" %}
{% from "components/table.html" import mapping_table, row, text_field, edit_field, field with context %}
{% from "components/sub-navigation.html" import sub_navigation %}
{% block per_page_title %}
2020-01-22 10:59:45 +00:00
Edit and format messages
2020-01-21 09:23:18 +00:00
{% endblock %}
{% block content_column_content %}
< h1 class = "heading-large" > Edit and format messages< / h1 >
2020-01-24 16:16:41 +00:00
2020-01-21 15:51:19 +00:00
< p > This page explains how to:< / p >
2020-01-21 09:23:18 +00:00
< ul class = "list list-bullet" >
2020-01-21 15:45:59 +00:00
< li > < a href = "#formatting" > format your content< / a > < / li >
2020-01-21 15:03:59 +00:00
< li > < a href = "#links" > add links< / a > < / li >
< li > < a href = "#personalised-content" > personalise your content< / a > < / li >
2020-01-21 15:45:59 +00:00
< li > < a href = "#optional-content" > add optional content< / a > < / li >
2020-01-24 16:16:41 +00:00
< / ul >
2020-01-21 15:45:59 +00:00
< h2 class = "heading-medium" id = "formatting" > Format your content< / h2 >
2020-01-21 09:23:18 +00:00
< p > You can see a list of formatting instructions on the edit template page:< / p >
< ol class = "list list-number" >
2020-01-27 09:05:28 +00:00
< li > < a href = "{{ url_for('.sign_in') }}" > Sign in to Notify< / a > .< / li >
2020-01-24 10:28:38 +00:00
< li > Go to the < b class = "govuk-!-font-weight-bold" > Templates< / b > page.< / li >
< li > Add a new template or choose an existing template and select < b class = "govuk-!-font-weight-bold" > Edit< / b > .< / li >
2020-01-21 09:23:18 +00:00
< / ol >
< p > Email templates can include:< / p >
< ul class = "list list-bullet" >
< li > headings< / li >
< li > bullets< / li >
2020-02-12 11:17:26 +00:00
< li > < a href = "https://design-system.service.gov.uk/components/inset-text/" > inset text< / a > < / li >
2020-01-21 09:23:18 +00:00
< li > horizontal rules< / li >
< / ul >
< p > Letter templates can include headings and bullets.< / p >
2020-01-21 15:39:17 +00:00
< p > Notify does not allow bold, italics, subheadings, underlined text or different fonts. This is because they can make it harder for users to read what you’ ve written.< / p >
2020-01-21 09:23:18 +00:00
2020-01-21 15:03:59 +00:00
< h2 class = "heading-medium" id = "links" > Add links< / h2 >
2020-01-24 16:16:41 +00:00
2020-01-21 09:23:18 +00:00
< p > When composing an email or text message, write URLs in full and Notify will convert them into links for you.< / p >
2020-02-03 13:26:02 +00:00
< p > You cannot convert text into a link. Research shows that people like to check a URL looks genuine before clicking the link in an email. This is hard to do if the URL is hidden behind clickable link text.< / p >
2020-01-21 09:23:18 +00:00
2020-01-21 15:36:05 +00:00
< p > We do not recommend using a third-party link shortening service because:< / p >
2020-01-24 16:16:41 +00:00
2020-01-21 09:23:18 +00:00
< ul class = "list list-bullet" >
< li > your users cannot see where the link will take them< / li >
2020-01-21 15:03:59 +00:00
< li > your link might stop working if there’ s a service outage< / li >
2020-01-21 09:23:18 +00:00
< li > you can no longer control where the redirect goes< / li >
< / ul >
2020-01-21 15:03:59 +00:00
< h2 class = "heading-medium" id = "personalised-content" > Personalise your content< / h2 >
2020-01-21 09:23:18 +00:00
< p > To personalise the content of your messages, add a placeholder to the template.< / p >
< p > Placeholders are filled in with details, like a name or reference number, each time you send a message.< / p >
< p > To add a placeholder to the template:< / p >
< ol class = "list list-number" >
2020-01-27 09:05:28 +00:00
< li > < a href = "{{ url_for('.sign_in') }}" > Sign in to Notify< / a > .< / li >
2020-01-24 10:28:38 +00:00
< li > Go to the < b class = "govuk-!-font-weight-bold" > Templates< / b > page.< / li >
< li > Add a new template or choose an existing template and select < b class = "govuk-!-font-weight-bold" > Edit< / b > .< / li >
2020-01-24 16:16:41 +00:00
< li > Add a placeholder using double brackets. For example: Hello ((first name)), your reference is ((ref number)).< / li >
2020-01-24 10:28:38 +00:00
< li > Select < b class = "govuk-!-font-weight-bold" > Save< / b > .< / li >
2020-01-21 09:23:18 +00:00
< / ol >
< p > When you send a message you can either:< / p >
< ul class = "list list-bullet" >
< li > manually fill in the placeholders yourself< / li >
< li > upload a list of personal details and let Notify do it for you< / li >
< / ul >
< p > If you upload a list, the column names need to match the placeholders in your template.< / p >
2020-01-24 16:16:41 +00:00
2020-01-21 15:45:59 +00:00
< h2 class = "heading-medium" id = "optional-content" > Add optional content< / h2 >
2020-01-24 16:16:41 +00:00
2020-01-21 09:23:18 +00:00
< p > To add optional content to your emails and text messages:< / p >
2020-01-24 16:16:41 +00:00
2020-01-21 09:23:18 +00:00
< ol class = "list list-number" >
2020-01-27 09:05:28 +00:00
< li > < a href = "{{ url_for('.sign_in') }}" > Sign in to Notify< / a > .< / li >
2020-01-24 10:28:38 +00:00
< li > Go to the < b class = "govuk-!-font-weight-bold" > Templates< / b > page.< / li >
< li > Add a new template or choose an existing template and select < b class = "govuk-!-font-weight-bold" > Edit< / b > .< / li >
2020-01-21 09:23:18 +00:00
< li > Use double brackets and ?? to define optional content. For example, if you only want to show something to people who are under 18: ((under18??Please get your application signed by a parent or guardian.))< / li >
2020-01-24 10:28:38 +00:00
< li > Select < b class = "govuk-!-font-weight-bold" > Save< / b > .< / li >
2020-01-21 09:23:18 +00:00
< / ol >
< p > For each person you send this message to, specify ‘ yes’ or ‘ no’ to show or hide this content. You can either:< / p >
< ul class = "list list-bullet" >
< li > do this yourself< / li >
< li > upload a list of personal details and let Notify do it for you< / li >
< / ul >
< p > If you upload a list, the column names need to match the optional content in your template.< / p >
< p > You cannot add optional content to a letter.< / p >
2020-01-24 16:16:41 +00:00
2020-01-21 09:25:42 +00:00
{% endblock %}