The hidden element is a special form element. It is special because it exists in the code of the page but it not rendered by the browser. It is used in the following way.
- To pass information between web application pages. - To add an identifier to the form the element belongs to .
To insert a hidden element into a form, use the element with the type attribute set to a "hidden". Two other attributes are required name and value.