I have a survey in which I have a completion event that forwards the user to 2nd survey. This initial survey is set to allow resuming and users can only take the survey once. I've noticed that if the user closes the browser in the middle of the 2nd survey (the one they were redirected to after completion of the 1st), if they go back to the 1st survey they can't resume. This isn't surprising since the 1st survey has been marked as complete. However, we'd like it so they only have the 1st survey's link. Is there a way to do some conditional branching so if the first survey is marked complete they're redirected to the second?