Support Contact Form Template

A support intake that triages while it collects — issue type, urgency, and reproduction steps appear exactly when they help, not before.

Free · copies into your editor in one click
Live preview — try it, nothing is saved

Something not working, or just stuck? Tell us what's going on — the more precisely we can see your problem, the faster we can fix it.

Use the email you signed up with — it lets us pull up your account instantly.

Support quality is mostly determined before a human ever reads the ticket — by whether the report arrived with enough signal to act on. This form does the first support interview automatically: it identifies the account, classifies the issue, calibrates urgency, and — only when something is actually broken — asks for reproduction steps and a screenshot. Half your first-reply emails, eliminated at intake.

Why these fields. The account email is framed as "so we can find you" because that's the honest reason — support without account context is guesswork, and users type more carefully when they understand the lookup depends on it. The issue-type selector is the triage fork, and it powers the form's logic: choosing "something's broken" reveals the reproduction-steps field (with a placeholder that teaches the expected/actual format) and a screenshot upload, while billing and how-to questions skip both. That conditional reveal is the template's core kindness — people with simple questions see a simple form. The urgency self-assessment works better than skeptics expect: given three honest options, most users pick accurately, and "blocking my work" from a customer is a signal worth sorting by.

What we left out. Ticket numbers and category taxonomies with fifteen options — internal jargon exported to customers is how support forms become hostile. Also mandatory screenshots: they're gold when relevant, insulting to require for "how do I export?".

Who uses this. SaaS teams too small for a help-desk platform, agencies fielding maintenance requests across client sites, plugin and theme developers, and internal IT teams who want "it's broken" to arrive with steps attached for once.

Make it yours. Rename issue types to your product's vocabulary and extend the logic — a billing branch that reveals an invoice-number field is a two-minute addition in the Logic panel. Wire the webhook into your ticketing tool or Slack support channel, with urgency in the payload for auto-sorting. Screenshots and recordings arrive as files on the response, capped at 10MB each. If a report comes in half-finished, partial capture means you still see the account email and issue type — enough to reach out to a stuck customer proactively, which is the kind of support people tell friends about.

A weekly triage ritual. The intake pays off fastest on a standing rhythm: once a week, sweep the blocking reports first, then cluster remaining bugs by which part of the product their reproduction steps mention — three tickets touching the same flow is a regression announcement, not a coincidence. Move feature requests out of the queue and into wherever your roadmap lives, and read a few of the how-to submissions verbatim: each one names a documentation page that failed quietly.

The queue you deserve. Sorted by urgency, with repro steps on the bugs and none on the questions, this intake produces the support queue teams think they need a platform to get.

Frequently asked questions

Why do reproduction steps only appear for broken things?

A logic rule shows the repro and screenshot fields only when "something's broken" is selected. Billing and how-to questions stay short — open the Logic panel to see and extend the branch.

What can customers attach to a report?

Screenshots or short recordings — up to 3 files, 10MB each. Uploads are verified against their declared file type before you download them.

Can reports flow into Slack or our ticket system?

Yes — add a webhook and every report POSTs in real time with the urgency answer included, so your receiving tool can sort blocking issues to the top automatically.

Do users game the urgency field?

Less than you'd think: with three plainly worded options, most people self-sort honestly. And when someone does overclaim, the repro steps tell you instantly what you're really dealing with.