I am creating an entry form, and have a drop down box with data pulled from an external file. I want to allow the user to enter text in this field as well, if what they want is not in the file. Is this possible? Thanks.
I am creating an entry form, and have a drop down box with data pulled from an external file. I want to allow the user to enter text in this field as well, if what they want is not in the file. Is this possible? Thanks.
It isnt!!! Maybee the guys in the DHTML forum has a solution
d-one
You'll need to provide a separate control - an input element - for the user to utilise. You'll also probably want a pair of radio buttons that the user can use to signify which control is meant to be taken as input, and which one is to be ignored.
Mike
Awsome, thanks...I will do that.
Bookmarks