I'm trying to make a content type that is a set of vocabulary terms from a given taxonomy. Consider the following taxonomy structure:
--Animal Name
----Taxonomic Class
----Number of legs
----Sound it makes
----Fun Fact
I want to be able to have a form that looks like this:
Animal Name: _____________
Taxonomic Class: _____________
Number of legs: _____________
Sound it makes: _____________
Fun fact: _____________
The problem I am having is that when I create my content type, I can only have a term reference for an entire taxonomy; not a single term.
Is there a way to link specific fields in a content type to individual terms within a taxonomy or is there a module that will help accomplish this?