Chat Forms
Chat forms
A chat form is a form presented as a conversation: instead of a page of labelled fields, the visitor sees one question at a time in a chat window and answers in their own words. It is the same idea as a conversational form — the name simply emphasizes the interface. What makes it a form rather than a chatbot is that it has a fixed set of information to collect and produces a structured record at the end.
The distinction
A chat form is not a chatbot
They share an interface and very little else. Confusing them is the most common reason a chat form gets built for the wrong job.
Chat form
- Has a destination: a defined set of information it needs
- Ends by producing a structured record you can export
- Every conversation covers the same ground, in whatever order suits the person
- Success is a completed intake
- Lives on a page where you want someone to give you information
Chatbot
- Open-ended: exists to answer whatever a visitor brings
- Ends when the visitor stops typing; often produces only a transcript
- Two conversations may have nothing in common
- Success is a question answered or a ticket deflected
- Lives in a corner bubble on every page of a site
In practice
What a chat form replaces
A 40-field project brief nobody finishes
Six sections asked one question at a time, with the agent chasing the vague answers instead of you
A PDF questionnaire emailed back and forth
A link the client opens on their phone, with documents uploaded straight into the chat
A discovery call spent gathering basics
The basics gathered before the call, so the call is about the work
A contact form that captures a name and a sentence
A qualified brief you can price from, gathered in about five minutes
Placement
Where a chat form can live
On your own page, or on nothing at all. Both routes produce the same structured result.
Script snippet
Webflow, WordPress, Framer, and any page where you can paste HTML with a script tag. The chat auto-resizes as the conversation grows, so it never sits in a scrolling box.
Script-free iframe
Notion, Squarespace, Wix, and hosts that strip scripts. A plain iframe at a fixed height — no loader, no JavaScript of yours involved.
A shared link
No site required. Send the URL in an email or a text message and the chat form opens in the browser. The respondent needs no account.
Your own branding
The embedded chat inherits the colors, font, and corner radius from your template, so it reads as part of your site rather than a third-party widget dropped on top of it.
The standard snippet, as generated for a published template:
<iframe data-intake-src="https://www.intake.contact/i/your-slug?embed=1"
loading="lazy"
width="100%" height="540"
style="border:0;background:transparent;min-height:540px"
title="Intake"></iframe>
<script src="https://www.intake.contact/embed.js" async></script>FAQ
Common questions
Related reading: conversational forms, chat-based intake, and Intake vs Landbot.
Put one on your site
Describe what you need to collect, copy the snippet, paste it where your old form was. Your first complete intake is free.