PRODUCT: |
{$product.title|htmlentities} |
Company: |
{$form.company|htmlentities} |
Full Name: |
{$form.fname|htmlentities} {$form.lname|htmlentities} |
{if $form.addr1}
Address 1: |
{$form.addr1|htmlentities} |
{/if}
{if $form.addr2}
Address 2: |
{$form.addr2|htmlentities} |
{/if}
City/Town : |
{if $form.city != ''}{$form.city|htmlentities}{else}n/a{/if} |
{if trim($form.OfficeState93262) != ''}
State/Province/Territory: |
{if trim($form.OfficeState93262) != ''}{$form.OfficeState93262|htmlentities}{else}n/a{/if} |
{/if}
Zip/Postal Code: |
{if $form.zip != ''}{$form.zip|htmlentities}{else}n/a{/if} |
Country: |
{$form.country|htmlentities} |
Phone: |
+{$form.phone|htmlentities} |
Email Address: |
{$form.email|htmlentities} |
Comments: |
{$form.comment|htmlentities|nl2br} |