This page is Not Ready

Notice: The WebPlatform project, supported by various stewards between 2012 and 2015, has been discontinued. This site is now available on github.

hidden

Summary

The hidden type of the <input> element represents a value that is hidden from the user, but which is sent with the form data; the value can be set programatically.

Overview Table

DOM Interface
HTMLInputElement

Notes

Remarks

This input type presents no control to the user, but sends the value of the value property with the submitted form.

Standards information

HTML information

{

See also

Related pages

  • Reference
  • input
  • input type=submit

Attributions