I am testing all possible angles as a user, and when I, in the middle of a survey, press "Resume later" I come to the screen where I enter a name and email address. I enter the details, but after pressing "Save now" I am being sent back to the survey.
If I where a spaced-out user, I then might want to press the nearest exit button to close the survey-window, but the only exit button says "Exit and clear survey". And if I press that one, the resume-later-link that was sent to me doesn't work anymore....
So, upon "Save now" I would rather that the user is being redirected to the home page of our website instead of back to the survey. I looked in common.php and it seems like line 3039-3060 handles the submit action of Save now, but I could not find out how to replace the 'return to survey' with a redirect.
Any tips?