Hello,

I'm trying to alter taxonomy elements in a node form.

so i have hook_form_alter implemented.

in D6 the code does not display the taxonomy element.

"unset ($form[taxonomy][3])" works for
<select name="taxonomy[3][]" multiple="multiple" class="form-select" id="edit-taxonomy-3" size="4">

BUT

in D5 the code DOES display the taxonomy element.

"unset ($form[taxonomy][6])" does NOT work for
<select name="taxonomy[6]" class="form-select" id="edit-taxonomy-6" ><option value="">

Any advice to not displaying the taxonmy element is appreciated.

Thanks,

Greg