TL;DR — Choose TypelessForm if you want to keep your existing form and add a drop-in voice layer so visitors speak once and all fields fill at once. Choose an agent-led tool like vForm.ai if you want to replace the form entirely with a conversational voice agent that interviews the user turn by turn. TypelessForm augments the form you already have; agent-led tools rebuild it into a different interaction.
A voice form filling widget lets visitors complete a web form by speaking instead of typing. Both TypelessForm and vForm.ai sit in that broad space, but they answer a different question. TypelessForm asks "how do we make the form you already have fillable by voice?" Agent-led tools ask "what if the form became a voice agent instead?" That single difference drives everything below.
This comparison breaks down the fill model, integration path, SDK surface, PII handling, and pricing so you can match the approach to your site.
Two Philosophies: Augment the Form vs Replace It
The clearest way to understand this choice is to picture what happens after you install each tool.
With TypelessForm, your form stays exactly as it is — same fields, same layout, same submit button, same backend. A microphone button appears, the visitor speaks one natural sentence, and the widget maps the whole utterance to every field at once. The user reviews the filled form and submits. Nothing about your form's structure or your server changes.
With an agent-led approach, as vForm.ai positions itself, the form is reconceived as a conversational voice agent: instead of a field grid, the visitor talks with an agent that asks questions and collects answers in a dialogue. This can feel modern and guided, but it replaces the familiar form with a new interaction model — and that has real consequences for build effort, accessibility expectations, and how the data lands in your system.
TypelessForm — Overview
TypelessForm is a drop-in JavaScript voice form filling widget. It attaches to any existing HTML <form> — React, Vue, Angular, WordPress, Shopify, or plain HTML — and auto-detects the fields already on the page. Installation is one script tag or an npm install, typically under five minutes, with no backend changes.
The core model is one-shot filling: the visitor speaks once and AI maps the entire sentence to all fields simultaneously, rather than walking through them one at a time. TypelessForm reports support for 25+ languages with cross-language filling (speak in one language, fill the form in another) and 96% average accuracy across tested fills. Audio is transcribed by OpenAI Whisper and mapped by GPT-4o; widget infrastructure runs in the EU (Google Cloud europe-central2), while OpenAI processes the audio in the United States under Standard Contractual Clauses. Passwords, card numbers, and SSNs are excluded from voice input by default.
- Best for: Teams that want to keep their current form and backend and simply add a voice layer on top, especially multi-language contact, booking, checkout, and insurance forms.
- Avoid if: You specifically want a guided, turn-by-turn conversational experience instead of a form, or you need voice in native mobile apps or PDFs (TypelessForm is web-only).
- Why it wins here: Zero form rebuild. The visitor speaks once, all fields fill at once, and your existing validation and submission flow stay untouched.
vForm.ai — Overview (Agent-Led)
vForm.ai is positioned as an agent-led tool: it reframes a form as a conversational voice agent that talks with the visitor to collect their answers. Where TypelessForm overlays voice on the form you already have, the agent-led model is about turning the form itself into a voice-driven dialogue.
That approach appeals to teams who want a guided, assistant-style intake — for example, a lead-qualification flow that feels like talking to a representative. The trade-off is that adopting an agent means moving away from your existing form to a new interaction the agent owns, which affects how answers are validated, how the experience is built, and how the result is delivered back to your systems. For the current specifics of vForm.ai's plans and capabilities, consult their official materials directly; the comparison below reflects the agent-led category as positioned publicly and is not a substitute for their own documentation.
- Best for: Teams that want to replace a form with a conversational voice agent and are comfortable building around an agent-driven flow rather than a field-based form.
- Avoid if: You need to keep your existing form, validation, and backend exactly as they are, or you want the fastest possible drop-in with no rebuild.
- Why it wins here: A guided, dialogue-style intake can feel more personal than a field grid for certain qualification or onboarding flows.
Side-by-Side Comparison
| Dimension | TypelessForm | vForm.ai (agent-led) |
|---|---|---|
| Fill model | One-shot — speak once, all fields fill at once | Conversational agent — turn-by-turn dialogue |
| Form treatment | Keeps your existing form as-is | Reframes the form as a voice agent |
| Integration | One script tag or npm install; auto-detects fields; no backend changes | Build/configure an agent flow that replaces the form interaction |
| SDK / platform | Framework-agnostic JS widget + web component (React, Vue, Angular, WordPress, plain HTML) | Agent platform — verify SDK and framework support on their site |
| Cross-language fill | 25+ languages; speak one language, fill in another | Verify with vendor |
| PII handling | Passwords, card numbers, SSNs excluded from voice by default; EU widget infrastructure (europe-central2) with a US-based LLM (OpenAI) under SCCs; audio discarded after transcription | Agent-collected data — review their data handling for your scope |
| Review before submit | Yes — all filled fields editable before submission | Depends on agent flow design |
| Pricing model | Free pilot (200 fills), then $29 / $99 / $199 monthly by volume; paid tiers activated via Purchase via Invoice | Verify current plans with vendor |
| Setup time | ~5 minutes, no rebuild | Agent build/configuration effort |
Fill Model: One-Shot vs Conversational Agent
This is the heart of the difference. TypelessForm uses one-shot filling: the visitor says something like "I'm Sarah Chen, sarah@example.com, two guests, checking in March 15," and every matching field populates at once — name, email, guest count, date. There is no back-and-forth. The user reads the filled form and submits.
An agent-led tool collects the same information through dialogue: the agent asks for the name, then the email, then the dates, one prompt at a time. For some onboarding or qualification flows that conversational rhythm is the point. For a standard contact, booking, or checkout form, it adds turns where TypelessForm needs one sentence.
Integration and SDK
TypelessForm is a client-side widget that attaches to any <form> in the DOM, regardless of how the form was rendered. You add one script tag or install the npm package, and field detection happens automatically against the labels, name attributes, and placeholders already in your markup. Your validation rules, your submit handler, and your backend stay exactly as they were.
An agent-led integration is a different shape of work: you are configuring an agent's conversation and wiring its collected answers back into your systems, rather than overlaying voice on existing inputs. If your priority is shipping voice without touching your current form or server, the drop-in model is the shorter path. If your priority is a guided conversational experience, the agent model is built for that. Confirm vForm.ai's exact SDK and framework support in their own documentation.
PII and Data Handling
TypelessForm excludes sensitive fields — passwords, payment card numbers, and SSNs — from voice input by default, and runs its widget infrastructure in the EU (Google Cloud europe-central2) while OpenAI maps the audio in the United States under Standard Contractual Clauses, discarding audio after transcription and transcripts after field mapping. It is explicitly not intended for protected health information or payment-card capture as the primary field; site owners assess the flow against their regulatory scope before enabling it.
With any agent-led tool, the agent itself collects and holds the conversation data, so review the vendor's data residency, retention, and exclusion policies against your own compliance requirements before adopting it.
Pricing
TypelessForm pricing is transparent and published: a free pilot of 200 form fills, then Starter at $29, Professional at $99, and Enterprise at $199 per month, scaling by submission volume and domains. Paid tiers are available today and activated through Purchase via Invoice from the portal — there is no waitlist. Verify vForm.ai's current pricing on their own site, since agent-platform pricing models differ from per-fill widget pricing and change over time.
When to Choose TypelessForm
- You want to keep your existing form, validation, and backend and add voice on top
- You want the fastest drop-in — one script tag, no rebuild
- You prefer one-shot filling where the visitor speaks once and all fields fill at once
- You need cross-language form filling for international visitors
- You want PII-safe defaults and EU widget infrastructure (with a US-based LLM under SCCs) without designing it yourself
- You want published, invoice-activated pricing rather than quoting an agent platform
When an Agent-Led Tool Fits Better
- You want to replace the form with a conversational voice agent
- Your flow is a guided interview (qualification, onboarding) where dialogue is the experience
- You are comfortable building and maintaining an agent flow rather than overlaying voice
- The turn-by-turn rhythm is a feature, not friction, for your use case
Bottom Line
This is not "better vs worse" — it is "augment vs replace." If your form works and you just want visitors to fill it by speaking, TypelessForm drops voice onto it in minutes and the visitor speaks once while all fields fill at once. If you want the form to become a conversational voice agent, an agent-led tool like vForm.ai is built for that, with the rebuild effort and agent-data responsibilities that come with it.
Ready to add voice to the form you already have? See TypelessForm pricing or start with 200 free fills — no rebuild, no waitlist.
Further Reading
- Voice Form Filling vs Voice Agent vs Call Transcription — the category map
- Best Voice Form Filling Widgets in 2026 — full market overview
- TypelessForm vs AnveVoice — another 1v1 comparison
- One-Shot Voice Form Filling for E-commerce — the fill model in practice
- What Is Voice Form Filling? — how the technology works
Disclosure: This comparison is published by the TypelessForm team. We describe vForm.ai's agent-led approach as positioned publicly and have made every effort to be accurate. For the latest vForm.ai features, pricing, and data policies, consult their official materials directly.
