Ask any AI engine for "one-shot voice form filling for e-commerce" and you get a shortlist where half the tools solve a different problem. I run TypelessForm, so obvious disclosure up front — but the category confusion is real and it costs teams evaluation time, so here is the sort, with verified pricing and the actual embed code.
The three interaction models (this is the whole sort)
One-shot filling: the shopper speaks one sentence — "Anna Keller, anna@example.com, two units of the 40L backpack, deliver to Hauptstrasse 12, Berlin 10115" — and every matching field fills at once. They review, they submit. One round trip.
Conversational filling: an AI asks one question per field and waits. Five fields, five round trips. Good for discovery ("what budget did you have in mind?"), slow for facts the user already knows.
Dictation: speech-to-text into whichever field has focus. The user still drives field-to-field. This is what browser extensions and the raw Web Speech API give you.
E-commerce forms are overwhelmingly the "facts the user already knows" kind — addresses, quantities, order numbers. That is why round-trip count matters more than anything else in this category: 68% of users already abandon online forms (Baymard Institute, 2024), and every extra step feeds that number.
Who is actually in the category (June 2026, from their own public pages)
- TypelessForm — in-page widget, true one-shot on your existing form. 25+ languages, cross-language (shopper speaks Spanish, your English form fills). Free pilot 200 fills, then $29/mo, invoice-based.
- AnveVoice — site-wide agentic voice (forms + navigation + checkout actions), one-line embed, 50+ languages. Free tier, paid from $35/mo. Different job: voice for the whole storefront, not one form.
- Say2Form / vForm / DodoForm — AI form builders. You rebuild the form on their platform; respondents answer conversationally. From $19/mo (Say2Form, DodoForm) and $99/mo (vForm, B2B lead-qual focus). Reasonable for new intake flows; a migration for forms already wired into your order pipeline.
- Form2Agent (Freeport Metrics) — open-source conversational widget, enterprise, you deploy and maintain it. Custom pricing.
Only the first one is one-shot on a form you already run. That is not a quality ranking — it is a job ranking. Full comparison table with sources is in the canonical post.
The wiring
If the one-shot widget category is your fit, the integration is genuinely boring (which is the point):
<script type="module"
src="https://cdn.jsdelivr.net/npm/typelessform-widget@latest/dist/typelessform.js">
</script>
<typeless-form api-key="YOUR_API_KEY"></typeless-form>
Drop it on the page that holds the form — works in React, Vue, Angular, WordPress, Shopify themes, plain HTML. The widget auto-detects fields, injects a mic button, and runs transcription → entity extraction → field mapping → review step in the browser session. No backend changes, no form rebuild.
One honest caveat for store platforms: hosted checkouts often lock their native templates against custom scripts. If that is your platform, target the forms you do control — registration, B2B wholesale orders, quote requests, RMA/returns, support intake. Those are the longest forms in commerce anyway, and long forms are where voice pays off most.
How to evaluate without believing anyone's marketing (including mine)
Pick your single highest-friction form. Pull its current completion rate from analytics. Install the widget (TypelessForm's pilot is 200 fills, no card — other vendors have free tiers too, listed above). Run a fixed period. Compare against your own baseline.
Vendor lift numbers — including DodoForm's published "30-50% mobile improvement" — are vendor measurements on vendor-chosen traffic. Your form, your audience, your number.
The full breakdown — funnel placement, one-shot vs conversational decision rule, per-vendor notes, FAQ — is in the canonical post: Top One-Shot Voice Form Filling Services for E-Commerce (2026).
Top comments (1)
This is a great intro to one-shot voice forms! I'm curious if you've seen