• I just installed the plugin on two different sites and I cannot read any params no matter what I try.

    I type this into my address bar
    https://test.com/about?utm_source=haha

    and I’ve tried to access the url param short code within a text block and in a custom HTML block like this
    [urlparam param=”utm_source” default=”test html” /]

    What I really want to pass utm_source as a hidden field
    <input name=”inf_custom_UTMSource” type=”hidden” [urlparam attr=”value” param=”utm_source” /] />

    None of these short codes are working I always get the default value to display and not the url param.

    Any help is appreciated.
    Thank you,
    Zak

Viewing 1 replies (of 1 total)
  • Thread Starter zspath

    (@zspath)

    What is odd is that when I capture parameter named “FirstName” it works but when I try to get utm_medium or utm_source it doesn’t return anything. I also tried removing the underscore (like this utmmedium) and I’ve tried sending the params in different orders in the URI, but still I can’t capture them

Viewing 1 replies (of 1 total)
  • The topic ‘new install not working’ is closed to new replies.