© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
FilamentF
Filament•5mo ago•
2 replies
hlonish

How to add loading for filament wizard Next Step Button?

Wizard::make([
Step::make('General Information')
->schema(ClientResourceForm::getFields())
->columns(),
Step::make('Address Information')
->schema(AddressResourceForm::getFields('address.state')),
Step::make('Agency Connection')
->schema(self::getConnectionFormField()),
])
->nextAction(
fn(Action $action) => $action
->label('Next step'),
)
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

Enable / Disable Wizard Next step button
FilamentFFilament / ❓┊help
2y ago
Wizard step next button always showing loader
FilamentFFilament / ❓┊help
17mo ago
Trigger next wizard step
FilamentFFilament / ❓┊help
6mo ago
Troubleshooting Step Wizard: Next Button Loader Spinning Infinitely
FilamentFFilament / ❓┊help
2y ago