Jun 30th, 2011, 1:31 AM
Code:
{if $ANSWER_loan_type}
<tr>
<td style="font-weight: bold">Loan Type</td>
<td>{assign var=arr value="|"|explode:$ANSWER_loan_type}
{", "|implode:$arr}</td>
</tr>
{/if}
Yep, it definitely has a values in the field - and it's definitely not responding - just tightened and checked the template, this is in place:
Code:
{if $ANSWER_loan_type}
<tr>
<td style="font-weight: bold">Loan Type</td>
<td>{assign var=arr value="|"|explode:$ANSWER_loan_type}
{", "|implode:$arr}</td>
</tr>
{/if}
Outputs to email thus:
Code:
Loan Type lt_ffel_fff, lt_fdir_ddd, lt_fout_fff, lt_plus
Field option group is set up OK - see screenshot - *shrug*