We have a token-based survey in limesurvey version 2.0 and want to change the link after pressing the "resume later"-button. The user should see startpage where to enter the token.
We tried editing the jQuery to document.location.href='...'. The link worked, but nothing was saved.
How to change the listener for the ok-button on the "save ok"-popup after saving?
Is there a Javascript function to save the state of the survey? Something that ist executed, when resume later button ist pressed?
Can we execute code after the save-action ist executed?