By kekretzschmar on
I have created a form for my website with several text boxes. I want to make a couple of the boxes into scrolling text boxes to limit choices. The form passes the values correctly as long as they type is 'textfield', but when I change them to 'select' and add the array, the values are passed as empty or incorrect. I cannot find any examples of forms usign 'select' as a type. PLEASE HELP!
Comments
Scrolling text boxes using select type
I figured it out--I was accessing the position and not the value.
please give sample code here
I badly need this one