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: docs/declarative-customization/list-form-configuration.md
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@ localization_priority: Priority
9
9
10
10
You can configure the list form in a list or library with a custom header, footer and the form body with one or more sections with fields in each of those sections. The form configuration does not change the data in the list item or file; it only changes how the form is displayed to users who browse the list or library. Anyone who can create and manage views in a list can use form configuration to configure the form with header, footer and body with sections.
11
11
12
-
To configure a form, you will use JSON formatters that you are already familar with when formatting a [column](../column-formatting.md) or a [view](../view-formatting.md) in a list or libary. Form configuration allows for certain predefined elements and attributes to build the custom header, footer and body with one or more sections.
12
+
To configure a form, you will use JSON formatters that you are already familar with when formatting a [column](./column-formatting.md) or a [view](./view-formatting.md) in a list or libary. Form configuration allows for certain predefined elements and attributes to build the custom header, footer and body with one or more sections.
13
13
14
14
## Get started
15
15
To configure the form in a list or library:
@@ -43,7 +43,7 @@ To show or hide a column in a list or library form:
43
43
44
44
2. Paste your custom header formatter in the JSON text input area.
45
45
> [!NOTE]
46
-
> Form configuration allows for certain [predefined elements and attributes](../column-formatting#creating-custom-json) to build the custom header.
46
+
> Form configuration allows for certain [predefined elements and attributes](./column-formatting#creating-custom-json) to build the custom header.
47
47
48
48
3. Below is an example of a custom header JSON:
49
49
@@ -125,7 +125,7 @@ To show or hide a column in a list or library form:
125
125
126
126
2. Paste your custom footer formatter in the JSON text input area.
127
127
> [!NOTE]
128
-
> Form configuration allows for certain [predefined elements and attributes](../column-formatting#creating-custom-json) to build the custom footer.
128
+
> Form configuration allows for certain [predefined elements and attributes](./column-formatting#creating-custom-json) to build the custom footer.
129
129
130
130
4. Below is an example of a custom footer JSON:
131
131
@@ -250,4 +250,4 @@ To show or hide a column in a list or library form:
250
250
251
251
8. To save your changes, click the **Save** button.
252
252
253
-
9. Close the form and open the form again to view the applied header.
253
+
9. Close the form and open the form again to view the applied header.
0 commit comments