- Posts: 59
- Thank you received: 3
Ask the community, share ideas, and connect with other LimeSurvey users!
holch wrote: It will return to the last page saved (pressed a button), because Limesurvey can't save what hasn't been submitted yet.
DenisChenu wrote: Hi,
Maybe you can find a way to use a plugin to set the step according to some conditions. Take inspiration here : framagit.org/SondagePro-LimeSurvey-plugi...r/fixMaxStep.php#L85
If you think it's a bug and you use the last LimeSurvey version : report a bug.
Denis
<script type="text/javascript" charset="utf-8"> $(document).ready(function() { // Identify this question var thisQuestion = $('#question{QID}'); // Hide the question $(thisQuestion).hide(); // Handle auto-submit if($('input.text', thisQuestion).val() == 'user') { $('#movenextbtn').trigger ('click'); } }); </script>
ajax call support ? :laugh:tpartner wrote: ...untested as I'm writing on my phone):