Skip to content

Fix heading capitalisation in dynamic_form_modification.rst #19361

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jan 1, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions form/dynamic_form_modification.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ how to customize your form based on three common use-cases:
Example: you have a "Product" form and need to modify/add/remove a field
based on the data on the underlying Product being edited.

2) :ref:`How to dynamically Generate Forms Based on user Data <form-events-user-data>`
2) :ref:`How to Dynamically Generate Forms Based on User Data <form-events-user-data>`

Example: you create a "Friend Message" form and need to build a drop-down
that contains only users that are friends with the *current* authenticated
Expand Down Expand Up @@ -188,7 +188,7 @@ Great! Now use that in your form class::

.. _form-events-user-data:

How to dynamically Generate Forms Based on user Data
How to Dynamically Generate Forms Based on User Data
----------------------------------------------------

Sometimes you want a form to be generated dynamically based not only on data
Expand Down