DropForm with HTML

The simplest possible integration: a plain HTML form that posts to DropForm. Works on any static site host.

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".

Next steps