Skip to content

Commit 43f2753

Browse files
authored
chore(studio) update formbuilder customize page (#5224)
1 parent 453fe3e commit 43f2753

File tree

1 file changed

+5
-9
lines changed

1 file changed

+5
-9
lines changed

src/pages/console/formbuilder/customize.mdx

Lines changed: 5 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -76,20 +76,16 @@ Spacing values can either be a CSS length value (`px`, `rem`, `em`, `%`) or a re
7676

7777
## Enable list inputs
7878

79-
Every form input can be made to accept multiple values. The form input gets "wrapped" around by a "list input" component to allow your users to add, update, and remove items.
80-
81-
![Screenshot of "Accept multiple values" checkbox](/images/console/formbuilder/customize-accept-multiple-values.png)
82-
83-
<Callout info>
84-
85-
**This toggle is only enabled for inputs not tied to a data model.** If your input is tied to one of your existing models, this feature is controlled directly on the model by toggling the **Is array** property on the corresponding field and deploying your update.
86-
87-
</Callout>
79+
Form inputs can be made to accept multiple values. The form input gets "wrapped" around by a "list input" component to allow your users to add, update, and remove items. **This functionality is only enabled for inputs not tied to a data model.** If your input is tied to one of your existing models, this feature is controlled directly on the model by toggling the **Is array** property on the corresponding field and deploying your update.
8880

8981
1. Select a form input that's not connected to a data model
9082
2. Go to **Data**
9183
3. Select **Accept multiple values**
9284

85+
![Screenshot of "Accept multiple values" checkbox](/images/console/formbuilder/customize-accept-multiple-values.png)
86+
87+
Here is what a list input looks like for the end user:
88+
9389
<video autoPlay={true} muted={true} loop={true} width="100%">
9490
<source src="/images/console/formbuilder/customize-list-control.mp4"/>
9591
</video>

0 commit comments

Comments
 (0)