INPUT TYPE="HIDDEN"
The hidden type input is one that is hidden from the user. It hard codes
NAME to VALUE within the form. It is used to obtain information which is
used in scripts. It uses the following syntax:
<INPUT TYPE="HIDDEN" NAME="name of variable" VALUE="value">
What other types of input are there?