Search code examples
typo3typo3-extensionstypo3-form

TYPO3 how to add css class to predefined submit button


We are building a form in TYPO3 by setting up the form definition with yaml configuration ourform.form.yaml.

We know how to add a custom label to the predefined submit button like this renderingOptions.submitButtonLabel but cannot figure out how to add a custom class to that element as there is no configuration key for that?

Also I was not able to find a frontend template to override.


Solution

  • You need to override the Fluid partial Form/Navigation.html.

    There you can set the classes for the different buttons in the form (navigate through different steps and/or submitting the form.