Reword the help text about adding placeholders

In research we’ve seen users struggle with this. Often they’d type
((Joe Bloggs)) or ((XX/XX/XXXX)) instead of a sensible name.

Lets see if explaining it differently helps.
This commit is contained in:
Chris Hill-Scott
2016-03-14 10:39:52 +00:00
parent 562fc4e73c
commit b4e6f734c8
3 changed files with 13 additions and 5 deletions
@@ -3,7 +3,7 @@
&-placeholder-hint {
display: block;
padding-top: 20px;
color: $secondary-text-colour;
//color: $secondary-text-colour;
}
}
+6 -2
View File
@@ -21,8 +21,12 @@
</div>
<div class="column-one-third">
<label for='template_content' class='edit-template-placeholder-hint'>
Add placeholders using double brackets, eg Your thing
is due on ((date))
<p>
Add personalisation with double brackets, eg Dear ((name))
</p>
<p>
Youll fill in the real data when you send a message.
</p>
</label>
</div>
</div>
+6 -2
View File
@@ -20,8 +20,12 @@
</div>
<div class="column-one-third">
<label for='template_content' class='edit-template-placeholder-hint'>
Add placeholders using double brackets, eg Your thing
is due on ((date))
<p>
Add personalisation with double brackets, eg Dear ((name))
</p>
<p>
You'll have to add the real data when you send a message.
</p>
</label>
</div>
</div>