Welcome to the LimeSurvey Community Forum

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

How hide progress bar just for one question?

More
7 years 9 months ago #161017 by marektondryk
How hide progress bar just for one question?
The topic has been locked.
More
7 years 9 months ago #161024 by tpartner
Set up your survey to use JavaScript and place the following script in the source of the question:

Code:
<script type="text/javascript" charset="utf-8">
    $(document).ready(function() {
    $('.progress').hide();
  });
</script>

Cheers,
Tony Partner

Solutions, code and workarounds presented in these forums are given without any warranty, implied or otherwise.
The topic has been locked.
More
7 years 9 months ago #161087 by marektondryk
Thanks tpartner! :)
The topic has been locked.
Moderators: tpartnerholch

Lime-years ahead

Online-surveys for every purse and purpose