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 dc83c31b00f42b797d22e9b31277502307633274..d0d01f0f872d6d70701bfd6b193662d347800d32 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,7 @@ <div class="btn-group" role="group"> <f:if condition="{form.previousPage}"> <span class="previous"> - <f:form.button property="__currentPage" value="{form.previousPage.index}" class="btn btn-cancel" formnovalidate="formnovalidate">{formvh:translateElementProperty(element: form.currentPage, renderingOptionProperty: 'previousButtonLabel')}</f:form.button> + <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> </span> </f:if> <f:if condition="{form.nextPage}">