HTML / HTML Attributes

HTML Formmethod Attribute

Oct 12, 2022
1 min read
HTML formmethod Attribute

Definition

The formmethod Attribute specifies the method of encoding of information sent to a server for forms with type=submit. When specified, it will override the method attribute of the <form> element.

Applicable Elements

The formmethod Attribute can be used with the following elements:

Further information is coming soon. In the meantime, please read our commentary under the above links.