formmethod
Specifies which HTTP method to use to send the form data. Only valid for type="submit".
Default value
Blank - Use the value specified by the parent <form> element which, unless otherwise specified, will be a default of POST.
Valid values
'GET' or 'POST'.