UTM Generation in Custom form
I am trying to build a calculated field in a Workfront custom form to automatically generate a complete UTM tracking URL based on user-entered campaign parameters.
The goal is for users to populate fields such as Destination URL, UTM Medium, UTM Source, UTM Campaign, and Contact Type, and have the form dynamically concatenate those values into a finalized URL string.
Example desired output:
https://example.com?utm_medium=email&utm_source=newsletter&utm_campaign=springcampaign&contact_type=prospect
Wondering if anyone has done this before as I’m having issues getting the calculated field to generate the final url.