© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
FilamentF
Filament•3y ago
bionary

Persist data via relationship manager Create & Create Again

On a normal page form I can persist data for auto-filling in repetitive fields by flashing the session on save like:
    public function createAnother(): void
    {
        session()->flash('dataFill', $this->data);
        parent::createAnother();
    }
    public function createAnother(): void
    {
        session()->flash('dataFill', $this->data);
        parent::createAnother();
    }

Now I need to do this with the Relationship Manager. When attaching records how can I access the save and save another action to flash the session?
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

Missing create button on relationship manager
FilamentFFilament / ❓┊help
3y ago
relationship manager
FilamentFFilament / ❓┊help
2y ago
Relationship manager does not have Create Action
FilamentFFilament / ❓┊help
13mo ago
Many relationship manager?
FilamentFFilament / ❓┊help
2y ago