We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 62ce5b8 commit 3a9cef5Copy full SHA for 3a9cef5
forms.rst
@@ -989,6 +989,9 @@ The extra fields can be injected like this:
989
990
Here, the referral code is an extra field injected at view level.
991
992
+The field name is composed of form ``user_create`` and the field name ``referralCode``.
993
+It's automatically generated from the form class name. You can :ref:`override it <changing-the-form-name>`
994
+
995
You can get the referral code via ``getExtraData``::
996
997
$extraData = $form->getExtraData();
0 commit comments