CGFeedback select menu (dropdown)

Have a question or a suggestion about a 3rd party addon module or plugin?
Let us know here.
Locked
Golf Gti

CGFeedback select menu (dropdown)

Post 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>
Last edited by Golf Gti on Mon Dec 07, 2009 5:39 am, edited 1 time in total.
marmollo
Forum Members
Forum Members
Posts: 33
Joined: Mon Jan 11, 2010 3:27 pm

Re: CGFeedback select menu (dropdown)

Post 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
clj83
Forum Members
Forum Members
Posts: 195
Joined: Tue Jul 07, 2009 4:09 pm

Re: CGFeedback select menu (dropdown)

Post by clj83 »

Hi,

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

Thanks
Locked

Return to “Modules/Add-Ons”