DropForm with HTML
The simplest possible integration: a plain HTML form that posts to DropForm. Works on any static site host.
January 17, 2026 by DropForm Team
DropForm works great with plain HTML forms. Set your form action to: POST https://api.dropform.app/s/{uid}.
HTML form example
File uploads
Common gotchas
- Always use name attributes so the backend receives your fields.
- For files add
enctype="multipart/form-data".
