Is there a way to include the curly brackets in a template field, instead of having it try to merge a variable? I actually want the output “{{Text}}” to show to the user, instead of having it look for a merge variable.
Page 1 / 1
You can use the HTML Entity encodings for the brace characters, like this:
{{Text}}
See http://www.fileformat.info/info/unicode/char/007B/index.htm and http://www.fileformat.info/info/unicode/char/007D/index.htm
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.