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
77Often times, a form can't be created statically. In this article, you'll learn
88how to customize your form based on three common use-cases:
99
10- 1) :ref: `form-events-underlying-data `
10+ 1) :ref: `Customizing your Form Based on the Underlying Data < form-events-underlying-data > `
1111
1212 Example: you have a "Product" form and need to modify/add/remove a field
1313 based on the data on the underlying Product being edited.
1414
15- 2) :ref: `form-events-user-data `
15+ 2) :ref: `How to dynamically Generate Forms Based on user Data < form-events-user-data > `
1616
1717 Example: you create a "Friend Message" form and need to build a drop-down
1818 that contains only users that are friends with the *current * authenticated
1919 user.
2020
21- 3) :ref: `form-events-submitted-data `
21+ 3) :ref: `Dynamic Generation for Submitted Forms < form-events-submitted-data > `
2222
2323 Example: on a registration form, you have a "country" field and a "state"
2424 field which should populate dynamically based on the value in the "country"
You can’t perform that action at this time.
0 commit comments