A demonstration of all HTML form input types.
Files upload directly to storage from your browser, then attach to the submission. Up to 10 MB per file, 25 MB per submission.
Hidden inputs are submitted with the form but not visible to the user.
<input type="hidden" name="hidden_input" value="hidden_value">