On the Form Template, the code below needs to find the VALUE of each option / array from a long list in the Check Box Group. I have tried soooo many options...
<tr>
{section name=numloop loop=$entry->input}
<td>{$entry->input[numloop]->input} <a href='uploads/OrderForm-Files/{$materials->input->name}.pdf'
target='new'>{$entry->input[numloop]->name}</a>{if $entry->input[numloop]->op} {$entry->input[numloop]->op}{/if}</td>
{if not ($smarty.section.numloop.rownum mod $cols)}
{if not $smarty.section.numloop.last}
</tr>
PLEASE let me know what I am doing wrong ASAP.
Thank you!



