While creating a (custom) content in Drupal, I have three vocabularies. But these make my create content page very heavy. I want to collapse the Vocubalary fieldset by default and want it to expand only if user chooses to.
While creating a (custom) content in Drupal, I have three vocabularies. But these make
Share
If you mean that the taxonomy fieldset should be displayed as collapsed by default, you can achieve that by implementing
hook_form_alter():