Page 1 of 1

CGFeedback select menu (dropdown)

Posted: Sat Dec 05, 2009 8:30 pm
by Golf Gti
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)

Code: Select all

<select name="{$actionid}field_{$fieldid}">
        {html_options options=$field.attrib.options selected="{$field.value}"}
      </select>
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

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>

Re: CGFeedback select menu (dropdown)

Posted: Sat Jan 30, 2010 1:35 pm
by marmollo
HI there I have the same problem did you solve it shows only the last item in the list of drop down boxes. Anyone else has a asolution

Re: CGFeedback select menu (dropdown)

Posted: Thu Feb 18, 2010 4:25 pm
by clj83
Hi,

I have the same problem. Did anyone find a solution yet?

Thanks