© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
FilamentF
Filament•2y ago•
1 reply
Laurens

Edit resource in attach action form?

I'm having a Resource class that has a RelationManager. Each relation has credentials stored in a JSON field from the main record of the resource.

Is it somehow possible to add a form to the AttachAction storing/updating fields using the credentials field column as state path of the resource instead of trying to update the related record or pivot columns?

Tables\Actions\AttachAction::make()
                    ->preloadRecordSelect()
                    ->form([...])
                    ->multiple()
Tables\Actions\AttachAction::make()
                    ->preloadRecordSelect()
                    ->form([...])
                    ->multiple()


Thanks in advance!
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 Attach action?
FilamentFFilament / ❓┊help
2y ago
attach action form and pivot values
FilamentFFilament / ❓┊help
2y ago
Custom action on edit resource
FilamentFFilament / ❓┊help
3y ago