From 91ecbdab13bcc81144dfdabfc866c9c0351a5e24 Mon Sep 17 00:00:00 2001 From: Nicolas Grekas Date: Sun, 7 Feb 2021 17:09:18 +0100 Subject: [PATCH] Clarify the role of http_method_override --- forms.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/forms.rst b/forms.rst index 1654aa3deba..17cd593d416 100644 --- a/forms.rst +++ b/forms.rst @@ -777,7 +777,8 @@ to the ``form()`` or the ``form_start()`` helper functions: that stores this method. The form will be submitted in a normal ``POST`` request, but :doc:`Symfony's routing ` is capable of detecting the ``_method`` parameter and will interpret it as a ``PUT``, ``PATCH`` or - ``DELETE`` request. See the :ref:`configuration-framework-http_method_override` option. + ``DELETE`` request. The :ref:`configuration-framework-http_method_override` + option must be enabled for this to work. Changing the Form Name ~~~~~~~~~~~~~~~~~~~~~~