Tracking Lead Source in Convert Forms

Tracking where your leads come from helps you understand which marketing efforts are driving real results. Convert Forms allows you to capture data like UTM parameters, referrer URLs, visitor geolocation, and the page a form was submitted from. This information can be automatically collected using hidden fields and Smart Tags, giving you deeper insights without requiring additional tracking tools.

Add Hidden Fields to Your Form

Hidden fields let you capture additional data from users without displaying it on the form. In this case, they’re used to silently store tracking information—like UTM parameters, referrer URLs, or geolocation—at the time of submission. These fields work behind the scenes and are essential for storing campaign and page-specific data tied to each lead. To get started follow the steps below.

  1. Open your form in the Convert Forms editor.
  2. Click Add Field and choose Hidden Field.
  3. Give the field a descriptive Label, such as:
    • Campaign Source (e.g., utm_source)
    • Referrer URL
    • Country
    • Page URL
    • Page Title
  4. In the Default Value setting of the field, enter the appropriate Smart Tag based on the data you want to track.

Track UTM Parameters

UTM parameters in your campaign URLs help identify where your traffic comes from, like which ad or newsletter generated the lead. Using hidden fields populated with these parameters lets you link submissions back to specific campaigns.

To capture this data, use the {querystring.XXX} Smart Tag, where XXX is the name of the URL parameter. For example, to get the value of utm_source, set the hidden field’s Default Value to {querystring.utm_source}. This works with any querystring parameter, making it flexible for your tracking needs.

Example URL:


https://site.com/contact?utm_source=facebook&utm_campaign=summer_sale

Smart Tags to Use:


Field Label Smart Tag Example Output
utm_source {querystring.utm_source} facebook
utm_campaign {querystring.utm_campaign} summer_sale
utm_medium {querystring.utm_medium} email
utm_term {querystring.utm_term} buy+shoes
utm_content {querystring.utm_content} ad1

Track Referrer URL

The referrer URL shows the exact page the visitor came from before landing on your form. Capturing this information helps you understand which websites or sources are sending traffic to your site.

To track this, use the {referrer} Smart Tag in the Default Value of a hidden field. This will automatically capture and store the referrer URL when the form is submitted.

Track Geolocation Data

Tracking geolocation data helps you understand where your visitors are located geographically, which can be valuable for region-specific marketing or analysis.

Use the {geo} Smart Tag, which supports several options you can use in hidden fields to capture visitor location details. Below is a list of supported Smart Tags and their output:

Smart Tag Description Example Output
{geo.country} Returns the visitor's country name Greece
{geo.countrycode} Returns the visitor's country code GR
{geo.city} Returns the visitor's city name Athens
{geo.region} Returns the visitor's region Attica
{geo.location} Returns the visitor's full geolocation Greece, Athens, Attica

Assign any of these Smart Tags as the Default Value of your hidden fields to automatically capture this information on form submission.

Note: Geolocation tracking requires enabling the Geolocation feature in Convert Forms. Check the Geolocation Setup Guide for instructions.

Track Page URL or Title (When Using the Same Form Across Pages)


If the same form is placed on multiple pages, you can track the exact page or article where each form submission came from. This helps you evaluate the performance of individual pages, landing pages, or blog posts.


Field Label Smart Tag Description
Page URL {url} The full URL of the page
Page Title {page.title} The title of the page (as shown in the browser tab)

View Collected Data


Once your form is submitted, all captured data appears under Submissions:


  1. Go to Components → Convert Forms → Submissions
  2. Click on an entry to view hidden field values like UTM data, referrer, country, or page title.
  3. Use this information to analyze what content, campaign, or location is converting best.
Last updated on Jul 3rd 2025 09:07