Multi-step forms are one of the highest-converting UX patterns in Webflow especially for SaaS onboarding, service quotes, and lead qualification funnels. But here’s the challenge: Webflow does not automatically track form steps. If you want to measure where users drop off, which step converts best, or how far users progress, you need a tracking setup.

Tracking gives you insights such as:
This data helps designers optimize UX and helps marketers scale campaigns with higher efficiency.
To track each step separately, you need a way for GTM to identify when a user reaches a specific step.
The easiest way is to add data-step attributes.
data-stepstep-1, step-2, step-3, etc.Example:
StepAttributeStep 1data-step="step-1"Step 2data-step="step-2"Step 3data-step="step-3"
Do this for all steps in your multi-step form.
This attribute becomes your GTM “signal.”
Google Tag Manager has a powerful feature called Element Visibility Trigger, which fires when an element becomes visible on screen perfect for tracking step transitions.
[data-step="step-1"]Create one trigger per step:
[data-step="step-1"][data-step="step-2"][data-step="step-3"]This allows GTM to fire a unique event whenever a user reaches a step.
Now that GTM can detect step changes, you need to send events to Google Analytics.
form_step_1Repeat this for every step:
form_step_2form_step_3form_step_completeUse clean naming so you can build GA4 funnels easily.
Webflow already supports GTM form submission tracking, but you can make it more accurate by firing an event on the final step.
Use the Webflow Success Message div.
Assign it a custom attribute:
data-step="form-complete"Create a GTM visibility trigger for:
[data-step="form-complete"]
Then fire a GA4 event named:
form_submission
This gives you a clean end-of-funnel metric.
Before publishing, always validate.
This ensures everything is tracking accurately.
Now that GA4 receives step-by-step events, you can create a Funnel Exploration.
StepEvent NameStep 1 viewedform_step_1Step 2 viewedform_step_2Step 3 viewedform_step_3Submittedform_submission
This funnel will show:
This is the data marketers need to optimize performance.
step-1 instead of long IDs)Tracking multi-step forms in Webflow using Google Tag Manager is one of the most powerful upgrades you can add to any website.
It helps you understand user behavior, optimize each step, and ultimately drive more conversions.