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
value
attribute. The button will be blank unless you include a non-empty value. - A
button
input has no default behavior. To make it do something, use JavaScript. - The
name
andvalue
of the button are NOT submitted with the form. - The
button
input does not go thru constraint validation.