I am building a site for a client and using Umbraco Forms for the build. One of the forms will integrate with Pardot and the client wants to know how we pass through utmmedium, utmsource, utm_campaign from the landing page.
So how do you pass through any querystring data in a form, is it possible?
You could try using the Request Magic string to populate a hidden field with the value, however I'm not sure if you can use this to access query parameters.
Umbraco Forms - passing parameters
Hi All,
I am building a site for a client and using Umbraco Forms for the build. One of the forms will integrate with Pardot and the client wants to know how we pass through utmmedium, utmsource, utm_campaign from the landing page.
So how do you pass through any querystring data in a form, is it possible?
Regards,
Nick
You could try using the Request Magic string to populate a hidden field with the value, however I'm not sure if you can use this to access query parameters.
https://our.umbraco.com/documentation/add-ons/umbracoforms/developer/Magic-Strings/#request
is working on a reply...