Welcome to the LimeSurvey Community Forum

Ask the community, share ideas, and connect with other LimeSurvey users!

part of survey has a back button , part of it should not have the back button

  • jaws40
  • jaws40's Avatar Topic Author
  • Offline
  • Junior Member
  • Junior Member
More
8 years 11 months ago #118591 by jaws40
in the fist questiongroups people give input and they should be allowed to navigate back to correct errors.
The last Q group gives an outcome based on the input in previous 4 Q groups. I want the back option disabled in the last Q group out of fear people will change the input to manipulate the outcome.
Can the back option be disabled by Q group?
and can de index be disabled in full?
The topic has been locked.
  • tpartner
  • tpartner's Avatar
  • Away
  • LimeSurvey Community Team
  • LimeSurvey Community Team
More
8 years 11 months ago #118610 by tpartner

Can the back option be disabled by Q group?

Add this to the source of any question in that group:
Code:
<script type="text/javascript" charset="utf-8">  
  $(document).ready(function() {    
    $('#moveprevbtn').remove();  
  });
</script>

and can de index be disabled in full?

Set "Show question index / allow jumping" to No - manual.limesurvey.org/Survey_settings#Pr...ation_.26_navigation

Cheers,
Tony Partner

Solutions, code and workarounds presented in these forums are given without any warranty, implied or otherwise.
The following user(s) said Thank You: jaws40
The topic has been locked.

Lime-years ahead

Online-surveys for every purse and purpose