The exit and clear button (clearall / clearallbtn) doesn't work properly in my survey. When I click the button the page presents me a question if I'm sure to delete the answers and exit the survey. When I press 'OK' the survey exits to the link I determined, but when I press 'Cancel' it still goes to the same link instead of continuing the survey.
I have no idea how to fix this, went through all the settings in limesurvey and looked at template.js and navigator.pstpl, but I couldn't find anything.
It worked, I found out that my predecessor comented out the navigational parts and added his own link. Thanks.
I got everything working except in Chrome :pinch:
I added
Code:
onclick="$(document).trigger('exitAndClear')"
to the link and in Firefox everything works, it goes back to the link I added and the results are being discarded. In Chrome he opens the link but doesn't delete the results, when I recall the survey it goes back to the page of the survey where I left...