section footer action to submit the section schema
How can I make section footer Action to submit the section schema form?
docs links: https://filamentphp.com/docs/3.x/forms/layout/section#adding-actions-to-the-sections-footer
I create a page
I want to submit the section form by using the section footer action, how can I achieve this?
Code:
docs links: https://filamentphp.com/docs/3.x/forms/layout/section#adding-actions-to-the-sections-footer
I create a page
filament-page and added custom multiple form (https://filamentphp.com/docs/3.x/forms/adding-a-form-to-a-livewire-component#using-multiple-forms)I want to submit the section form by using the section footer action, how can I achieve this?
Code:
Solution
I've created a custom button instead of footer action and closing this as completed