Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2c7042f commit 91ecbdaCopy full SHA for 91ecbda
forms.rst
@@ -777,7 +777,8 @@ to the ``form()`` or the ``form_start()`` helper functions:
777
that stores this method. The form will be submitted in a normal ``POST``
778
request, but :doc:`Symfony's routing </routing>` is capable of detecting the
779
``_method`` parameter and will interpret it as a ``PUT``, ``PATCH`` or
780
- ``DELETE`` request. See the :ref:`configuration-framework-http_method_override` option.
+ ``DELETE`` request. The :ref:`configuration-framework-http_method_override`
781
+ option must be enabled for this to work.
782
783
Changing the Form Name
784
~~~~~~~~~~~~~~~~~~~~~~
0 commit comments