Please help us help you and fill where relevant: LimeSurvey version: 6 Own server or LimeSurvey Cloud: My own server Survey theme/template:
==================
I have a survey where I have four questions in the same randomization group. It is setup to display one of the four questions to the user. When the question get presented, users have the option to click on one of the buttons. I want the end url to be a praticular website if their reponse is "Yes" regardless of which of the four questions they get presented with. I have written syntax in the End URL field but the problem is that it redicrects all users to the alternate URL at all times.
Please see my syntax below:
{if(G03Q11=="Yes" OR G03Q12=="Yes" OR G03Q13=="Yes" OR G03Q14=="Yes", "
mainurl.com
", "
alternateurl.com
")}