We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2864815 + 494b857 commit 10a53b8Copy full SHA for 10a53b8
forms.rst
@@ -823,7 +823,8 @@ to the ``form()`` or the ``form_start()`` helper functions:
823
that stores this method. The form will be submitted in a normal ``POST``
824
request, but :doc:`Symfony's routing </routing>` is capable of detecting the
825
``_method`` parameter and will interpret it as a ``PUT``, ``PATCH`` or
826
- ``DELETE`` request. See the :ref:`configuration-framework-http_method_override` option.
+ ``DELETE`` request. The :ref:`configuration-framework-http_method_override`
827
+ option must be enabled for this to work.
828
829
Changing the Form Name
830
~~~~~~~~~~~~~~~~~~~~~~
0 commit comments