DropForm with Remix

Submit a Remix form to DropForm using the browser fetch API with FormData. Includes files and safe JSON parsing.

Remix can submit directly from the client to: POST https://api.dropform.app/s/{uid}.

Remix client-side submit (FormData)

Common gotchas

  • Don’t set Content-Type when sending FormData.
  • Prefer server action? You can also proxy through Remix actions, but posting directly is simplest.