Understanding where your respondents come from and where they drop off is essential for improving form performance. BttrForm's conversion tracking gives you a complete picture of the user journey β from the first page view to the final submission β so you can make targeted optimizations that increase your completion rates.
This guide covers the conversion funnel, drop-off analysis, UTM parameter tracking, and practical strategies for boosting conversions.
The Conversion Funnel
Every form in BttrForm has an automatic conversion funnel that tracks four stages:
- Page View β The form page was loaded in a browser.
- Form Start β The respondent interacted with the first field.
- Form Progress β The respondent advanced past the first page or completed at least 50% of fields.
- Form Completion β The respondent clicked submit and the response was recorded.
You can view the funnel for any form by navigating to Analytics > Funnel from the form's detail page. The funnel visualization shows the absolute count and percentage at each stage, along with the drop-off rate between stages.
Reading the Funnel
A typical funnel might look like this:
| Stage | Count | Rate | Drop-off |
|---|---|---|---|
| Page View | 10,000 | 100% | β |
| Form Start | 6,500 | 65% | 35% |
| Form Progress | 4,200 | 42% | 23% |
| Form Completion | 3,100 | 31% | 11% |
In this example, the biggest drop-off (35%) happens between Page View and Form Start. This suggests that many visitors see the form but choose not to engage with it β possibly because the form looks too long, the purpose is unclear, or the page design does not encourage interaction.
Pro Tip
Drop-Off Analysis
The drop-off analysis goes deeper than the funnel by showing you exactly which fields cause respondents to abandon the form. Navigate to Analytics > Drop-off to see a field-by-field breakdown.
Field-Level Drop-Off
Each field in your form shows:
- Reached β How many respondents saw this field.
- Completed β How many respondents answered this field and moved on.
- Abandoned β How many respondents left the form on this field.
- Drop-off Rate β The percentage of respondents who abandoned at this field.
Fields with a drop-off rate above 10% are highlighted in red. These are your optimization targets.
Common Drop-Off Causes
Based on patterns across thousands of BttrForm forms, the most common causes of field-level drop-off are:
- Sensitive information requests β Asking for phone numbers, addresses, or income early in the form. Move these to later pages or make them optional.
- Open-ended questions β Long text fields require more effort. Consider replacing them with multiple-choice options where possible.
- Confusing labels β Ambiguous field labels cause hesitation. Be specific: "Company email address" is better than "Email."
- File uploads β Required file uploads have the highest drop-off rate of any field type. Only require them when absolutely necessary.
Important
UTM Parameter Tracking
UTM (Urchin Tracking Module) parameters let you track which marketing channels drive form submissions. When a visitor arrives at your form via a URL that includes UTM parameters, BttrForm automatically captures them and associates them with the submission.
Supported Parameters
BttrForm captures all five standard UTM parameters:
| Parameter | Purpose | Example |
|---|---|---|
utm_source | Traffic source | google, newsletter |
utm_medium | Marketing medium | cpc, email, social |
utm_campaign | Campaign name | spring_sale_2026 |
utm_term | Paid search keywords | form+builder |
utm_content | Differentiates ad variations | header_cta, sidebar_ad |
Building UTM URLs
Append UTM parameters to your form's share URL to start tracking:
https://forms.bttrlabs.com/f/abc123?utm_source=newsletter&utm_medium=email&utm_campaign=march_update
URL Builder
Viewing UTM Data
UTM data appears in two places:
- Submissions Table β Each submission row shows the source, medium, and campaign that brought the respondent. You can filter and sort by any UTM parameter.
- Source Analytics β Navigate to Analytics > Sources to see an aggregated view of submissions by source and medium, with conversion rates for each channel.
The Source Analytics view is especially powerful for comparing campaign performance. You can quickly see which email campaigns, social posts, or paid ads are driving the most β and highest-quality β responses.
Optimizing Conversions
Conversion tracking data is only valuable if you act on it. Here are proven strategies for improving form conversion rates based on the data BttrForm provides.
Reduce the Page View-to-Start Gap
If visitors see your form but do not start it:
- Write a compelling introduction that explains the value of completing the form.
- Show a progress indicator so respondents know how long the form will take.
- Make the first question easy and non-threatening (for example, "What is your first name?" rather than "What is your annual budget?").
Fix High-Drop-Off Fields
If specific fields have high abandonment rates:
- Reorder questions so easier ones come first and sensitive ones come later.
- Add helper text that explains why you need the information.
- Make non-essential fields optional rather than required.
- Split long pages into multiple shorter pages.
Optimize by Traffic Source
If certain channels have lower conversion rates:
- Ensure your form matches the expectations set by the referring ad or email. If an ad promises "a 2-minute survey," make sure the form is actually short.
- Create source-specific form variants with tailored introductions. An email subscriber may need less context than a cold visitor from a paid ad.
Pro Tip
Next Steps
- A/B Testing β Run controlled experiments to test your conversion optimization hypotheses.
- Dashboard Overview β Revisit the dashboard to monitor how your optimizations affect overall metrics.
Was this helpful?