Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 70ca6da

Browse filesBrowse files
committed
Improvements after review
1 parent cecc762 commit 70ca6da
Copy full SHA for 70ca6da

File tree

Expand file treeCollapse file tree

2 files changed

+5
-5
lines changed
Filter options
Expand file treeCollapse file tree

2 files changed

+5
-5
lines changed

‎reference/forms/types/options/action.rst.inc

Copy file name to clipboardExpand all lines: reference/forms/types/options/action.rst.inc
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@ action
77
**type**: ``string`` **default**: empty string
88

99
This option specifies where to send the form's data on submission (usually an
10-
URI). It's value is rendered as the ``action`` attribute of the ``form``
10+
URI). Its value is rendered as the ``action`` attribute of the ``form``
1111
element. An empty value is considered a same-document reference, i.e. the form
1212
will be submitted to the same URI that rendered the form.

‎reference/forms/types/options/method.rst.inc

Copy file name to clipboardExpand all lines: reference/forms/types/options/method.rst.inc
+4-4Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@ method
66

77
**type**: ``string`` **default**: ``POST``
88

9-
This option specifies the HTTP method used to submit the form's data. It's
10-
value is rendered as the ``method`` attribute of the ``form`` element and to
11-
perform some consistency checks when evaluating the form after submission.
12-
Possible values are:
9+
This option specifies the HTTP method used to submit the form's data. Its
10+
value is rendered as the ``method`` attribute of the ``form`` element and is
11+
used to decide whether to process the form submission in the
12+
``handleRequest()`` method after submission. Possible values are:
1313
1414
* POST
1515
* GET

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.