You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/layer/overview/index.md
+19-9Lines changed: 19 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,23 +6,33 @@ description: In the Configure forms section, you will find everything you need t
6
6
7
7
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.
8
8
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 <QGISHelpver="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.
10
11
11
-
Do you prefer a video? Check out this tutorial on how to configure QGIS widgets for survey forms.
12
-
<YouTubeid="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
+
:::
13
14
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 <QGISlink="en/site/forusers/download.html"text="QGIS" /> and <MobileAppName /> follows these settings.
18
16
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 <QGISHelpver="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.
20
18
19
+
Do you prefer a video? Check out this tutorial on how to configure QGIS widgets for survey forms.
20
+
<YouTubeid="jc4p1PpXj3k"title="Widgets for survey forms" />
21
21
22
22
## Setting up form widgets
23
23
24
24
Attributes forms can be configured using <QGISHelpver="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.
25
25
26
26
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.
27
27
28
-

28
+

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.
0 commit comments