Pushing UTM Values to IFS Fields ( Contact Form 7, Leadpages )

Hi All,

Is there a way to have UTM Parameters e.g. Source, Campaign, Medium etc stored in IFS for Tracking.

Using Leadpages, Contact Form 7 & Optin-Monster for LeadGen.

BTW, This side Mohan, and thanks in Advance :wink:

Hi,

I’m not aware of a way to automatically do this, but if worst comes to worst you could use JavaScript on the webform to put the utm parameters into hidden fields that get sent to Infusionsoft. You would have to create the custom fields in Infusionsoft for the data, but it should work. If you send me the url of one of your forms, I can take a quick gander and possibly throw together some javascript.

1 Like

Hey Mohan

As Joey mentioned, you could write some JavaScript to capture the UTMs when someone first lands on your site, store them in localStorage or a cookie, and then write them into hidden fields on your forms. This would work across Contact Form 7, Leadpages, and OptinMonster forms.

Alternatively, there are tools like Attributer.io that can handle this automatically for you (disclosure: I am the founder). It captures the UTM parameters when someone first arrives, stores them as they browse around your site, and then writes them into hidden fields on whatever form they submit. It works with Contact Form 7, Leadpages, and OptinMonster, so you’d get consistent tracking across all your lead generation tools.

Plus as a bonus, it also captures attribution data for leads that come from organic channels (like Organic Search, Organic Social, Direct Traffic, etc.) where UTM parameters aren’t present, as well as click IDs like the GCLID and FBCLID.

You could certainly go the custom JavaScript route, but maintaining that code across different form tools and ensuring it works as browsers update can be quite time-consuming.

Hope this helps

Aaron