Surevy/ Token Please help us help you and fill where relevant: LimeSurvey version: 6.6.1 Own server Survey theme/template: fruity
==================
Hello,
I have 20 active surveys I want to now if I can redirect a participant to a survey based on the token ( dummy token)?
Ex: -If the token is 12345 the participant will be redirected to Survey 1,
If the token is HGvfd the participant will be redirected to Survey 2 ..etc
So based on the token i will redirect which survey this participant will fill
Thanks.
No, this option does not exist. You need the survey URL to get to the survey and then the token to access the survey.
You would have to built your own script where respondents type in their token and you look up a database to redirect to the correct survey. This is not built in, also because tokens can be the same for different surveys. It is not unique for the Limesurvey installation, only unique (if you autogenerate it in Limesurvey) for the specific survey.
Help us to help you!
Provide your LS version and where it is installed (own server, uni/employer, SaaS hosting, etc.).
Always provide a LSS file (not LSQ or LSG).
Note: I answer at this forum in my spare time, I'm not a LimeSurvey GmbH employee.
create a CSV file with tokens and survey ID related on attribute 1
Import this token table on a new token based survey
In this new survey : just create a Show text question
In this new survey use End URL like this : /index.php/{TOKEN:ATTRIBUTE_1}
Import token in the other sureys
Assistance on LimeSurvey forum and LimeSurvey core development are on my free time.
I'm not a LimeSurvey GmbH member. -
Professional support
-
Plugins, theme and development
. I don't answer to private message.