View Single Post
  #2   Report Post  
Jarrett Jarrett is offline
Junior Member
 
Posts: 3
Default

So considering that I am on a Mac and those commands as far as I know do not work here, but I will try tomorrow from a Windows, to achieve the following without paragraph breaks if the field is empty:

Company
Address_1
Address_2
Address_3
Town Post Code
County
Country

Is the following correct?

{ Mergefield Company }¶
{ Mergefield Address_1 }{If { Mergefield Address_2 } "" " ¶
{ Mergefield Address_2 }"}{If { Mergefield Address_3 } "" " ¶
{ Mergefield Address_3 }"}¶
{ Town } { Post Code }¶
{If { County } "" " ¶
{ Mergefield County }"}¶
{Country}


Please note that ¶ is where I pressed Enter or Shift + Enter.