Solved
Use Embedded data from URL with spaces for text
Hi,
I am sending out a survey with a program name embedded at the end of the URL (?ProgramURL=Program%20One; ?ProgramURL=Program%20Two)
I want to use this in two ways:
1) Piped text so people know they are at the right place: (Thanks for answer this survey about Program One. Thanks for answer this survey about Program Two.)
2)Display logic to display descriptive text ONLY IF they are from Program One. (If ProgramURL Is Equal to Program%20One)
I can get it to do the first, but it is not matching with the second. Any thoughts on what I might be doing wrong?
Thanks!
Best answer by bstrahin
I'm assuming to get the piped text to work, you have an embedded data element in your survey flow that has
* ProgramURL = set from panel or URL
If the branching logic isn't working and this is the case, it's possible your space is causing a problem. A work around would be to use a code for ProgramURL that doesn't have spaces and in the survey flow you would have:
* Embedded data -> ProgramURL = set from panel or URL
* Branch -> ProgramURL = 1, then indented under the branch Embedded data -> Program = Program One
* Branch -> ProgramURL = 2, then indented under the branch Embedded data -> Program = Program Two
You could then use in your display logic ProgramURL = 1 or Program = Program 1 to display your descriptive text question.
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.
