Formbuilder 0.7.2 - Finding Values for Check Box Group
Posted: Wed Jun 07, 2017 3:59 pm
I am trying to link a pdf file (so the visitor can view) to the list of check box group but cannot seem to get the value passed correctly. Here is the section that I need help with ASAP:
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!
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!