- Posts: 2
- Thank you received: 0
Ask the community, share ideas, and connect with other LimeSurvey users!
Please Log in to join the conversation.
Please Log in to join the conversation.
Please Log in to join the conversation.
Please Log in to join the conversation.
Please Log in to join the conversation.
Please Log in to join the conversation.
Please Log in to join the conversation.
Please Log in to join the conversation.
Please Log in to join the conversation.
[/quote]samplicio.us/s/ClientCallBack.aspx?RIS=2...:RID%7D&rst=3{/quote ]
I highly doubt this will work, because Limesurvey will not recognize the RID this way, it will just use this exact URL for everyone. Because Limesurvey needs to know what to substitute and you are missing the {} which indicate that this is a variable that Limesurvey should consider.
It probably will need to look something like this:Code:https://samplicio.us/s/ClientCallBack.aspx?RIS=20&RID={PASSTHRU:RID}&rst=3
However, you are missing two different concepts, PASSTHROUGH and PANEL INTEGRATION. Use one or the other.
As Passthrough is using the antiquated SGQA identifier, I will drop that.
I am not gonna test your whole survey, it is just too long. Create a small sample survey that basically only demonstrates the END URL and the Quota screen out and focus on one approach, ideally panel integration or the even simpler approach of creating a hidden question called RID. If the variable that is passed via the survey link to the survey is called RID, Limesurvey should automatically store the variable called RID into this question and then with {RID} you can pipe it into the end or quota urls where needed.
Please Log in to join the conversation.
Please Log in to join the conversation.
https://samplicio.us/s/ClientCallBack.aspx?RIS=20&RID={RID}&rst=3
Please Log in to join the conversation.