Skip to content

Commit e79aa3f

Browse files
committed
minor #16136 [Form] Fixed missing link text on introduction (mathieu-ducrot)
This PR was merged into the 4.4 branch. Discussion ---------- [Form] Fixed missing link text on introduction ## Description The 3 refs on common use-cases was missing text heading. Before that there were all having the render title "How to Dynamically Modify Forms Using Form Events" Commits ------- e53fc5b [Form] Fixed missing link text on introduction
2 parents ce986ad + e53fc5b commit e79aa3f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

form/dynamic_form_modification.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,18 +7,18 @@ How to Dynamically Modify Forms Using Form Events
77
Often times, a form can't be created statically. In this article, you'll learn
88
how 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"

0 commit comments

Comments
 (0)