• Resolved Imagejohnny538

    (@johnny538)


    I have multiple landing pages that can have different utm_* parameters. I want to redirect visitors to a subdomain and retain those same parameters, but that doesn’t seem possible right now.

    There’s a template variable {{url_params.utm_source}}, but that doesn’t work inside the redirect field. But it’s basically what I need.

    Is it possible to have this work somehow? Perhaps by code snippet? If so, which hook do I need exactly?

Viewing 1 replies (of 1 total)
  • Plugin Author ImageLink Software LLC

    (@linksoftware)

    @johnny538 I think this will be complicated. You could add hidden fields to your form, for each of the UTM parameters, assign them values with some custom JavaScript when the form loads, and then use those fields as variables in your Redirect URL.

Viewing 1 replies (of 1 total)

The topic ‘Add dynamic url parameter to Redirect URL’ is closed to new replies.