Hidden Fields are added to a Webform to capture information when the Webform is used across multiple channels.
Let’s understand this better with the help of an example.
Assume you share a sign-up web form link with your leads through multiple channels, such as email campaigns and Facebook lead ads.
When a lead signs up through the web form, you want to know whether they came from email campaigns or Facebook ads. To get accurate information on the source of lead information, you can use Hidden Fields.
Hidden Field values are dynamic. You can map a Hidden Field to a URL parameter to capture different values. You can also set up override values that will be used when the parameter value is empty.
Note: If you are learning about Vtiger webforms for the first time, make sure you read this article first.
Configuring Hidden Fields
In Webforms, you can specify the parameters in the URL that must capture the information you need and store it in the related CRM fields.
Using the Hidden Fields block on the Webforms Settings page, you can:
Follow these steps to add hidden fields to a Webform:
|
How Hidden Fields Work
Let’s consider the same example as mentioned earlier.
Assume you receive 30 new leads after your webform goes Live 15 of them signed up through the email campaign you sent, and the other fifteen came in through Facebook Lead ads. Thus, there are two sources for your Leads - your Email Campaign and Facebook.
Every time a lead opens your campaign, the URL parameter source is assigned the value email campaign in the backend in the first case. Similarly, source=facebook in the second case.
So you get clarity on which channels are generating the most Leads.
We’re not done yet…
What if you want your leads to traverse multiple web pages before landing on the sign-up section of the Webform? You can still find the source of the Lead.
To handle such scenarios, you must embed the Hidden Field script, which is available in Vtiger CRM, into your website code.
Follow these steps to copy the script and embed it into your website code:
The script reads the URL parameters on every page load and stores them in your local storage (in any browser).
When the Lead finally lands on the sign-up section of the web form and submits it, the URL parameter value is stored in the CRM field.
The Urchin Tracking Module, or UTM, is a simple code attached to a URL that tracks the progress of your campaigns. UTM Parameters are the individual bits of text within that code.
Each UTM parameter identifies a different aspect of the marketing campaign associated with the UTM-coded link.
UTM Parameters:
When a UTM-coded link is clicked, they send data about the campaign to Google Analytics, and the UTM automatically collects data for deeper analysis.
You can use the UTM parameters in the Email Marketing Campaign by adding them to your sales emails, automated emails, newsletters, etc.
UTM Parameters have one Core function - to identify the campaign that shows the traffic to your site.
For example, you can use utm_source=weekly_sale to track your weekly sales email.
Google's Campaign URL Builder is a tool for creating UTM-coded URLs to track marketing campaigns. It enables you to generate customized URLs with UTM parameters that can be easily tracked in Google Analytics, providing detailed insights into the effectiveness of various marketing initiatives.
You can create UTM-coded URLs using Google’s free tool - Campaign URL Builder.
Note: You cannot create UTM codes in Google Analytics (GA).
Follow these steps to create UTM-coded URLs:
You can now use this URL in the promotional email.