© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
FilamentF
Filament•2y ago•
3 replies
MZX

Change the 'Create' label in the resource create page

I just want to change the color and the text inside
Solution
Here's how

protected function getCreateFormAction(): Action
    {
        return Action::make('create')
            ->label('Pay')
            ->submit('create')
            ->color('success');

    }
protected function getCreateFormAction(): Action
    {
        return Action::make('create')
            ->label('Pay')
            ->submit('create')
            ->color('success');

    }
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

Change button label on create page
FilamentFFilament / ❓┊help
3y ago
Change the create button label
FilamentFFilament / ❓┊help
3y ago
Change Create Button Label
FilamentFFilament / ❓┊help
3y ago
Customize "create :resource" button label
FilamentFFilament / ❓┊help
2y ago