submit button not showing up on form?

Does a submit button automatically appear in a form? It's not there and when I try to use form actions, it says Method Filament\Forms\Form::actions does not exist.. I have the HasForms and HasActions contracts on my Page class, as well as the InteractsWithForms and InteractsWIthActions traits.
1 Reply
Jon Mason
Jon Mason3mo ago
I tried adding it as headerActions to a Section component, which works, but I'm using the aside modifier and it puts the button between the left content and the right content, which is kind of weird looking. ok footerActions achieves basically what I'm after..