- Posts: 11
- Thank you received: 0
Ask the community, share ideas, and connect with other LimeSurvey users!
<script> $(document).ready(function() { $('button#movenextbtn').hide(); }); </script>
<script> $(document).ready(function() { $('#ls-move-previous-btn').hide(); }); </script>
<script> $(document).on('ready pjax:scriptcomplete',function(){ $('#ls-button-previous').hide(); }); </script>