Cloud Cloud Cloud Cloud

The hidden Type

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.

<input type=hidden name=foo value=bar>
view raw hidden type hosted with ❤ by GitHub

Live Demo



 

The Low Down

The hidden input type is used to maintain hidden values that are not intended to be manipulated by your users.

  • One of the original input types, hidden has been supported by all browsers since forever.
  • While hidden from the user, the name and value get sent with form submission.
  • The hidden input does not go thru constraint validation.
Cloud Cloud Cloud Cloud

Let Wufoo do the hard work.

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