Form: add grouping element¶
Available since: 1.0.0
Add a collapsible details element (also known as fieldset) for grouping form fields.
Fields¶
Element name
-
The element name is a machine name and is used for being identified when rendering the form. Example: name_info
Title
-
This will be shown to the user in the form as grouping title.
Open
-
Whether the group should be open to edit or collapsed when displayed.
Element weight
-
The lower the weight, the element appears before other elements having a higher weight.
Fields
-
Machine names of form fields that should be grouped together. Define multiple values separated with commas. Example: first_name,last_name
Introduction text
-
Here you can set an introduction text of the group.
Summary value
-
Here you can set the summary text of the group.
Group
-
Here you can set this element to be a part of a parent group.
This field supports tokens.