Let Wufoo do the hard work. Sign up for a free account and start making forms the easy way.
Live Demo
![]() Firefox 4+ | ![]() Safari 5.2+ | ![]() Safari 5+ | ![]() Chrome 10+ | ![]() Opera 10.6+ | ![]() IE 10+ | ![]() Android 4.0+ |
---|---|---|---|---|---|---|
![]() | ![]() | ![]() | ![]() | ![]() | ![]() | ![]() |
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
<input
type=submit>
and<input type=image>
and<button>
.