Hello,
I have two surveys. Survey #1, a consent form, is shared via an anonymous link on our website and includes personally identifiable data (name, email address, phone number). Upon completing Survey #1, participants are directed to Survey #2 through a redirect link, which includes the Survey #1 response ID as embedded data in Survey #2. Additionally, contact list triggers operate post-survey in Survey #1, capturing name, email address, phone number, and Survey #1 response ID. This response ID serves as the data linkage variable. Both surveys enforce a 4-hour response recording time, regardless of completion status.
Currently, I manually send retake links for incomplete Survey #2 responses. However, due to the study's scale, I'm seeking an automated solution. I've explored Qualtrics resources and found a potential solution involving email triggers for "Progress < 100," utilizing a specific query string at the end of the anonymous link: "?Q_R=${rm://Field/ResponseID}&Q_R_DEL=1" to generate retake links. This solution appears tailored for situations where both email and survey responses are captured in a single survey. Given our survey's unique nature, I'm uncertain about how to adapt this solution.
Can this solution work for my scenario, where email and survey responses are split across two surveys due to the nature of the study?