Hi,
I have a form dumping variables to a php form via input text and comboboxes. I cannot for the life of me figure out how to assign a variable to a combobox. I have 5 comboboxes and need to assign a static varible to each cb. i.e. cb1 needs to be price cb2 needs to be color. then of course the data in each cb will be dumped to the form by pulling $price and $color in the php. Any help would be much appreciated. Thank you.