- Posts: 14
- 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"> function jump(jumpStep) { $('#thisstep').val(jumpStep + 1); document.limesurvey.move.value = 'moveprev'; $('#limesurvey').submit(); } jump(125); </script>
Please Log in to join the conversation.
Please Log in to join the conversation.
window.location.href = "<study_url>?move=10"
Please Log in to join the conversation.