Sample Form

A demonstration of all HTML form input types.

Text & Basic Inputs

Date & Time Inputs

Selection Inputs

Range & Color

File Upload

Any file type accepted.
Images only (PNG, JPG, GIF, SVG, etc.).
Select multiple files at once.

Other Inputs

Hidden inputs are submitted with the form but not visible to the user.

<input type="hidden" name="hidden_input" value="hidden_value">