Hi
I cant make the "PASSTHRU" fonctionnality work.
My end URL :
http://localhost/end.php?myid={PASSTHRU:myid}
Users get a link (with a token) and myid var
http://limesurvey/index.php?r=survey/index/sid/219123/token/AldkJDks67dkjfe/lang/fr/myid/99999
Everything work for now but when they click 'Next', URL become :
http://limesurvey/index.php?r=survey/index
And my var is lost
Redirection works fine but i get no value
http://localhost/end.php?myid=
I tried with this non-rewrite kind of URL
index.php?sid=219123&token=AldkJDks67dkjfe&lang=fr&myid=99999
Same issue
What am i doing wrong ?
Thanks !