Typeform powers lead capture, NPS surveys, onboarding flows, and product research across millions of businesses. When Typeform goes down, the impact isn't immediately visible to your team — it's your users and prospects hitting a broken form at the worst possible moment: the moment they're ready to engage. Submissions get lost, lead funnels stall, and NPS campaigns miss their window.
Here's how to diagnose a Typeform outage in real time, understand which components are affected, and make sure you're always the first to know.
Is Typeform Down Right Now?
Check these sources in order:
- Statusfield — Typeform status — real-time monitoring, updated continuously.
- Twitter/X — search
Typeform downsorted by Latest. Marketers and product teams report form failures quickly, especially during active campaigns. - Downdetector — user-submitted spike reports; useful as a secondary signal for widespread outages.
What Actually Breaks During a Typeform Outage
Typeform's platform separates form rendering, response collection, logic execution, and integration delivery into distinct layers. A problem in one layer doesn't necessarily take down the others.
| Component | What it does | Impact when down |
|---|---|---|
| Form rendering | Loads the visual form experience at your typeform.com or custom domain link | Forms return errors or blank screens; respondents can't start the form |
| Response collection | Captures and stores submitted answers | In-progress forms may not submit; completed responses may appear lost (often recoverable after the outage) |
| Logic jumps | Conditional branching — show question B only if answer to A is X | Forms may render questions out of order or skip logic conditions; responses are collected but may be malformed |
| Integrations | Webhooks, Zapier, HubSpot, Mailchimp, Slack notifications | Form submissions don't propagate to CRMs or trigger downstream automations; data arrives late after recovery |
| Admin dashboard | Results view, response management, analytics, form builder | You can't view responses or edit live forms; this does NOT necessarily mean respondent-facing forms are broken |
| Embed layer | iFrame and SDK embeds on your own website or app | Forms embedded in your product or marketing site fail to load; shows a blank area or error in the embed |
| Creator API | REST API for building, populating, and reading Typeform data programmatically | API-powered workflows (form creation automation, response export, custom CRM sync) break |
| Email notifications | Sends "new response" emails to form owners | Response notifications stop arriving; responses are still collected but owners aren't alerted in real time |
Typeform Error Symptoms and What They Mean
| What you see | What it usually means |
|---|---|
| "Oops! Something went wrong" on a form | Typeform's form rendering service is degraded; the form itself is fine — it's a platform-side failure |
| Form loads but "Submit" button does nothing | Response collection layer is down; submissions are silently dropped during this window |
| Logic jump skips to the wrong question | Logic evaluation service is experiencing errors; the form advances but conditional paths are not evaluated correctly |
| Integration webhook returns no payload | Typeform's integration delivery service failed to dispatch; responses were captured but not forwarded to Zapier / HubSpot / etc. |
| Admin dashboard shows 0 responses after a live campaign | Either the response collection layer was down during the campaign, or dashboard sync is lagging — check with respondents directly |
| Embed on your site shows a spinner indefinitely | The embed script can't reach Typeform's CDN; check Statusfield for a CDN incident |
API returns 500 Internal Server Error | Typeform's Creator API is degraded — not a client-side error; wait for platform recovery before retrying |
How Typeform's Architecture Affects Outage Scope
Understanding Typeform's platform model helps you reason about which problems are widespread versus isolated:
- Form rendering and response collection are separate services. It's possible for respondents to see and fill out a form but have their submission fail silently at the collection layer. This is the most dangerous scenario because there's no visible error — the "Thank you" screen may appear while the response was never stored.
- Integrations are asynchronous. Webhooks, Zapier triggers, and CRM sync all happen after the response is collected and stored. An integration failure never causes responses to be lost — but it can create a gap where responses exist in Typeform but haven't reached your CRM or automation platform.
- Logic evaluation runs server-side. Typeform's conditional logic is not evaluated in the browser — it runs on Typeform's servers in response to each answer. This means a backend degradation can affect branching even when the form UI appears functional.
- Embeds depend on Typeform's CDN. Forms embedded in your own website load the Typeform SDK from their CDN. If the CDN has a degradation, embeds fail even if Typeform-hosted forms (at
typeform.com) are working normally. Your visitors see a broken embed while Typeform's own status page may show no incident. - Custom domains add a DNS layer. If you serve Typeform via a custom domain (e.g.,
survey.yourcompany.com), DNS resolution and SSL termination add failure points independent of Typeform's platform. A Typeform-side outage and a custom domain misconfiguration can look identical to your respondents.
Protecting Your Campaigns from Typeform Downtime
These steps take under an hour and significantly reduce the blast radius of a Typeform outage during a live campaign:
1. Test your forms from a respondent-level URL before launch
Never test a form only through the builder preview. Open the actual respondent-facing link (or your custom domain URL) and complete a full test submission immediately before a campaign goes live. A working builder preview is no guarantee the form is functioning end-to-end.
2. Set up an external monitor before your campaign's send time
The highest-risk window is the 15-minute period right after a campaign email goes out — a spike of respondents hitting a broken form means lost leads with no way to re-engage. Add a Statusfield alert to your Slack channel or email so you know within minutes if Typeform degrades, while you still have time to communicate with your audience.
3. Validate integration health after every platform incident
When Typeform recovers from an outage, integration delivery resumes — but webhooks that fired during the window are not always replayed. Log into your Typeform results dashboard and cross-reference response counts with your CRM or automation platform. Any response count gap signals integration deliveries that need to be manually forwarded.
4. Export responses regularly for high-stakes research
For product research, user interviews, or compliance-sensitive data collection, export Typeform results via CSV or the Creator API on a regular schedule — not just at the end of a study. An outage during the final days of a research cycle can put weeks of data at risk if you're relying solely on Typeform's cloud storage.
5. Document your fallback path for critical forms
If a form drives a core business process (customer onboarding, support intake, purchase intent), identify the fallback: a direct email address, a Calendly link, a Google Form. Communicate the fallback to your team before an outage forces you to improvise.
How to Stay Ahead of Typeform Outages
When Typeform degrades, you want to know before your campaign email lands in inboxes, before a respondent's submission silently fails, and before your CRM integration falls behind by hours.
Statusfield monitors Typeform continuously and sends alerts to Slack, Discord, email, or webhook the moment a degradation is detected. The free plan covers 3 monitors with no credit card required. The Pro plan ($29/mo) covers up to 20 services, so your entire marketing and product stack — Typeform, HubSpot, Stripe, Slack — is monitored in one place.
→ Monitor Typeform on Statusfield — free, no credit card required
FAQ
Why did my Typeform form show "Thank you" but the response didn't appear in the results?
This is the most confusing Typeform failure mode: the thank-you screen renders in the browser before the response is confirmed as saved. During a response collection outage, the UI may advance to the thank-you screen while the server-side write fails silently. If this happens during an active incident, responses for that window may be unrecoverable. After the platform recovers, check Statusfield for any incident that overlapped your response gap, and follow up with affected respondents directly.
Is Typeform down for everyone or just my form?
Check Statusfield for a platform-wide incident. If Statusfield shows Typeform as operational, the issue may be form-specific: verify the form is published and not paused, test the respondent URL (not the builder preview), and check whether the form is embedded via custom domain (which adds DNS and CDN failure points outside Typeform's platform). If the form is hosted at typeform.com directly and still failing, contact Typeform support with your form ID.
My Zapier / HubSpot integration stopped receiving Typeform submissions — is this an outage?
Possibly. Typeform's integration layer is asynchronous — a degradation there prevents webhook delivery without affecting form rendering or response storage. Check Statusfield for any active incident. If Typeform is operational, check the integration's activity log in your Typeform admin panel for delivery errors. A common non-outage cause: the OAuth token connecting Typeform to the external app expired and needs to be re-authorized in your integrations settings.
How long do Typeform outages typically last?
Typeform incidents affecting form rendering or response collection typically resolve within 30–60 minutes. Integration delivery degradations (where forms work but webhooks fail) can persist longer — up to 2 hours in rare cases — because they involve Typeform's asynchronous queue infrastructure. Track active incidents in real time via Statusfield.
Will Typeform replay webhooks that failed during an outage?
Typeform does not automatically replay webhooks that failed during an outage window. Responses captured during the incident are stored in Typeform's results — they won't disappear — but the integration trigger (the webhook POST to Zapier, HubSpot, or your endpoint) is not retried. After the platform recovers, you'll need to manually export the response gap and import it into your CRM or automation platform, or use Typeform's Creator API to fetch and forward the missed responses.
Know the moment a tool you depend on goes down
Statusfield watches 7,000+ services your business depends on and alerts you the moment they break.
Free plan · No credit card
Related Articles
Is Canva Down? How to Check Canva Status Right Now
Canva not loading? Designs not saving or exports failing? Learn how to check if Canva is down, which components fail first during an outage, and how to protect your work when Canva degrades.
Is Lattice Down? How to Check Lattice Status Right Now
Lattice not loading? 1:1s, OKRs, or performance reviews failing to save? Learn how to check if Lattice is down, which components fail first, and how to protect your HR workflows when Lattice degrades.
Is LogRocket Down? How to Check LogRocket Status Right Now
LogRocket sessions not recording? Replays failing to load or error tracking not capturing? Learn how to check if LogRocket is down, which components fail first, and how to protect your frontend observability during an outage.