From 13eea863c27f8a382eca3863203898438406ad1b Mon Sep 17 00:00:00 2001 From: Alexandra Date: Fri, 31 Oct 2025 13:54:48 +0100 Subject: [PATCH] forms refactoring - attributes form layout --- src/layer/conditional-visibility/index.md | 4 ++-- src/layer/form-layout/index.md | 2 +- src/layer/tabs-and-groups/index.md | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/layer/conditional-visibility/index.md b/src/layer/conditional-visibility/index.md index e2c7912e..04be7977 100644 --- a/src/layer/conditional-visibility/index.md +++ b/src/layer/conditional-visibility/index.md @@ -1,5 +1,5 @@ -# Show and hide fields depending on a field value (conditional visibility) -Conditional visibility can be applied to groups and tabs, meaning they will be displayed or hidden depending on the value of a field. +# Conditional Visibility +Conditional visibility can be applied to groups and tabs, so that they will be displayed or hidden depending on the value of a field. :::tip Example project available You can explore this functionality in . diff --git a/src/layer/form-layout/index.md b/src/layer/form-layout/index.md index d9b088dd..cb171450 100644 --- a/src/layer/form-layout/index.md +++ b/src/layer/form-layout/index.md @@ -1,7 +1,7 @@ # Attributes Form Layout [[toc]] -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. +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). ## QGIS Drag and Drop Designer diff --git a/src/layer/tabs-and-groups/index.md b/src/layer/tabs-and-groups/index.md index 4a08865d..02c143db 100644 --- a/src/layer/tabs-and-groups/index.md +++ b/src/layer/tabs-and-groups/index.md @@ -1,5 +1,5 @@ # Tabs and groups -Using QGIS Drag and Drop designer, fields can be arranged into groups and tabs. +Using [QGIS Drag and Drop designer](../form-layout/#qgis-drag-and-drop-designer), fields can be arranged into groups and tabs. :::tip Example project available To see an example of tabs and groups, you can clone .