Keys you can rotate
Create a workspace key, send it as a bearer token or an X-API-Key header, and roll it the moment it leaks.
The Typeform alternative with AI generation, conditional logic, quizzes, a built-in CRM and analytics.
Effortless AI Form Builder That Replaced All My Other Tools. Yeah, this is exactly the kind of all-in-one form builder I’ve been looking for. It’s kind of wild, honestly, because this one tool has pretty much replaced almost everything else I was using for data collection. The whole process feels effortless: I just tell the AI what I need, it generates the form, and I’m good to go. I don’t have to stress about the layout anymore or waste a ton of time manually customizing every single form from scratch. It just works the way it should, and for what I need, it feels seriously perfect.Read full review
Thai V.Director, Marketing and AdvertisingDefinitely worth checking out. Great work by the WittyForm team! I’ve been testing WittyForm and I’m genuinely impressed with how much it offers in one platform. Creating forms is quick and straightforward, and the interface feels clean and easy to understand without having to spend hours figuring everything out. The AI form generator is especially useful. You can simply describe what kind of form you need and get a solid starting point within seconds. I also really like the conditional logic, customization options, analytics, custom domains and white-label features. Having things like a built-in CRM and automation tools included makes it much more than just another basic form builder. What I appreciate most is that WittyForm combines a lot of features that would normally require several different tools. It feels like a very promising alternative to platforms like Typeform or Jotform, especially for businesses, agencies and anyone creating forms regularly. The product is already very capable, and I’m looking forward to seeing how it develops with future updates.Read full review
SnippyGermanyNext morning, BOOM, fixed! I was having some trouble with the form’s webhook connecting up with an N8N automation I had built. Scratching my head for a couple of days actually. I sent a quick DM to try and explain what I was trying to do, with a screenshot and 2 emojis. Thanks for your solution, and being super curious about my experience and my usecase. Pleasure to speak to you! Good luck with the rest of your launch and future growth!Read full review
Steven SmithSent by direct messageInteractive Forms That Improved Our Response Rates. What I like best about WittyForm is how easy it is to create professional-looking forms for our daily work. We mainly use it for customer feedback, lead collection, and product inquiry forms on our website. The drag-and-drop builder and conditional logic save time, and the conversational form style has helped improve response completion rates compared to our previous setup.Read full review
Dustin F.Fractional CMOWittyForm Makes Surveys Easy to Set Up, Share, and Track. Whether I’m embedding more sophisticated data collection or sending out simple questionnaires and surveys, nothing has been easier to set up, distribute, and track than WittyForm. With an enterprise account, collaboration across sales, marketing, and product feels transparent, straightforward, and intuitive.Read full review
Aaron VSales DirectorVery User Friendly UI and Amazing Team Behind WittyForm. The interface is incredibly user-friendly and visually appealing, which makes creating surveys simple. The conversational style of forms helps increase engagement, encouraging more customers to complete surveys. We also love the customisation options: branding, question types, and logic jumps make it easy to create surveys that feel personal and professional. And the team is very supportive.Read full review
Maisie FCRM ManagerEverything you need to ask, collect and act on answers, in one tool you buy once.
Set it once. The switch at the bottom takes our name off the form, out of the footer and off every email it sends, and your client’s domain, mark and colour go on instead.
Show or hide fields based on what someone just answered.
Build a complex form visually. No code, anywhere.
Watch responses arrive and see exactly where people leave.
Conversational forms people actually finish. One question at a time.
Leads and contacts live in the tool that collected them.
Scored quizzes, timers, leaderboards and certificates.
They invoice you every month for as long as you stay. We invoice you once, on the day you buy.
| Provider | Yr 1 | Yr 2 | Yr 3 | Yr 4 | Yr 5 | What it costs you over five years |
|---|---|---|---|---|---|---|
| $37 | $0 | $0 | $0 | $0 | $37 | |
| $468 | $468 | $468 | $468 | $468 | $2,340 | |
| $468 | $468 | $468 | $468 | $468 | $2,340 | |
| $348 | $348 | $348 | $348 | $348 | $1,740 |
Same product on both plans. The only difference is where the ceilings sit.
Two one-time payments, no subscription and no per-seat charge on either.
From startups to enterprises, teams trust WittyForm for their critical workflows.
Clinics and practices run intake, medical history, consent, and telehealth requests on WittyForm, with encrypted submissions and logic that skips whatever does not apply.
Schools and universities collect enrollment applications, permission slips, course evaluations, and scholarship requests from one builder, and grade the quizzes automatically.
People teams run job applications, onboarding checklists, time-off requests, performance reviews, and exit interviews, with every candidate tracked in the built-in CRM.
Agents and brokers run buyer inquiries, open house sign-ins, rental applications, and showing feedback on forms that carry their own branding and their own domain.
Online stores handle product return requests, customer feedback, custom orders, wholesale inquiries, and supplier applications without bolting on another tool.
Connect WittyForm to the tools you already use. No code required.
A versioned REST API over forms, quizzes, responses and webhooks. Authenticate with a workspace key, read your remaining budget off every response, and verify the signature on every delivery.
Create a workspace key, send it as a bearer token or an X-API-Key header, and roll it the moment it leaks.
curl -X POST \ https://wittyform.com/api/v1/forms \ -H "Authorization: Bearer $API_KEY" \ -H "Content-Type: application/json" \ -d '{ "title": "Contact form", "fields": [ { "type": "text", "label": "Name" }, { "type": "email", "label": "Email" } ] }'{ "success": true, "data": { "form": { "id": "f3a91c2e-…", "status": "draft", "short_id": "8tKq2X" } }}Every endpoint takes and returns JSON, in cURL or whatever your service is written in. Fields, logic and settings are all writable from the request body.
Every response carries the limit, what is left of it, and when the window resets.
Six events, HMAC-SHA256 on every body, and three retries before a delivery is given up on.
Each route with its request, its response shape, and the errors it can return.
Keys live in workspace settings. The value is shown once, so put it straight into your secret store.
List your forms to check the key works. A 200 with an empty array means you are authenticated and simply have nothing there yet.
Page through a form’s submissions with limit and offset. The total comes back with every page.
Point a webhook at your endpoint and tick the events you want. Verify the signature before you trust a body.
Errors come back in one shape, with a code you can branch on. A 429 tells you how long to wait.
Start free and keep the five forms for good, or pay once and unlock all of it — unlimited forms, ten team members, AI, CRM, white label and the API. No renewal, ever.