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>

