phpdrupaldrupal-fapidrupal-alter

Drupal: collapse CCK Fields in edit content pages?


can I collapse the field in my edit-content page in Drupal ?

For example, at the bottom of the page Revision Information, URL Path Settings, Authoring Information etc are collapsed.

I would like to have this functionality for the CCK Fields as well.

thanks


Solution

  • You can do this with hook_form_alter by putting the fields into a fieldset the you make collapsible.