© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
FilamentF
Filament•2y ago•
6 replies
KoksAgent

Keep form Data after clicking create & create another

Is there a way to keep the previos Form Data after clicking create & create anoth on a Form.
Solution
add in the CreatePage

protected function afterCreate(): void
{
    $this->getCreatedNotification()?->send();
    $this->halt();
}
protected function afterCreate(): void
{
    $this->getCreatedNotification()?->send();
    $this->halt();
}
Jump to solution
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

Create & create another doesnt keep url variables
FilamentFFilament / ❓┊help
5mo ago
Remove create another on create option form
FilamentFFilament / ❓┊help
2y ago
Create Another in a Form Action
FilamentFFilament / ❓┊help
3y ago
Re-fill create resource form with data after submission
FilamentFFilament / ❓┊help
3y ago