- Posts: 4
- Thank you received: 0
Ask the community, share ideas, and connect with other LimeSurvey users!
DenisChenu wrote: Hi,
I think it can be possible .....
Give different link for each panel provider.
Example :
example.org/123.html?panel=A
example.org/123.html?panel=B
example.org/123.html?panel=C
etc ...
Create an hidden short text question with code "panel"
Add a Equation question with:
{if(panel=="A","http//urlPanelA","")}{if(panel=="B","http//urlPanelB","")}{if(panel=="C","http//urlPanelC","")}
Denis