File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -7,18 +7,18 @@ How to Dynamically Modify Forms Using Form Events
7
7
Often times, a form can't be created statically. In this article, you'll learn
8
8
how to customize your form based on three common use-cases:
9
9
10
- 1) :ref: `form-events-underlying-data `
10
+ 1) :ref: `Customizing your Form Based on the Underlying Data < form-events-underlying-data > `
11
11
12
12
Example: you have a "Product" form and need to modify/add/remove a field
13
13
based on the data on the underlying Product being edited.
14
14
15
- 2) :ref: `form-events-user-data `
15
+ 2) :ref: `How to dynamically Generate Forms Based on user Data < form-events-user-data > `
16
16
17
17
Example: you create a "Friend Message" form and need to build a drop-down
18
18
that contains only users that are friends with the *current * authenticated
19
19
user.
20
20
21
- 3) :ref: `form-events-submitted-data `
21
+ 3) :ref: `Dynamic Generation for Submitted Forms < form-events-submitted-data > `
22
22
23
23
Example: on a registration form, you have a "country" field and a "state"
24
24
field which should populate dynamically based on the value in the "country"
You can’t perform that action at this time.
0 commit comments