Skip to content

Commit eb3f953

Browse files
committed
overview
1 parent aaa189e commit eb3f953

File tree

1 file changed

+19
-9
lines changed

1 file changed

+19
-9
lines changed

src/layer/overview/index.md

Lines changed: 19 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -6,23 +6,33 @@ description: In the Configure forms section, you will find everything you need t
66

77
Capturing field data includes recording some information about surveyed points, lines, polygons or non-spatial features by filling in attributes form. This section will guide you through various settings of attributes forms for spatial and non-spatial layers.
88

9-
There are various widgets available to use in the attributes form depending on the field data type and preferred type of data input. <MainPlatformNameLink /> supports the use of the majority of <QGISHelp ver="latest" link="user_manual/working_with_vector/vector_properties.html#attributes-form-properties" text="QGIS widgets" />.
9+
:::tip Mergin Maps project setup in QGIS
10+
In this section, we focus specifically on configuring forms for field survey layers. We recommend using **GeoPackage** format for your layers.
1011

11-
Do you prefer a video? Check out this tutorial on how to configure QGIS widgets for survey forms.
12-
<YouTube id="jc4p1PpXj3k" title="Widgets for survey forms" />
12+
To learn how to create your project and add survey layers, follow our tutorial [Creating a Project in QGIS](../../tutorials/creating-a-project-in-qgis/). Additional tips for project setup can be found in [QGIS project preparation](../../gis/features/).
13+
:::
1314

14-
Extra configuration of attribute forms can be done to make data collection easier and more consistent, such as:
15-
- using [default values](../default-values/) to automatically record attribute's values
16-
- setting [constraints](../constraints/) to define valid inputs for the attributes
17-
- designing the [attributes forms layout](../form-layout/) so that the forms are easy to work with
15+
Just as other project settings, the forms for data collection are configured in <QGIS link="en/site/forusers/download.html" text="QGIS" /> and <MobileAppName /> follows these settings.
1816

19-
In [Use Cases](../use-cases), you can find step-by-step guides to deal with specific scenarios, such as [opening files](../open-file/) from within the form, [using hyperlinks](../external-link/), [displaying instructions](../display-instructions/) in the form and much more.
17+
Each layer has its own form. By default, the form is automatically generated, contains all the fields and these fields have a default type of data input. This means that even without a special configuration, you are able to fill in the form with valid input values. These default options can be changed to fit the needs of your field survey. You can define the type of data input for each field by choosing a <QGISHelp ver="latest" link="user_manual/working_with_vector/vector_properties.html#attributes-form-properties" text=" QGIS widget" />. See our [widget gallery](../form-widgets/) for a quick overview of available widgets.
2018

19+
Do you prefer a video? Check out this tutorial on how to configure QGIS widgets for survey forms.
20+
<YouTube id="jc4p1PpXj3k" title="Widgets for survey forms" />
2121

2222
## Setting up form widgets
2323

2424
Attributes forms can be configured using <QGISHelp ver="latest" link="user_manual/working_with_vector/vector_properties.html#edit-widgets" text="QGIS widget types" /> in the **Attributes Form** tab in the **Layer Properties**. Note that the widget has to be compatible with the field data type.
2525

2626
Each data type has a default widget: for instance, text fields use *Text edit* widget by default and are filled in by manually typing the value, while date fields use *Date/Time* widget and the value is selected using a calendar pop-up.
2727

28-
![QGIS Layer Properties Attributes Form tab](./qgis-attributes-form.gif "QGIS Layer Properties Attributes Form tab")
28+
![QGIS Layer Properties Attributes Form tab](./qgis-attributes-form.gif "QGIS Layer Properties Attributes Form tab")
29+
30+
## Layout and configuration
31+
32+
Extra configuration of attribute forms can be done to make data collection easier and more consistent, such as:
33+
- using [default values](../default-values/) to automatically record attribute's values
34+
- setting [constraints](../constraints/) to define valid inputs for the attributes
35+
- designing the [attributes forms layout](../form-layout/) so that the forms are easy to work with
36+
37+
In [Use Cases](../use-cases), you can find step-by-step guides to deal with specific scenarios, such as [opening files](../open-file/) from within the form, [using hyperlinks](../external-link/), [open a link to a navigation app](../link-to-navigation/) in the form and much more.
38+

0 commit comments

Comments
 (0)