We value your privacy

We and our third party partners may use cookies and similar technologies on this site to analyze usage, optimize our services, personalize content, tailor and measure ads and keep this site secure. Privacy Notice Cookies Notice
en
Cloud Cloud Cloud Cloud

The formmethod Attribute

The Current State of HTML5 Forms

Let Wufoo do the hard work. Sign up for a free account and start making forms the easy way.

<form method=post>
<input name=hidden-value value=5 type=hidden>
<input type=submit value=Submit formmethod=get>
</form>

Live Demo



 

The Low Down

The formmethod attribute can force override a form’s set method (e.g. get or post) with the specified method.

  • Valid as an attribute of elements that can submit a form, including <inputtype=submit> and <input type=image> and <button>.
Cloud Cloud Cloud Cloud

Let Wufoo do the hard work.

Sign up for a free account and start making forms the easy way.