Kind of weird tittle.
The thing is: I have a combobox that get his choices from a sharepoint list. It have a LOT of options so I don't like to have it as a combobox, instead I would like to have it as a big list.
What I did was: put the visible field off of this combobox and then in Defaultselecteditems I put the list.selecteditems from the list that get his data from the same place that the combobox so the items are exactly the same.
The combobox shows the values as selected but when I submit the form the new element has that column empty.
Here's an image:
And here's how this selecteditems shows in the combobox just right, but it doesn't "Save" into the new element!
