Hi, I want to add a taxonomy term for node type Tutorials and while creating this node the taxonomy term should have child terms(if i am right) like this For eg. Things you'll need 1._____________ 2._____________ 3._____________ 4._____________ and after 4th field there should be an option to add more fields if the user wants to add more than 4 things. How can i do this ? I am on drupal 6. And also how can i add a select list for taxonomy term and put the allowed values in that select list for that particular term.I have used content taxonomy module but the problem with that is we when a user selects a term from select list then the term doesn't automatically shows nodes under that term as in simple taxonomy shows.Because of thi i had to create views for every term which is entered through content taxonomy module.