The formmethod attribute defines the HTTP method for sending form-data to the action URL.
Applies to [HTMLInputElement](/html/elements/input)The formmethod attribute overrides the method attribute of the \
element. Examples<form action="submit_post.php" method="post">
Input field: <input type="text" name="inputfield">
<input type="submit" value="Submit">
<input type="submit" formmethod="get" formaction="submit_get.asp" value="Submit using GET">
</form>
Syntax Standards information
input type=submit
Microsoft Developer Network: [Windows Internet Explorer API reference Article]
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4