Hidden data
The <input> element with type="hidden" allows to submit data without showing it to the user. Usually it is technical or intermediate data, that necessary for server and don't must be changed by user.
code | result |
---|---|
|
Element is invisible for user. |
attributes
attribute | description |
---|---|
id, name | Name of element. |
value |
Value for submission. |