Code: Select all
{firstname} {lastname}{company}{address_1}{address_2}{city}, {zone_code} {postcode}
John Smith20 Main Street Apt. 14Chico, CA 95928
?
Will literal line breaks work?--
Code: Select all
{firstname} {lastname}
{company}
{address_1}
{address_2}
{city}, {zone_code} {postcode}
Code: Select all
{firstname} {lastname}\n{company}\n{address_1}\n{address_2}\n{city}, {zone_code} {postcode}