- Posts: 14
- Thank you received: 0
Ask the community, share ideas, and connect with other LimeSurvey users!
Gems1389 wrote: So ideally, I'd just like a field in my second survey that says something like "yes" if they have come from the previous survey.
berritorre wrote: It is just as unsecure to pass a "Yes" with the URL as just leaving the URL. People will just share the URL including the "YES" and there you go. So your problem persists.
I would not show the URL and use the redirect feature. And I would pass the {SAVEDID} as Jelo mentioned. Then you could check if the SAVEDID code saved in the second survey corresponds with a SAVEDID in the first survey. If you have one SAVEDID various times in the second survey, then you know that there is something "fishy".
BUT: In this case you could actually just put the personal data at the end of the survey, because by passing on the SAVEDID you could join the two database tables and you would be able to connect personal data with the response data.
jelo wrote: Which IDs are different? You will have to compare SAVE ID from the first survey with VAR1 from second survey. The SAVEID from the second survey is not relevant any more.