fieldgroup_03.png
drupal-rocks blogpost D7 fieldgroup

Fieldgroup will, as the name implies, group fields together. All fieldable entities will have the possibility to add groups to wrap their fields together. Fieldgroup comes with default HTML wrappers like vertical tabs, horizontal tabs, accordions, fieldsets or div wrappers.

The field group project is a follow-up on the field group module in CCK.

Available group types

  • Fieldsets
  • Horizontal tabs
  • Vertical tabs
  • Details
  • Accordions
  • Divs
  • Multipage steps: Note: This is only client side and removed in drupal 8 version.
  • HTML5 elements
  • Html elements

Notes

  • This project will NOT include the multigroup feature as it existed for drupal6. Use http://drupal.org/project/field_collection
  • In Drupal 8, the old Collapsible fieldsets with default open or closed state are now called "Details".
    Tick "Display element open by default." if you want the fieldset open by default, otherwise it will be closed by default.
  • In the Drupal 8 version, Horizontal and vertical tabs are merged into 1 type: 'Tabs'
  • For Drupal 8.3 and higher, use the fieldgroup 8.3 branch. When you still use a Drupal version lower then 8.3, use the fieldgroup 8.1 branch

Modules that depend on fieldgroup

Open an issue if you want to add another module in thie list!

Related modules

  • Display suite: DS will define a layout resulting in a Fields UI with regions and groups.

Extra screenshots and video's

Maintenance

This module is sponsored by Wunderkraut (Krimson) and Menhir.

Project information

Releases