diff --git a/typo3/sysext/form/Resources/Private/Frontend/Partials/Form/Navigation.html b/typo3/sysext/form/Resources/Private/Frontend/Partials/Form/Navigation.html index d0d01f0f872d6d70701bfd6b193662d347800d32..2df22f9649212627e40136796812befb12bbf931 100644 --- a/typo3/sysext/form/Resources/Private/Frontend/Partials/Form/Navigation.html +++ b/typo3/sysext/form/Resources/Private/Frontend/Partials/Form/Navigation.html @@ -4,7 +4,8 @@ <div class="btn-group" role="group"> <f:if condition="{form.previousPage}"> <span class="previous"> - <f:form.button property="__currentPage" value="{form.previousPage.index}" type="button" class="btn btn-cancel" formnovalidate="formnovalidate">{formvh:translateElementProperty(element: form.currentPage, renderingOptionProperty: 'previousButtonLabel')}</f:form.button> + <f:form.hidden property="__currentPage" value="{form.previousPage.index}" /> + <f:form.button type="button" onclick="document.forms['{form.formDefinition.identifier}'].submit();" class="btn btn-cancel" formnovalidate="formnovalidate">{formvh:translateElementProperty(element: form.currentPage, renderingOptionProperty: 'previousButtonLabel')}</f:form.button> </span> </f:if> <f:if condition="{form.nextPage}">