- Posts: 2
- Thank you received: 0
How do I get rid of the "exit and clear survey" button?
9 years 6 months ago #65917
by degeus
How do I get rid of the "exit and clear survey" button? was created by degeus
Hi,
I would like to discard the "exit and clear" button from my survey. How do I do this?
Kind greetings, Sjanett
I would like to discard the "exit and clear" button from my survey. How do I do this?
Kind greetings, Sjanett
The topic has been locked.
Less
More
- Posts: 9974
- Thank you received: 3233
9 years 6 months ago #65919
by tpartner
Cheers,
Tony Partner
Solutions, code and workarounds presented in these forums are given without any warranty, implied or otherwise.
Official LimeSurvey Partner - partnersurveys.com
Replied by tpartner on topic How do I get rid of the "exit and clear survey" button?
Remove the {CLEARALL} placeholder - probably found in navigator.pstpl.
Cheers,
Tony Partner
Solutions, code and workarounds presented in these forums are given without any warranty, implied or otherwise.
Official LimeSurvey Partner - partnersurveys.com
The following user(s) said Thank You: kateibe
The topic has been locked.
9 years 6 months ago #66314
by degeus
Replied by degeus on topic How do I get rid of the "exit and clear survey" button?
Hi, could you elaborate a little bit further on this?
were and how do I change this?
were and how do I change this?
The topic has been locked.
9 years 6 months ago #66320
by machaven
Replied by machaven on topic How do I get rid of the "exit and clear survey" button?
Hi Sjanett,
Go into the template editor and make a copy of the template you are using if it is a default one (so u can edit it). Then select the copy to edit and select the navigator.pstpl file on the standard files list. Then remove the {CLEARALL} text in the editor, then save. You will then need to change your survey to use the copy of the template you changed under your survey general settings.
Go into the template editor and make a copy of the template you are using if it is a default one (so u can edit it). Then select the copy to edit and select the navigator.pstpl file on the standard files list. Then remove the {CLEARALL} text in the editor, then save. You will then need to change your survey to use the copy of the template you changed under your survey general settings.
The topic has been locked.
9 years 6 months ago #66355
by Mazi
Best regards/Beste Grüße,
Dr. Marcel Minke
Need Help? We offer professional Limesurvey support
Contact: marcel.minke(at)survey-consulting.com
Want to use your survey offline -> www.offlinesurveys.com
Replied by Mazi on topic How do I get rid of the "exit and clear survey" button?
More information on templates is availalbe at docs.limesurvey.org/The+template+editor&...tions+for+LimeSurvey
Best regards/Beste Grüße,
Dr. Marcel Minke
Need Help? We offer professional Limesurvey support
Contact: marcel.minke(at)survey-consulting.com
Want to use your survey offline -> www.offlinesurveys.com
The topic has been locked.
4 years 4 months ago #144786
by Zirys
Replied by Zirys on topic How do I get rid of the "exit and clear survey" button?
This deletes the functionality of the button, but it still keeps the button visible for participants.
Is there a way to make the words "Exit and clear survey" also invisble to participants instead of just disabling its functionality?
Is there a way to make the words "Exit and clear survey" also invisble to participants instead of just disabling its functionality?
The topic has been locked.
4 years 4 months ago #144787
by ollehar
Replied by ollehar on topic How do I get rid of the "exit and clear survey" button?
If the button is still visible after you changed the template, you might have done something wrong. Are you using the correct template?
The topic has been locked.
4 years 4 months ago #144790
by Zirys
Replied by Zirys on topic How do I get rid of the "exit and clear survey" button?
Yes. I know I use the correct template because the functionality of the button disappears as soon as I delete {CLEARALL} from navigator.pstpl
Is there something else I need to remover, or do I need to remove {CLEARALL} somewhere else maybe?
Is there something else I need to remover, or do I need to remove {CLEARALL} somewhere else maybe?
The topic has been locked.
Less
More
- Posts: 9974
- Thank you received: 3233
4 years 4 months ago #144791
by tpartner
Cheers,
Tony Partner
Solutions, code and workarounds presented in these forums are given without any warranty, implied or otherwise.
Official LimeSurvey Partner - partnersurveys.com
Replied by tpartner on topic How do I get rid of the "exit and clear survey" button?
Assuming you are using version 2.5x with one of the shipped templates, you can add this to the end of template.css:
#clearallbtnlink {
display: none;
}
Cheers,
Tony Partner
Solutions, code and workarounds presented in these forums are given without any warranty, implied or otherwise.
Official LimeSurvey Partner - partnersurveys.com
The topic has been locked.
4 years 4 months ago #144792
by Zirys
Replied by Zirys on topic How do I get rid of the "exit and clear survey" button?
Thank you very much. Indeed I was using the "default" template and your solution worked.
The topic has been locked.
Less
More
- Posts: 9974
- Thank you received: 3233
4 years 4 months ago #144793
by tpartner
Cheers,
Tony Partner
Solutions, code and workarounds presented in these forums are given without any warranty, implied or otherwise.
Official LimeSurvey Partner - partnersurveys.com
Replied by tpartner on topic How do I get rid of the "exit and clear survey" button?
You're welcome.
In my opinion, the #clearallbtnlink element should not be rendered if the {CLEARALL} placeholder is not used. Please file a bug report.
In my opinion, the #clearallbtnlink element should not be rendered if the {CLEARALL} placeholder is not used. Please file a bug report.
Cheers,
Tony Partner
Solutions, code and workarounds presented in these forums are given without any warranty, implied or otherwise.
Official LimeSurvey Partner - partnersurveys.com
The topic has been locked.
4 years 4 months ago #144801
by tammo
Tammo ter Hark at Respondage
For Limesurvey education and customized themes
respondage.nl
Replied by tammo on topic How do I get rid of the "exit and clear survey" button?
Bug report defined: bugs.limesurvey.org/view.php?id=11934
Tammo ter Hark at Respondage
For Limesurvey education and customized themes
respondage.nl
The following user(s) said Thank You: tpartner
The topic has been locked.
- DenisChenu
-
- Away
- LimeSurvey Community Team
-
Less
More
- Posts: 14475
- Thank you received: 2562
4 years 4 months ago #144828
by DenisChenu
{CLEARALL_LINK} don't have an ID : then can be added where you want and X times
{CLEARALL_LINK} work everywhere out of the box if javascript is activated
{CLEARALL_LINK} don't need {CLEARALL} to work out of the box
{CLEARALL_LINK} is hidden if javascript is not activated
The 2.5X system is broken : force {CLEARALL} for {CLEARALL_LINK} is a mistake, but allow {CLEARALL_LINK} without {CLEARALL} is a (good) featrure.
This need a manual update, not anything.
Denis
PS : {CLEARALL} work out of the box without js inside form, need js outside .
PS2: same for INDEX/SAVEALL etc .....
Assistance on LimeSurvey forum and LimeSurvey core development are on my free time.
I'm not a LimeSurvey GmbH member, professional service on demand , plugin development . I don't answer to private message.
Replied by DenisChenu on topic How do I get rid of the "exit and clear survey" button?
in 3.0/next version:tpartner wrote: You're welcome.
In my opinion, the #clearallbtnlink element should not be rendered if the {CLEARALL} placeholder is not used. Please file a bug report.
{CLEARALL_LINK} don't have an ID : then can be added where you want and X times
{CLEARALL_LINK} work everywhere out of the box if javascript is activated
{CLEARALL_LINK} don't need {CLEARALL} to work out of the box
{CLEARALL_LINK} is hidden if javascript is not activated
The 2.5X system is broken : force {CLEARALL} for {CLEARALL_LINK} is a mistake, but allow {CLEARALL_LINK} without {CLEARALL} is a (good) featrure.
This need a manual update, not anything.
Denis
PS : {CLEARALL} work out of the box without js inside form, need js outside .
PS2: same for INDEX/SAVEALL etc .....
Assistance on LimeSurvey forum and LimeSurvey core development are on my free time.
I'm not a LimeSurvey GmbH member, professional service on demand , plugin development . I don't answer to private message.
The topic has been locked.
4 years 4 months ago #144859
by holch
I answer at the LimeSurvey forum in my spare time, I'm not a LimeSurvey GmbH employee.
No support via private message.
Replied by holch on topic How do I get rid of the "exit and clear survey" button?
Hi Denis! Any idea when LS 3.0 might come out with the cleaned templates? I would need to start to adapt a template for a project, but I would like to spend my time on the next version rather on 2.5.
I answer at the LimeSurvey forum in my spare time, I'm not a LimeSurvey GmbH employee.
No support via private message.
The topic has been locked.
- DenisChenu
-
- Away
- LimeSurvey Community Team
-
Less
More
- Posts: 14475
- Thank you received: 2562
4 years 4 months ago #144863
by DenisChenu
Assistance on LimeSurvey forum and LimeSurvey core development are on my free time.
I'm not a LimeSurvey GmbH member, professional service on demand , plugin development . I don't answer to private message.
Replied by DenisChenu on topic How do I get rid of the "exit and clear survey" button?
Don't know, not my decision.
About actual default template: easier than make a JS if CLEARALL are not present : remove CLEARALL_LINK from startpage.pstpl.
About actual default template: easier than make a JS if CLEARALL are not present : remove CLEARALL_LINK from startpage.pstpl.
Assistance on LimeSurvey forum and LimeSurvey core development are on my free time.
I'm not a LimeSurvey GmbH member, professional service on demand , plugin development . I don't answer to private message.
The topic has been locked.