© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
FilamentF
Filament•14mo ago•
1 reply
Arghyaashu

CreateAction steps nextAction label

I have create a two step CreateAction

CreateAction::make()
->disabled(fn() => $this->policies())
->label(' Add Contact')
->steps(fn()=> $this->createForm())
->createAnother(false)

where I want to change the label of next action button.

I tried using
CreateAction::make()
->nextAction(
fn (Action $action) => $action->label('Next step'),
)
but it doesn't support
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 label of nextAction wizard
FilamentFFilament / ❓┊help
3y ago
Steps in CreateAction sets only last steps formData
FilamentFFilament / ❓┊help
3y ago
Actions\CreateAction::make() ->label('Generate from ChatGPT')
FilamentFFilament / ❓┊help
3y ago
FilamentPHP v4 Resource: Customize CreateAction Button Position & Label
FilamentFFilament / ❓┊help
2mo ago