# How to submit data

Once you've created an account and setup your project, it's time to build the client side of the equation: the web form.

In general you can think of it this way: to send data to **Dropzone Plus** you setup your form exactly the same way as you would send data to any other server. There is nothing special to it. **Dropzone Plus** accepts submissions as normal form uploads and JSON (if you send your form with JavaScript).

The names of the fields can be completely arbitrary, but there are a few fields that have special meaning:

* `name`
* `firstName`
* `lastName`
* `email`

These fields will be sortable in the dashboard. Follow [this discussion](https://github.com/dropzone/dropzone-plus-support/discussions/12) to get notified when it lands.
