We just need to disable "Resume later" and "Exit and clear survey" bottoms in a survey. Do anyone have a solution for this issue?
I use Version 2.06+ and "Skeletonquest" as template.
"Exit and resume later" is a setting in General settings/Notifications and data management.
I would not want to disable Resume later, since it might give people and "uneasy" feeling as if the have been tempted into something without a possibility to get out. But if you really want it, you can add this to the style.css
Code:
button#clearall{display:none;}
I have not tested this, but it should work.
greetings from Haarlem,
Tammo
Tammo ter Hark at Respondage
For Limesurvey reporting, education and customized themes
respondage.nl
Thank you Tammo, at least one of them deleted. Well our client requested that these bottoms must be deleted.
Actually I couldn't find the "style.css" but I have tried to change adminstyle.css which located in public_html/Project/styles/adminstyle.css and it did not work. Do you know where these bottoms codes where located?
Thank you so much, I tried this code a:hover, a:focus { display:none; } in jquery-ui-custom.css and works!
Do you know what is the code for "Load unfinished surveys"?