© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
FilamentF
Filament•2y ago•
8 replies
morawcik

Validation messages not working on custom page?

Hi,
I have custom page
class Company extends Page implements HasForms {
    use InteractsWithForms;

    // ....
}
class Company extends Page implements HasForms {
    use InteractsWithForms;

    // ....
}


Each field has custom error messages like
->validationMessages([
    'accepted' => 'Custom error message',
])
->validationMessages([
    'accepted' => 'Custom error message',
])

but submitting form shows the default Laravel messages.
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

Form in custom page validation not working
FilamentFFilament / ❓┊help
11mo ago
getPages not working on Custom Page
FilamentFFilament / ❓┊help
9mo ago
Repeater not working on custom page
FilamentFFilament / ❓┊help
2y ago
Validation for custom page
FilamentFFilament / ❓┊help
2y ago