- Posts: 8
- Thank you received: 0
Ask the community, share ideas, and connect with other LimeSurvey users!
Please Log in to join the conversation.
<script type="text/javascript" charset="utf-8"> $(document).ready(function(){ // Hide the buttons $('#ls-button-submit').hide(); $('#ls-button-previous').hide(); setTimeout(function () { // show buttons $('#ls-button-submit').show(); $('#ls-button-previous').show(); }, 60000); // after 60 seconds, or 60000 milliseconds }); </script>
Please Log in to join the conversation.