Jump to content

Multiple Pull Down Menu


nashsaint

Recommended Posts

Hi,

 

Can you help me build a multiple pull down menu where the next pull-down is dependent from the previous one? Say I have these:

 

Category 1

    - List 1

    - List 2

    - List 3

Category 2

    - If list 1 Display this

    - and this....

 

    - If list 2 display this..

 

    -  If list 3 display this..

    ....

.....

 

 

I hope you get the idea.  Can you help me out please? thanks.

 

 

Link to comment
https://forums.phpfreaks.com/topic/106272-multiple-pull-down-menu/
Share on other sites

You can do what you want using Ajax/Javascript.  It's non-trivial, but not incredibly difficult either.  If the dependency on the dropdowns is derived from the database, then Ajax is a good way to handle it --- no reloads required.  Hopefully you are able to do some javascript coding. 

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.