Hi guys,
can anyone offer some expertise on this issue?
I have developed a module which has the sole purpose of amending the textual information my site users will see in my node form taxonomy list. The node is my self defined object called "work".
We are creating "work" objects for differnet clients and we want to append a different clients name onto the end of each taxonomy.
So presently we have - General, Specialist and Exclusive in the taxonomy dropdown list. If the current user logged in is called Joe, we want the options to be amended to : General - Joe, Specialist - Joe and Exclusive - Joe.
I've been investigating the form_alter hook but that only offers the form without it's data.
Does anyone have any insights into this predicament? Thanks for all help in advance.