- Posts: 1
- Thank you received: 0
Ask the community, share ideas, and connect with other LimeSurvey users!
Please Log in to join the conversation.
Please Log in to join the conversation.
<div class="conditional-text alert alert-warning" id="alert1" role="alert">Sie haben nur noch 10 Sekunden!</div>
<script type="text/javascript" charset="utf-8"> $(document).ready(function(){ $('#alert1').hide(); setTimeout(function () { $('#alert1').show(); }, 10000); setTimeout(function () { $('#alert1').hide(); }, 2000); setTimeout(function () { $('#ls-button-submit').trigger('click'); }, 20000); }); </script>
Please Log in to join the conversation.