Anybody know if Drupal can handle “wizard” style tagging/categorizing?

Example of what I need:

  1. select department
  2. select team (only teams in selected department)
  3. select incident type (only incident types associated to selected team)

I have a requirement for a somewhat simple event posting application and don’t want to have to write the entire thing by hand if I don’t have to. If Drupal can't do it I am open to using other frameworks. I can use PHP, Java, or .NET.

-Thanks

Comments

zirvap’s picture

I'm not sure exactly what "wizard" style tagging is, but what you describe is covered by the core module http://drupal.org/handbook/modules/taxonomy.

You might find that you want some of the taxonomy contributed modules as well, to get things exactly as you want them.

bambam-1’s picture

as far as i know, or have experienced... D6 taxonomy module allows you to setup multiple ways of not only adding keyword categories to a single content type but also tagging options, free tagging, and required tagging and multi-select tagging or any number of combinations you desire.