Hi everyone,
Is there a way to populate the Referrer URL to a custom field so we could report on that?
We are trying to figure out how people land on our forms. We have UTMs for the most part but the links could be shared without UTM populated or they could organic traffic.
Thanks!
Sure.
MktoForms2.whenReady(function(mktoForm){
mktoForm.addHiddenFields({
"LastReferrerURL" : document.referrer
});
});
Create Last Referrer URL as a Textarea.