© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
FilamentF
Filament•2y ago•
5 replies
hxnnxs

Add button in custom register page

Hello everyone how can I add a button on a custom registration page?
I tried using : use Filament\Forms\Components\Actions\Action; but I get the error: App\Filament\Pages\Auth\Register::getBackToDashboardComponent(): Return value must be of type Filament\Forms\Components\Component, Filament\Forms\Components\Actions\Action returned
Solution
Forms\Components\Actions::make([
    Forms\Components\Actions\Action::make('custom_button'),
])
Forms\Components\Actions::make([
    Forms\Components\Actions\Action::make('custom_button'),
])
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
Was this page helpful?

Similar Threads

Recent Announcements

Similar Threads

Custom register page (register link on login page)
FilamentFFilament / ❓┊help
2y ago
Register Hooks in a custom page
FilamentFFilament / ❓┊help
2y ago
Add submit button to filament form in custom page
FilamentFFilament / ❓┊help
2y ago
Custom login / register -like page
FilamentFFilament / ❓┊help
3y ago