I can't get querystrings to work here, they get URL encoded to %3D, %2D characters
E.g
order-online?what=this becomes
order-online%3Fwhat%3Dthis
Seems to happen with both absolute and relative URLs.
Making this possible would mean that configuration of goal tracking in analytics for webforms is a simple task (e.g. by using [current-page:url]?f=success ). It looks like at the moment one has to make separate confirmation pages, or write a bunch of custom tracking code.
Comments
Comment #0.0
mjcarter commentedClarification
Comment #1
grahamcThis has already been reported as a regression from 3.x (see [2032793] )