OK I need to get this working so I'm offering up $20.00 to the first guy that can help me get this going on 3.6.5.
Everything else works fine I just cant get this section of code to work.
PHP Code:
<if condition="$attachmentoption">
<tr>
<td class="alt1" colspan="3" align="center">
<div style="width:$stylevar[formwidth]" align="$stylevar[left]">$attachmentoption</div>
</td>
</tr>
</if>
Ive tried it without the <If> and as a stand alone $attachmentoption, even moved it to other area's on the template.

