From 22c5b44c4c85911ef3eac2db1c29e90b41127e13 Mon Sep 17 00:00:00 2001 From: Pete Herlihy Date: Fri, 11 Nov 2016 11:42:26 +0000 Subject: [PATCH] Added some guidance around using optional placeholders --- .../templates/guidance-optional-content.html | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 app/templates/partials/templates/guidance-optional-content.html diff --git a/app/templates/partials/templates/guidance-optional-content.html b/app/templates/partials/templates/guidance-optional-content.html new file mode 100644 index 000000000..1fe295339 --- /dev/null +++ b/app/templates/partials/templates/guidance-optional-content.html @@ -0,0 +1,17 @@ +

+ Optional content placeholders +

+

+ Use double brackets and '??' to define optional content. You can then specify whether to include that content or not for each recipient. +

+

+ 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)) +

+
+

+Specify 'yes' or 'no' for this content to appear (or not), when sending messages. +