Ability to control message about start over entirely
If you have the resume survey system enabled for your project, upon restart you will be greeted with a message 'The system has detected that you may have already started this survey. We have restored the data you entered, but if you rather start over entirely, please click here'.
We would like to see a feature added to the survey tag that would all the script to disable the message above from showing.
Currently, we have this workaround for it:
<style mode="before" name="respview.client.js" wrap="ready"><![CDATA[
if ($ ('.autosave-restart')[0]) {
$ ('.autosave-restart').remove();
}
]]></style>
However, we have ran into cases where the respondent's machine did not remove this appropriately. We would like to see the ability to be able to control it via the xml.
Michael
-
Todd,
This worked out flawlessly. I just finished testing on a simulated live project. So, we do not need to add this as feature request. However, I think many research agencies would benefit if the knowledge article about the survey resume function, can a mention that if you want to disable this capability you need to do.
<res label="sys_alreadyStarted"/>
<style name="respview.client.css"><![CDATA[
<style>
.autosave-restart { display: none; }
</style>
]]></style>
Thank you so much for posting this reply. This will help Burke for many years into the future.
Michael
Please sign in to leave a comment.
Comments
2 comments