A demonstration of all HTML form input types.
Hidden inputs are submitted with the form but not visible to the user.
<input type="hidden" name="hidden_input" value="hidden_value">