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
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:Jump to solution
I've created a custom button instead of footer action and closing this as completed
3 Replies
Do you have two forms in the blade?
Shoudn't you submit the whole form?
Yes, I am going to have (more than) two forms in blade, and still I am in experimental stage, probably I want to submit individually (not whole form at once)
My example is inside one form like
Solution
I've created a custom button instead of footer action and closing this as completed