Learn how to track form submission conversions in FormsList. Monitor submission volume, conversion rates, and trends with built-in analytics and custom tracking.
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.
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>Add hidden inputs to capture additional context like the referring page or a campaign ID: `<input type="hidden" name="_source" value="homepage-banner" />`
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.
Connect Slack or email notifications to get alerted on every submission. Use weekly submission volume trends in the dashboard to spot conversion rate changes.
Automatically send every form submission to a Google Sheets spreadsheet. Build a live dashboard of your form data without any coding.
Learn moreLearn how to add a working contact form to your Next.js application in minutes. No backend code required — just create your form, point it at FormsList, and start receiving submissions by email.
Learn moreSet up your form backend in under a minute. No server required, no complex configuration — just a simple endpoint for your forms.