Hi,
I am learning use taxonomies.
Question - I created a CCK content type that selects from a taxonomy. Is it possible to populate a select list on this form with values based on the taxonomy term selected when creating content. ?? A better explanation is given below :
I created 2 taxonomies. These are described as follows:
Dept
-----Maths
-----Computer Science
Academic Staff
------lecturer
------tutor
------research assistant
I created an Academic Staff Member content type using CCK, drupal 4.7.4. Dept taxonomy is used to place the academic staff member into Math or Computer Science.
I am creating a Course content type. I am using the Dept taxonomy to place the course into Math or Computer Science. I would like to set the lecturer for this course.
If I select Math from the Dept taxonomy, is there a way to populate a select list containing only Lecturers for Math given the setup of my taxonomies??
Similarly, If I select Computer Science from the Dept taxonomy, is there a way to present a select list containing only Lecturers for Computer Science ??
I know I could create a view for a list of all Math or CS lecturers. Then , I could create a Node Reference field in the Course content type to present this list.