Hi,
I'm new to LimeSurvey. Just got this project in hand to fix some things. The biggest issue right now is that the next and previous page buttons are not functioning. Clicking on the next page button brings up a blank page. Using the browser previous page button hereafter brings me to the correct (next) page.
This is the generated code:
<span class="f-right survey-navigator"><input type="hidden" name="move" value="movenext" id="movenext"><input class="submit" accesskey="p" type="button" onclick="javascript:document.limesurvey.move.value = 'moveprev'; $('#limesurvey').submit();" value=" << Vorige " name="move2" id="moveprevbtn">
<input class="submit" type="submit" accesskey="n" onclick="javascript:document.limesurvey.move.value = 'movenext';" value=" Volgende >> " name="move2" id="movenextbtn">
</span>