© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
FilamentF
Filament•3y ago•
4 replies
harps

modal notification title

How do I change the notification if the create resource is loaded in a modal?

protected function getCreatedNotificationTitle(): ?string
{
return 'Client created successfully!';
}

I can do the above on the edit page but that doesn't change the notification if I create a new client in a modal.

Thanks
Solution
Here is the link (https://filamentphp.com/docs/3.x/actions/prebuilt-actions/create#customizing-the-save-notification) to the docs. An example is below

CreateAction::make()
    ->successNotificationTitle('User registered')
CreateAction::make()
    ->successNotificationTitle('User registered')
Create action - Actions - Filament
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

Modify Modal Title
FilamentFFilament / ❓┊help
3y ago
Notification over a Modal
FilamentFFilament / ❓┊help
3y ago
Customize / translate CreateAction modal title
FilamentFFilament / ❓┊help
3y ago