Extra attributes on from buttons

Hello everyone. For my QA process, I need to add some extra attributes to the inputs and buttons of my form. In the inputs, I used the extraInputAttributes and everything went well. Now for the buttons, I’m not succeeding. Does anyone know how to put extra attributes on form buttons?
1 Reply
z-Fabiano Fernandes
Resolved: I overrode the getCreateFormAction, getCreateAnotherFormAction, getCancelFormAction methods of the Resources, informing in the Action the extraAttributes that I wanted.