Add a contact form to a Vercel static site
Add form handling to a statically-exported site on Vercel without writing an API route.
- 1
Choose the client variant
For a static export, use the client-fetch snippet so the browser POSTs directly to FormLoom.
- 2
Embed the form
Drop the React/HTML form into your page and set the endpoint.
- 3
Deploy
Push to Vercel; the static page submits to FormLoom — no serverless function needed.
FAQ
No — the client POSTs to FormLoom directly. Use a function only if you want server-side processing first.