From 2313b2b933f42c993974012f10950fad656f8d85 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Roberto=20Abdelkader=20Mart=C3=ADnez=20P=C3=A9rez?= Date: Tue, 19 Nov 2019 13:00:13 +0100 Subject: [PATCH] Update working with forms --- doc/working_with_forms.rst | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/doc/working_with_forms.rst b/doc/working_with_forms.rst index 97c7e7f..41d3946 100644 --- a/doc/working_with_forms.rst +++ b/doc/working_with_forms.rst @@ -5,9 +5,10 @@ When a browser submits a form to a server all the values included in the form are sent to the server in an HTTP call. Kapow! handles the form decoding for you, the only thing you need to -know is which *field* or *fields* of the form you want. +know is the **name** of the *field* or *fields*. -In this example we respond back with the content of the form field ``myfield``: +In this example we respond back with the content of the form field +``myfield``: .. code-block:: bash