Your LimeSurvey version: LimeSurvey Community Edition Version 5.6.13+230327
Own server or LimeSurvey hosting: Own server
Survey theme/template: Fruity
==================
The first part of my survey is here has survey ID 917799
and I would like to move to a second part with survey ID 648178, tracking the unique ID in the first part
In survey 917799, I have set-up the end URL as follows:
limesurvey.univ-angers.fr/index.php/648178?lang=fr?var1={SAVEID
}
but the end url becomes once moved to it:
limesurvey.univ-angers.fr/index.php/648178?lang=fr?var1=
%3Cspan%20class=%27em-expression%20em-haveerror%27%20%20%3E%3Cspan%20class=%27em-error%27%20title=%27%20%27%20%3E%3Cspan%20title=%27Variable%20non%20d%C3%A9finie%27%20class=%27em-var%20em-var-error%27%20%3ESAVEID%3C/span%3E%3C/span%3E%3C/span%3E
I had another try with creating a hidden equation with condition SAVEID2=sum(1000, SAVEDID) + create a passthrough field SAVEID2 +set-up the end-url with
?var1={PASSTHRU:SAVEID2}
It does not work neither.
When I check the SAVEID2 variable, it seems the {SAVEID} command does not work. Is it possible that this basic field is not available in the version I am using ?
Thanks for your help