Skip to content

Input Types

Basin supports all input types by default, so there is no limit to the volume and type of data you can collect with your forms.

Quick Setup

To start using Basin to power your web forms, you'll need the following:

<input type="email" id="email" name="email" required>

This input field must always include the specific ID and name attributes shown above. If you don't include them, submission data won't be collected.

Requests using javascript are supported

If you're using a vanilla HTML form that doesn't include any special functions, you don't really have to worry about this. But if you are, content-type can be set to: json, form-data or x-www-form-urlencoded.