Let Wufoo do the hard work. <a href=”https://secure.wufoo.com/signup/17/register/”>Sign up</a> for a free account and start making forms the easy way.
Live Demo
|  Firefox |  Safari |  Safari |  Chrome |  Opera |  IE |  Android | 
|---|---|---|---|---|---|---|
|  |  |  |  |  |  |  | 
The Low Down
The button input type creates a button that doesn’t actually do anything.
- The label of the button is provided via the valueattribute. The button will be blank unless you include a non-empty value.
- A buttoninput has no default behavior. To make it do something, use JavaScript.
- The nameandvalueof the button are NOT submitted with the form.
- The buttoninput does not go thru constraint validation.