Is there some way to place markers that do not leave any space (or returns or other variable text) when the marker value is blank? For example , if an address has the following marker format:
{{Address 1}}
{{Address 2}}
{{City}}, {{State}} {{Zip}}
And if {{Address 2}} is blank, then the date would look like:
Bennett Hirschhorn
Is there some way to place markers that do not leave any space (or returns or other variable text) when the marker value is blank? For example , if an address has the following marker format:
{{Address 1}}
{{Address 2}}
{{City}}, {{State}} {{Zip}}
And if {{Address 2}} is blank, then the date would look like:
123 Any Street
Anycity, TN, 37917
Instead of:
123 Any Street
Anycity, TN, 37917
Thank you!
1 person likes this idea