Search and filters for leads
Atomicat uses different controls depending on whether you are picking a form, reading submissions, reviewing quiz analytics, or auditing webhooks. This page ties those patterns together.
Form list (pick a form)β
- Search runs as you type.
- It matches form name, page name, domain, page address, or URL text.
- No button press is required; the count badge updates when your search is non-empty.
Form submissions tableβ
After you open one or more forms:
| Control | Behavior |
|---|---|
| Lead type | All, Submitted, Abandoned, Contactable, Non contactable. |
| Search | Free text; press Search to reload results with your current filters. |
| Pagination | Moves the skip window; changing pages triggers another fetch. |
Changing lead type updates the dropdown immediately; combine it with search before you press Search so both apply together.
Quiz list (pick a quiz)β
- Same pattern as the form list: typeahead-style filtering on the client by quiz name.
Quiz submissions gridβ
Inside a quizβs Responses tab:
- Search β Plain text; press Search to refresh the current page of results.
- Date β Optional single calendar date; changing the date resets you toward the first page before fetching.
- Pagination β Moves through large response tables that may contain many question columns.
Quiz insights (analytics tab)β
- Device β Limits metrics to mobile, desktop, or other supported buckets (tablet may be hidden in the selector).
- Date β Optional one day of data before you press Search.
- Step order β Drag-and-drop is a presentation tool for drop-off math, not a change to quiz logic.
Webhook history (forms and quizzes)β
On Form webhooks and Quiz webhooks:
- Status β Success, failure, pending, or similar buckets offered in the dropdown.
- Form or quiz β Restrict rows to a single source when the list is long.
- Search β Matches webhook URL fragments or related text. Use it like a quick filter before pressing Search.
- Pagination β Separate from form submission pagination; webhook rows use their own page numbers.
Exports listβ
On Exports:
- Type β All, Form exports, or Quiz exports.
- Search β Filters the current page of rows by export name on the client after fetch.
Related docsβ
Frequently asked questionsβ
Why does nothing change until I press Search?
Large tables such as form submissions, quiz responses, webhook history, and quiz insights only refresh after you explicitly run Search or change pagination.
Why is my quiz lead-type dropdown missing?
Some builds hide the dropdown while still defaulting to all leads. If you need a narrower slice, ask your workspace admin which product version you are on.