- Posts: 136
- Thank you received: 4
Ask the community, share ideas, and connect with other LimeSurvey users!
<div class="embed-responsive embed-responsive-16by9"> <video autoplay="autoplay" id="myvideo"><source src="https://www.Mafosurvey.de/userfiles/happypeanuts.mp4" type="video/mp4" /> browser unterstützt dieses Format nicht.</video> </div> <script type="text/javascript" charset="utf-8"> $(document).ready(function() { // Hide the "Previous" button $('#ls-button-submit').hide(); // $('#ls-button-previous').hide(); var vid = document.getElementById("myvideo"); vid.volume = 0.3; vid.onended = function() { // Show the "Previous" button // $('#ls-button-previous').show(); $('#ls-button-submit').show(); // $('#ls-button-submit').show().trigger('click'); } }); </script>
Please Log in to join the conversation.
I do not understand. This is the main reason to use this script.Show next after the video has finished playing.
Please Log in to join the conversation.
Please Log in to join the conversation.
Please Log in to join the conversation.
Please Log in to join the conversation.