Hidden fields allow you to send data to the CGI program without showing that data to the user.
<INPUT TYPE="HIDDEN" NAME="name" VALUE="value">
where:
Note that "Hidden" fields are not completely hidden from users, because any user can select the "View Source" option in their browser to see the value of these fields.