Dec 8th, 2009, 9:35 PM
Would adding an export type work?
Something like:
<select>
<option value=""></option>
{foreach from=$submissions item=submission name=row}
<option value="{$submission.columnname}">{$submission.displayname}</option>
{/foreach}
</select>
You would need another form with these options on it though, and would have to keep updating the field groups...
Something like:
<select>
<option value=""></option>
{foreach from=$submissions item=submission name=row}
<option value="{$submission.columnname}">{$submission.displayname}</option>
{/foreach}
</select>
You would need another form with these options on it though, and would have to keep updating the field groups...