Jun 26th, 2011, 4:10 PM
Hi Ben
I've placed your string into the template thus:
{if $ANSWER_loan_type}
<tr>
<td style="font-weight: bold">Loan Type</td>
<td>{assign var=arr value="|"|explode:$ANSWER_loan_type}
{", "|implode:$arr}{$ANSWER_loan_type}</td>
</tr>
{/if}
Not getting any changes - have I interpreted your directions correctly?
Cheers
David
I've placed your string into the template thus:
{if $ANSWER_loan_type}
<tr>
<td style="font-weight: bold">Loan Type</td>
<td>{assign var=arr value="|"|explode:$ANSWER_loan_type}
{", "|implode:$arr}{$ANSWER_loan_type}</td>
</tr>
{/if}
Not getting any changes - have I interpreted your directions correctly?
Cheers
David