Contents
The service does not require additional libraries, server setup, or infrastructure work. To get started, you only need the basics:
To get started
- An active account on the platform.
- A website or application with access to the source code.
- Basic knowledge of HTML or JavaScript.
Supported submission formats
The platform accepts POST submissions in the following formats:
multipart/form-data— the standard format for HTML forms.application/x-www-form-urlencoded— an alternative supported by most frameworks.application/json— ideal for JavaScript-based submissions or apps that work with JSON.
Required fields
There are no mandatory fields by default. You can send the fields you need and name them however you want. The platform will store all the information it receives.
Plan limits
| Free | Pro | |
|---|---|---|
| Submissions per month | 250 included | 20,000 included |
| Additional submissions | — | $0.002 per submission |
| Forms | Unlimited | Unlimited |
| Maximum file size | 5 MB | 5 MB |
| Webhooks | 1 | Multiple |
Domains and CORS
The platform accepts submissions from any domain. You do not need to configure CORS or register your domain in advance.