Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit ab9dd33

Browse filesBrowse files
committed
Merge branch '4.4' into 5.3
* 4.4: [Form] Fixed missing link text on introduction
2 parents 713094c + e79aa3f commit ab9dd33
Copy full SHA for ab9dd33

File tree

Expand file treeCollapse file tree

1 file changed

+3
-3
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

1 file changed

+3
-3
lines changed
Open diff view settings
Collapse file

‎form/dynamic_form_modification.rst‎

Copy file name to clipboardExpand all lines: form/dynamic_form_modification.rst
+3-3Lines changed: 3 additions & 3 deletions
  • Display the source diff
  • Display the rich diff
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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.