Yes, by embedding HTML in a JavaScript Snippet. The code looks like this:
TextExpander.expandHTML = true;
`
<ul>
<li>Item 1</li>
<ul>
<li>Item 1a</li>
</ul>
<li>Item 2</li>
<ul>
<li>Item 2a</li>
</ul>
</ul>
`;
If you subscribe to the Community Snippets Public Group, I’ve created an example that you can expand with com.nlist
.
Would love to have the ability to format a single line field as currency and have it formatted correctly when expanded.
ie: enter 1269.69 in field and have it look like $1,269.69 upon expansion.
If this exists now, I am not aware of how to implement it. Thanks!
1 Like
I would love if in the future names of fields such as optional fields could be in a greyed out or different color so that it was clear to see which parts of a text are included in the email. For example, here the checkbox is named “introduction?” to cue the user to include this if they want to introduce themself but for general users it is hard to figure out if that is in the text of the email until they are done and expand.

1 Like