- Posts: 5
- 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 $('#ls-button-submit').hide(); setTimeout(function () { $('#ls-button-submit').trigger('click'); }, 20000); //Voici le temps en millisecondes }); </script>