I have a long survey/application with a generic distribution URL. Since it’s so long, I want to enable ‘Save and Return later’. Unfortunately, since there is branch logic in the survey flow that I need to keep, the respondent could find that they need to restart the survey and choose a different option, but can’t because the back button is disabled due to survey flow elements.
Is there a way for the respondent to essentially mark their own response incomplete and start over?
One workaround is to just link to the survey with a query string (add ?reset=1) but they would need to use that again if they wanted to use the ‘Save and Return Later’ feature, which they probably would not know to do. Is there a better solution I’m overlooking?