- Posts: 6
- Thank you received: 0
Ask the community, share ideas, and connect with other LimeSurvey users!
<script type="text/javascript" charset="utf-8"> $(document).ready(function() { // Hide the "Next" button $("#movenextbtn").hide(); // Show the button after n milliseconds setTimeout(function () { $("#movenextbtn").show(); }, 120000); }); </script>
Please, watch the video. Please, watch the video <p><iframe allowfullscreen="" frameborder="0" height="360" src="https://www.myserver.de/limesurvey/upload/surveys/252416/files/Lonesome.mp4" width="640"></iframe></p> <script type="text/javascript" charset="utf-8"> $(document).ready(function() { // Hide the "Next" button $("#movenextbtn").hide(); // Show the button after n milliseconds setTimeout(function () { $("#movenextbtn").show(); }, 10000); }); </script>