I am mostly just after assurance that what I am doing is the best or cleanest way to do this.
I have a base survey where participants are asked a series of demographic questions and are then redirected to one of three possible surveys depending on their answers. The end URL field therefore has an equation {if(A1 == 1, Dogs, if(A2 == 4, Cats, Birds))} and this base survey has the three equations to direct them to the other appropriate LS.
The issue that I am encountering is that this survey is being sent to about 100 tokens (groups) and multiple participants can fill out the survey from the one token. So Token 1 = 100 participants. Token 2 = 50 participants etc etc.
The base survey will keep track of who has completed the survey but the follow on dog, cat surveys won't and I really do need that data. I have therefore entered an end URL field such as -- https://example/cfsls/index.php/999/lang-envar1{TOKEN} -- so that the follow on three surveys will keep track of the token used to get there. I just then have to match the Token IDs when it comes to analysing the data.
My question is, is this the best way to do this? Or, and this would be nice, can I somehow insert into the dog, cat, bird, survey a token attribute? The attributes allow me to keep track of where exactly the survey is going and having this pre-filled (but hidden) in the follow on survey data would be amazing. Or even just the Token ID would work, without the full URL.
As always, thanks in advance. This forum has been a wonderful help.
The topic has been locked.