I have a
PHP web page designed in dreamweaver mx 2004 that has 5 dependant dropdown menus.(from
mx widgets extension) that get data from a mysql database.
The dependant dropdowns are:
Make
Model
Spec
Job
Area
The job section has a list of Clutch, brakes, full service and so on.
Upon selecting Brakes from the JOB menu i have a hidden multiple selection field that should show with
four options that the user can choose from such as (Rear Brakes, Front Brakes and so on)
My problem is that i want the multiple selection field hidden unless the user selects BRAKES from the
JOB dropdown. At the moment it is showing when any job is chosen.
I would be grateful for any help. Thanks in advance.