We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 522e74c commit 391f99bCopy full SHA for 391f99b
forms.rst
@@ -996,8 +996,8 @@ The extra fields can be injected like this:
996
997
Here, the referral code is an extra field injected at view level.
998
999
-The field name is composed of form ``user_create`` and the field name ``referralCode``.
1000
-It's automatically generated from the form class name. You can :ref:`override it <changing-the-form-name>`
+The field name is composed of form ``user_create`` and the field name ``referralCode``.
+It's automatically generated from the form class name. You can :ref:`override it <changing-the-form-name>`
1001
1002
You can get the referral code via ``getExtraData``::
1003
0 commit comments