CGFeedback select menu (dropdown)
Posted: Sat Dec 05, 2009 8:30 pm
The dropdown select menu in CGFeedback does not populate with items
I am using 1.6.6 with all upto date modules.
here is a snippet code from the form (fresh install, default templates)
For some reason this only places the last listed item, and does not post to the form.
Anyone had this happen and found a solution?
EDIT: What the html output looks like
I am using 1.6.6 with all upto date modules.
here is a snippet code from the form (fresh install, default templates)
Code: Select all
<select name="{$actionid}field_{$fieldid}">
{html_options options=$field.attrib.options selected="{$field.value}"}
</select>
Anyone had this happen and found a solution?
EDIT: What the html output looks like
Code: Select all
<div class="col70" style="float: left; width: 70%;">
<select class="input" name="m27916field_1">
<option label="Whistler" value="" selected="selected">Whistler</option>
</select>
</div>