How do I add a contact form to a Storyblok site?
Create a form component in your frontend (Nuxt, Next, Astro) that POSTs to a Furrow Forms endpoint, and register it in your Storyblok component library. Editors can then place it on any page; Furrow handles spam, storage, notifications, and signed webhooks.
Can editors change where form submissions go?
Recipients and webhooks live in Furrow at the project level, so routing changes are one settings update — by a developer, or by an AI agent over Furrow’s API — and apply instantly to every form on the site, with no redeploy of the frontend.
We run many Storyblok client sites — how does that scale?
Furrow’s hierarchy is built for it: clients contain projects (one per website), and settings cascade from project to forms. One $199/yr workspace covers unlimited clients, projects, and forms, and an agent can provision a new client site in a single bootstrap_site call.