Take a look at this click is there an easy way to make the text size, color and font dropdown menus with the choices already filled in so users can just select 20px, blue, verdana without needing to type the choice in?
__________________ Please login or register to view this content. Registration is FREE - Latest Articles: Please login or register to view this content. Registration is FREE , Please login or register to view this content. Registration is FREE
Are you sure the name is correct? Does your script use color to access the value?
How about sharing some code, maybe there's something wrong there. It should work, unless I'm missing something dreadfully simple.
__________________ Please login or register to view this content. Registration is FREE - Latest Articles: Please login or register to view this content. Registration is FREE , Please login or register to view this content. Registration is FREE
The problem seems to be your name. Change the names of the dropdowns to these (ie. <select name="myname">):
font size -> titleSize
color -> titleColor
font -> titleFont
If you are replacing other items of the form in the same manner, be sure to name the dropdowns with the same name as the fields you are replacing.
__________________ Please login or register to view this content. Registration is FREE - Latest Articles: Please login or register to view this content. Registration is FREE , Please login or register to view this content. Registration is FREE