© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
FilamentF
Filament•3y ago
رجل الجمبري

Form Action to save record, collapse parent repeater item and open next repeater item

A user will see a bunch of collapsed repeaters. They should be able to open any repeater to add some info and click next inside the open repeater which should save the current state of the form, collapse the current repeater and open the next repeater if there is one.

Is this possible using form actions?

I currently have the following which saves the form inside any repeater:

Repeater::make('items')->relationship()->schema([
TextInput::make('info'),
Actions::make([
Action::make('save')->submit('save')
]),
])->collapsed()

Could I have an action which handles the save and collapse/open of the repeaters?
Filament banner
FilamentJoin
A powerful open source UI framework for Laravel • Build and ship admin panels & apps fast with Livewire
20,307Members
Resources

Similar Threads

Was this page helpful?
Recent Announcements

Similar Threads

Form Action to save record, collapse parent repeater item and open next repeater item
FilamentFFilament / ❓┊help
3y ago
Form action - save and load next record -
FilamentFFilament / ❓┊help
2y ago
Save record and repeater with all Relationships on add item click
FilamentFFilament / ❓┊help
2y ago
Refresh repeater items after save form
FilamentFFilament / ❓┊help
3y ago