How do I show a multiple line Salesforce addresses in a single form field using v2 components?
I am converting a v1 page to v2. With v1, the consultant successfully used a template field to display the billing address of an account. An example of the template text is “{{BillingStreet}}<br/>{{BillingCity}}, {{{BillingStateCode}}} {{BillingPostalCode}}”. The same template field in V2, does not allow me to select the AllowHTML check box causing Skuid to print the HTML breaks as normal text. Even if I set allowhtml to true manually in the XML editor, Skuid still ignores does not render the breaks.
Using the BillingAddress as a single field in the form doesn’t help at all. It shows on the screen with the text “[object Object]”
Any suggestions on how to do this in v2 without having to create multiple fields?
I have attached a Skuid Page that has a form with the example template and Billing Address field.









