Skip to content

Commit 0f333bc

Browse files
authored
forms refactoring - attributes form layout (#697)
2 parents c882b04 + 13eea86 commit 0f333bc

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

src/layer/conditional-visibility/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
# Show and hide fields depending on a field value (conditional visibility)
2-
Conditional visibility can be applied to groups and tabs, meaning they will be displayed or hidden depending on the value of a field.
1+
# Conditional Visibility
2+
Conditional visibility can be applied to groups and tabs, so that they will be displayed or hidden depending on the value of a field.
33

44
:::tip Example project available
55
You can explore this functionality in <MerginMapsProject id="documentation/form_setup" />.

src/layer/form-layout/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Attributes Form Layout
22
[[toc]]
33

4-
Collecting and editing data in the field can be more efficient with forms that are easy to navigate. QGIS offers a lot of options for improving the layout of your forms, such as using groups and tabs to keep related fields together, displaying or hiding a group of fields based on conditional visibility, or displaying tips and instructions in the forms.
4+
Collecting and editing data in the field can be more efficient with forms that are easy to navigate. QGIS offers a lot of options for improving the layout of your forms, such as using [tabs and groups](../tabs-and-groups/) to keep related fields together, displaying or hiding a group of fields based on [conditional visibility](../conditional-visibility/), or displaying tips and instructions in the forms using the [Text or HTML widget](../info-widgets/). The starting point for creating a form is [QGIS Drag and Drop Designer](#qgis-drag-and-drop-designer).
55

66

77
## QGIS Drag and Drop Designer

src/layer/tabs-and-groups/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Tabs and groups
2-
Using QGIS Drag and Drop designer, fields can be arranged into groups and tabs.
2+
Using [QGIS Drag and Drop designer](../form-layout/#qgis-drag-and-drop-designer), fields can be arranged into groups and tabs.
33

44
:::tip Example project available
55
To see an example of tabs and groups, you can clone <MerginMapsProject id="documentation/form_setup" />.

0 commit comments

Comments
 (0)