cleansedbb
Technical User
not sure how to phrase it but I'll describe what I'm trying to do.
I have a form that as of current has a text box for nickname, a dropdown for color and a submit.
I want to modify it for the following:
nickname - textbox
dropdown - color (by #FFFFFF)
dropdown - color (by "white"
textbox - color (by typing)
I've come up with something but alas it doesnt work. I tried copying the code from the existing and just changed the <select> option vaules and then changed the <select> on the last one to a text box. only the text box seems to work? not sure why though.
anyone have a suggestion?
I have a form that as of current has a text box for nickname, a dropdown for color and a submit.
I want to modify it for the following:
nickname - textbox
dropdown - color (by #FFFFFF)
dropdown - color (by "white"
textbox - color (by typing)
I've come up with something but alas it doesnt work. I tried copying the code from the existing and just changed the <select> option vaules and then changed the <select> on the last one to a text box. only the text box seems to work? not sure why though.
anyone have a suggestion?