Skip to main content

Grouped Fields

Define a group object. This is design tool as well as a data tool.

Object designer

fgf_main

Drag and drop fields into the Group object.

fgf_main
The group is considered as a single object on the grid.

fgf_main
So you are able to position the group side by side with for example a media selector.

Object parameters

Double-click on the object to edit it. Object parameters dialog will pop up.

fgf_info

Key
Use this field to define the unique name of a variable in the context. After validation of the form, you will find the resulting data in the context

If flat values is not checked, data will be embedded into the group_fields key.

    {
"grouped_fields": {
"string": "",
"checkbox": true,
"text_area": ""
}
}

If flat values is checked, data won't be embedded.

    {
"string": "",
"checkbox": true,
"text_area": ""
}

fgf_info

Flat value Lets you decide whether resulting values should be saved embedded or not.