Demo Modules Data Model Compare Pricing FAQ Help Dashboard Get Started

Help Center / Reading the dashboard / Forms

06.6 · Forms

A three-stage funnel for every form.

Views, starts, and submissions per registered form, with the conversion rates between them. The funnel tells you whether a form looks like too much work, or fails once people are inside it.

What it shows

Forms section with the view, start, and completion funnel KPIs
The three-stage funnel per form. This demo window has no form events, so the funnel sits at zero.

Six KPIs in two rows (volumes: Form Views, Form Starts, Form Ends; rates: View→End, View→Start, Start→End), a Form funnel over time trend, and the Form performance table with one row per registered form.

What the numbers mean

MetricDefinition
Form ViewsTimes a form became visible in the viewport (fires once per pageview when 50%+ of the form is visible).
Form StartsTimes a visitor began filling in a form (once per form per pageview).
Form EndsTimes a form was submitted (once per submission).
View → Start Rate% of form views where the visitor started filling in.
Start → End Rate% of started forms that were submitted.
View → End Rate% of form views that resulted in a submission.
Session Rate (table)% of all sessions in the window that completed this form.

Reading the funnel: a high view-to-start drop means the form looks like too much work; a high start-to-submit drop means something inside it fails or asks too much.

How the filters apply

The section respects the global filters, and form rows are clickable: select a form to narrow the section's trend to that form; click again to clear.

How to implement it

Form tracking is opt-in per form. Register each form you care about and the SDK watches its full lifecycle:

Measr.trackForm('#waitlist-form', { name: 'Waitlist' });

For multi-step wizards and AJAX-only flows, call the three manual variants yourself: trackFormView(name), trackFormStart(name), trackFormEnd(name). The dashboard turns the three events into the view → start → submit funnel. Full signatures in tracking modules.

Previous← Content & Interactions NextMedia & Downloads →