Input control elements:
*Text
*File
*Tel
*Hidden
*Week
*Time
*Url
*Date
<input type="hidden" name="inputName" value="inputValue">
A hidden input won’t be visible to the user, but its value will be sent to the server when the form is submitted nonetheless.