Sample Form

A demonstration of all HTML form input types.

Text & Basic Inputs

Date & Time Inputs

Selection Inputs

Range & Color

File Upload

Files upload directly to storage from your browser, then attach to the submission. Up to 10 MB per file, 25 MB per submission.

Accepted: images, PDF, plain text, CSV, MP4/MOV, MP3/WAV, and ZIP.
Images only (PNG, JPG, GIF, WebP, HEIC).
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">