Hello,
We would like to give respondents the opportunity to come back in the future and fill in any outstanding information. To that end, we thought we could assign a random code that they could enter into a specific question in the future. This way we can link both survey entries together. To do that we will need to: (a) give a random code to the respondent, and (b) save the given code.
We have tried the following:
if (value($D101)>0){
suffle($D101);
print($D101);
registerVariable($D101)
}
However, However, a warning appears about the impossibility of using the "print" command ("The PHP keyword print is not allowed within PHP code").
What could be a solution? Is there any way to allow a person to return to complete/edit a questionnaire without saving personal information of the respondent?
Best