Skip to content

Commit 2af182d

Browse files
Reword
1 parent 2b904b7 commit 2af182d

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

form/disabling_validation.rst

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,8 @@ Note that when you do that, the form will still run basic integrity checks,
2323
for example whether an uploaded file was too large or whether non-existing
2424
fields were submitted.
2525

26-
Note that to disable the extra fields check, you can use the proper
27-
`form type option`_.
28-
One the other hand, the uploaded file limit should be handled via your php and
29-
web server configuration.
26+
The submission of extra form fields can be controlled with the
27+
`allow_extra_fields config option`_ and the maximum upload file size should be
28+
handled via your PHP and web server configuration.
3029

31-
.. _`form type option`: http://symfony.com/doc/current/reference/forms/types/form.html#allow-extra-fields
30+
.. _`allow_extra_fields config option`: https://symfony.com/doc/current/reference/forms/types/form.html#allow-extra-fields

0 commit comments

Comments
 (0)