Is it possible to use a Query String and piped text to add text to a survey distributed by anonymous link based on the query string?
We have a programs registration form that will be linked to on about 30 different web pages.
We know how to use query strings as embedded data to track which program folks are registering for.
However, we would like the name of the program they are registering for to appear in the survey text, possibly in the intro block.
For example, if the user clicks on https://www.awesomeprogram.fakedomain, we would like the text “Awesome Program” to appear on the survey.
This would allow us to have a single registration form for all of these programs.
We’re open to some code, if possible.
Thanks.