By m_i_c_h_a_e_l on
I would like to allow my users to create a story with a pre-assigned taxonomy term. Basically eliminating the need for them to choose the term themselves (which they may forget to do).
I know that arguments can be used in links to link to a node which is already tagged with a particular term. What I envision is the reverse: configure the node/add link to assign the term upon node creation.
Alternatively, I could just create a new content type specifically for this type of story, but I would prefer not to do that.
Does anyone know if this is possible?
Comments
Use hook_form_alter
Hello Michael
Write custom module and use hook_form_alter
Using hook_form_alter assign your fix taxonomy term as default value for that.
Thanks,
Kuldip Zala
Quick & dirty solution
The way I just did it: