> 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/with-pure-html.md).

# With pure HTML

This is the absolute simplest way to submit data to Dropzone:

```markup
<form action="https://plus.dropzone.dev/_p/{YOUR_PROJECT_ID}" method="post">
  <input type="text" name="name" />
  <input type="text" name="email" />
  <button type="submit">Send</button>
</form>
```

You get the URL (with your project ID) from the dashboard in the settings section.

This simple form will send the data to **Dropzone Plus**, where the data is stored and you will be notified via email about the submission.

{% hint style="info" %}
The user will see a success page and a "Go back" button. If you want to have your own success page, add a "Redirect URL" in the seetings of your project.
{% endhint %}
