Hello,
I am facing challenges with creating a set of survey links that allow for reentry and are not tied to an email address. In my survey, I need multiple participants, potentially from different departments, to complete a single survey on a specific subject. These surveys must be asynchronous and independent of any email or IP address, as the links will be stored in a table on a dashboard. This allows one individual to click a link, partially fill it out, and have the answers saved for another person to complete the survey later.
The surveys are subject-specific, and I have used embedded links in the URLs to prepopulate some of the information in the questions. However, when a colleague accesses the same survey link using an anonymous link with the embedded information, they only see their answers, not the partially completed answers from others. How could I make this work?
I would greatly appreciate any suggestions or solutions to address this issue.
Thank you!