- Posts: 6
- Thank you received: 0
Ask the community, share ideas, and connect with other LimeSurvey users!
<!-- PRESENT THE NAVIGATOR --> <div class="{{ aSurveyInfo.class.navigatorcontainer }} row navigator space-col" id="{{ aSurveyInfo.id.navigatorcontainer }}" {{ aSurveyInfo.attr.navigatorcontainer }}> <!-- Previous button container --> <div class="{{ aSurveyInfo.class.navigatorbuttonl }} col-xs-4 col-xs-offset-4" {{ aSurveyInfo.attr.navigatorbuttonl }}> {# Next button is not always shown (last page, all in one mode, etc) #} <!-- Button Next --> <button {{ aSurveyInfo.attr.navigatorbuttonnext }} accesskey="n" class=" {{ aNavigator.disabled }} {{ aSurveyInfo.class.navigatorbuttonnext }} btn btn-lg btn-block btn-danger " > {{ gT("Next") }} </button> </div> </div>
<!-- Start of the main Form-->
<form id="limesurvey" name="limesurvey" autocomplete="off" class="survey-form-container form" action="/lime3/index.php/268349" method="post">
<script> function doWeiter() { $('#ls-button-submit').trigger('click'); } </script>
<script type="text/javascript" charset="utf-8"> $(document).on('ready pjax:scriptcomplete',function(){ $('#ls-button-submit').hide(); });