html in form template field

In Spark, the template fields on the form component don’t allow html. Entering this into the field:

{{MailingStreet}}

{{MailingCity}}, {{MailingState}} {{MailingPostalCode}}

displays this:

Any way to address this?

Hi John! I’ve reproduced this in an internal org and I’ve logged it as an issue with v2. Will let you know if a fix is coming soon.


For a workaround, it looks like the Text component correctly displays HTML formatting, so if it is possible to arrange your page to use that component instead of a template field, that may work. If not, I’m not sure if there is a workaround at this point. 

Thanks!