Log in

View Full Version : Category as default



darrenhibbs
12-13-2010, 11:40 AM
Hi i have a problem,
i have a script where i have got 3 drop down boxes,

select section
select category
select article

now to choose a category i need to choose a section, however as i only want one section to be used i only want all cats + arts shown in dropdown boxes and delete the section box completely, is there a way that i can do this?

Regards Darren

fastsol1
12-13-2010, 02:21 PM
JQuery would be the smoothest for the user but you could also just set the select box to submit onchange and then use some if statements to take it away and bring up the next box.