Forms

All HTML input types and form features. Forms submit via GET so you can see the values in the URL.

Text Inputs

Number & Date Inputs

Selection Inputs

File & Hidden

There is a hidden field with name="hidden_field" and value="secret_value".

Validation