> For the complete documentation index, see [llms.txt](https://docs-plus.dropzone.dev/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs-plus.dropzone.dev/how-to-submit-data.md).

# How to submit data

Everything you need to know about sending data to Dropzone Plus.

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.
