Hi,
Is there a way to use the conditional content/IF condition to ensure that if a field is blank, there is no gap in the email?
We're currently using the below as data is pulling through from a file but some of these fields will be blank (e.g. address line 2 or 3) and we'd like to avoid a blank space in the email if possible.
<%= targetData.Address_1 %>
<%= targetData.Address_2_ %>
<%= targetData.Address_3 %>
<%= targetData.Town %>
<%= targetData.Postcode %>
Sorry if I haven't explained this very well, not very familiar with all of this.
Thanks