@@ -495,7 +495,7 @@ these cases you can set the ``validation_groups`` option to ``false``::
495495Note that when you do that, the form will still run basic integrity checks,
496496for example whether an uploaded file was too large or whether non-existing
497497fields were submitted. If you want to suppress validation, you can use the
498- :ref: `POST_SUBMIT event <cookbook-dynamic-form-modification-suppressing-form-validation >`
498+ :ref: `POST_SUBMIT event <cookbook-dynamic-form-modification-suppressing-form-validation >`.
499499
500500.. index ::
501501 single: Forms; Validation groups based on submitted data
@@ -1811,7 +1811,7 @@ an array.
18111811
18121812 $this->get('request')->request->get('name');
18131813
1814- Be advised, however, that in most cases using the getData() method is
1814+ Be advised, however, that in most cases using the `` getData()`` method is
18151815 a better choice, since it returns the data (usually an object) after
18161816 it's been transformed by the form framework.
18171817
@@ -1853,7 +1853,7 @@ but here's a short example:
18531853
18541854.. tip::
18551855
1856- If you are using Validation Groups , you need to either reference the
1856+ If you are using validation groups , you need to either reference the
18571857 ``Default`` group when creating the form, or set the correct group on
18581858 the constraint you are adding.
18591859
0 commit comments