Welcome to the LimeSurvey Community Forum

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

Disable/Hide Submit button

  • LSCitizen
  • LSCitizen's Avatar Topic Author
  • Offline
  • Junior Member
  • Junior Member
More
10 years 3 weeks ago #105321 by LSCitizen
Disable/Hide Submit button was created by LSCitizen
Hello,
Is there a way to hide the Submit button?
The topic has been locked.
  • DenisChenu
  • DenisChenu's Avatar
  • Offline
  • LimeSurvey Community Team
  • LimeSurvey Community Team
More
10 years 3 weeks ago #105342 by DenisChenu
Replied by DenisChenu on topic Disable/Hide Submit button
Hi,

Yes.
Example (quick)
- Edit navigator.pstpl
- Update {NAVIGATOR} to <div style='display:none'>{NAVIGATOR}</div>

It's an example.

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.
  • tpartner
  • tpartner's Avatar
  • Offline
  • LimeSurvey Community Team
  • LimeSurvey Community Team
More
10 years 3 weeks ago #105360 by tpartner
Replied by tpartner on topic Disable/Hide Submit button
If you just need it in one group, add this to the source of any question in that group:
Code:
<script type="text/javascript" charset="utf-8">    
  $(document).ready(function(){    
    $('#movenextbtn, #movesubmitbtn').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.

Lime-years ahead

Online-surveys for every purse and purpose