Is there a way to collapse the "iTunes feed information" fieldset when creating a new node. By default it shows uncollapsed, I would like to change it so that by default it is collapsed.

Comments

drewish’s picture

You could implement hook_form_alter() in a custom module and do so. This seems like a reasonable tutorial: http://geeksandgod.com/tutorials/computers/cms/drupal/creating-simple-dr...

That said I'd be open to adding an option if someone wanted to roll a patch.