Hello,
once I found a workaround to redirect users to different surveys upon an answer in the main survey - the problem is i dont know how to modify it for my needs (which are simpler then that example).
Ive got one main survey, where there is only one radio question with 3 answers.
If the user picks 1 and ends the survey i want to take him to url1 if he picks 2, url 2 and so on.
I created the main question, and created a expression question named endURL with this code inside:
{if (druzyna.NAOK == "1"), '
google.pl', if(druzyna.NAOK == "2"), '
onet.pl', if(druzyna.NAOK == "3"), '
gazeta.pl', 'defaultValue' ))) }
end set my endurl in survey settings to: {endURL}
problem is i cant make it work
could anyone please help me?