Skip to content

Commit 4d3402a

Browse files
Merge pull request SharePoint#6511 from bartvermeersch/patch-1
Fix 404 links
2 parents abc390e + 1b9e163 commit 4d3402a

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

docs/declarative-customization/list-form-configuration.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
---
22
title: Configure the list form
33
description: Configure list form with a custom header, footer and body with one or more sections.
4-
ms.date: 11/17/2020
4+
ms.date: 11/30/2020
55
localization_priority: Priority
66
---
77

88
# Configure the list form
99

1010
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.
1111

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.
1313

1414
## Get started
1515
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:
4343

4444
2. Paste your custom header formatter in the JSON text input area.
4545
> [!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.
4747
4848
3. Below is an example of a custom header JSON:
4949

@@ -125,7 +125,7 @@ To show or hide a column in a list or library form:
125125

126126
2. Paste your custom footer formatter in the JSON text input area.
127127
> [!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.
129129

130130
4. Below is an example of a custom footer JSON:
131131

@@ -250,4 +250,4 @@ To show or hide a column in a list or library form:
250250

251251
8. To save your changes, click the **Save** button.
252252

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

Comments
 (0)