[development] How to move taxonomy fields from the categories fieldset?

Angela Byron drupal-devel at webchick.net
Wed Jun 28 14:57:13 UTC 2006


On 28-Jun-06, at 12:21 AM, Dave Cohen wrote:

>
> Basically, that submit callback puts the values where  
> taxonomy.module expects
> them, and calls node_form_submit.

I see. So I could copy the fields to normal $form['something'] and  
unset the fields in the categories fieldset in hook_form_alter. Then,  
in my submit callback sort of "rebuild" the output so that it looks  
like how taxonomy module expects.

Interesting approach. I'll give it a shot. Thank you!

-Angie



More information about the development mailing list