This commit is contained in:
2020-12-18 20:01:54 +01:00
parent d7b6283ffe
commit 47beddf9c8
2 changed files with 411 additions and 2 deletions

View File

@@ -28,7 +28,7 @@
$('#inputForm div.group:nth-child(' + q + ')').hide();
$('#inputForm div.group:nth-child(' + (q + 1) + ')').show();
if (q == (qMax - 1)) {
$('#btnNext').html('Submit Answers');
$('#btnNext').html('Eingabe bestätigen');
}
q++;
} else {
@@ -52,7 +52,7 @@
<input th:field="*{possibleCandidates[__${itemStat.index}__].name}" />
</div>
</div>
<button class="submitButton" id="btnNext" type="submit">Nächste Frage</button>
<button class="submitButton" id="btnNext" type="submit">Nächste Kategorie</button>
<input id="voterName" type="hidden" name="name" th:value="${name}" />
</form>
</div>