Funnel Analytics, Widget Embeds, Save & Resume, and Pipeline CRM
Four major features that turn Flowvi from a form builder into a full submission management platform.
Step-Level Drop-off Analytics (Funnel Vision)
See exactly where visitors abandon your multi-step forms. A visual funnel shows how many users left at each step, with the leakiest step highlighted.
- Tracks abandoned sessions via lightweight beacon (no cookies, no personal data)
- Displays per-step drop-off rates and abandonment counts in the analytics modal
- Amber/red color coding with "Most drop-offs" badge on the worst step
- Respects privacy: only records step index and time spent, never form data
Popup, Slide-in & Floating Button Embeds (FormPop)
Go beyond static iframe embeds with three new widget modes that capture attention.
- Floating Button (FAB): Persistent chat-style button in the bottom-right corner
- Popup Modal: Full overlay triggered by user action or automatic triggers
- Slide-in Panel: Bottom-right panel that slides up on scroll or delay
- Four trigger options: button click, exit intent, scroll percentage, or timed delay
- Fully configurable button text, color, and trigger thresholds
- Auto-closes after form submission via postMessage bridge
- Self-contained vanilla JS SDK (< 5KB gzipped), no framework dependencies
Save & Resume Partial Submissions (SaveProgress)
Recover abandoned forms by letting visitors pick up where they left off.
- When a visitor enters their email and progresses through the form, progress is saved server-side (email is hashed, never stored in plain text)
- Returning visitors see a "Resume where you left off?" prompt when entering the same email
- Magic link sent via email with a secure 32-byte token (7-day expiry)
- Partials automatically marked as completed when the form is submitted
- Works across devices and browsers (unlike localStorage drafts)
- Rate limited to prevent abuse
Submission Pipeline & Kanban Board (FormFlow)
Manage submissions through customizable pipeline stages with drag-and-drop.
- Configurable Kanban stages per form (default: New, In Progress, Done)
- Drag-and-drop cards to move submissions between stages
- Cards show submitter name, email, data preview, date, and approval status
- Stage editor: add, remove, rename stages with custom colors
- Optimistic UI updates with automatic rollback on failure
- Accessible from the Submissions page when a form is selected
- Pipeline view limited to 500 most recent submissions for performance