Intermediate5 min

How to Track Form Submission Conversions

Learn how to track form submission conversions in FormsList. Monitor submission volume, conversion rates, and trends with built-in analytics and custom tracking.

Prerequisites

  • A FormsList account with active forms
  • Basic understanding of UTM parameters
1

Access form analytics

In the FormsList dashboard, navigate to any form and click the Analytics tab. You'll see a 30-day submission volume chart, daily breakdown, and key metrics.

2

Add UTM parameters to your form page

To track where form submissions come from, add UTM parameters to the links pointing to your form page. FormsList automatically captures `utm_source`, `utm_medium`, and `utm_campaign` from the page URL.

<!-- Link with UTM tracking -->
<a href="https://yoursite.com/contact?utm_source=twitter&utm_medium=social&utm_campaign=launch">
  Contact Us
</a>
3

Add hidden tracking fields

Add hidden inputs to capture additional context like the referring page or a campaign ID: `<input type="hidden" name="_source" value="homepage-banner" />`

4

Export data for deeper analysis

Export submissions as CSV or JSON from the FormsList dashboard. Import into Google Sheets, Excel, or your analytics tool to build conversion funnels and track trends over time.

5

Set up real-time alerts

Connect Slack or email notifications to get alerted on every submission. Use weekly submission volume trends in the dashboard to spot conversion rate changes.

Frequently Asked Questions

Ready to collect form submissions?

Set up your form backend in under a minute. No server required, no complex configuration — just a simple endpoint for your forms.