The input element of type hidden is used to add a hidden field to the current page.

Syntax:

Element

Attributes

Value

Notes for Element/Attribute/Value

input

type

hidden


name

string


value

string


length

integer

Default is 0. A value of 0 indicates no input limit.

export

boolean

Default is true.

Example

    <input type="hidden" name="FIELD3" value="SECRET" length="10"/>