Relational dropdowns

edited March 2011 in Modules
Has anyone had any success with creating a drop-down that is dependent on another drop-down. What I am trying to do for example is have a "Client" drop-down which after selecting one it enables a "Project" drop-down with a list of projects filtered by the selected client_id.

Thanks,
Daniel S.

Comments

  • edited 12:17AM
    You will have to use some custom javascript to do this. The Navigation Module actually does this to get the list of parents based on selected group. You could look at that as a reference. For a simple module, you can add a javascript file by setting up the "js" parameter in your module's configuration:
    http://www.getfuelcms.com/user_guide/modules/simple
Sign In or Register to comment.