Click to See Complete Forum and Search --> : form select box -- need option for user to type


earth2mac
09-18-2008, 02:57 PM
I am creating a form which has a drop down select list with a few options. The last one should allow user to type in an answer. How can this be done, perhaps through javascript?

ryanbutler
09-18-2008, 08:01 PM
I'm not following, can you be a bit more specific?

OctoberWind
09-20-2008, 02:05 AM
doesn't work like that.
Just add a <input type=text> after the </select>, and perhaps add the last option as "other" and run logic that says "if other, then use the text-input"