# 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 %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs-plus.dropzone.dev/how-to-submit-data/with-pure-html.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
