Custom validation message?
Hi, how to change some validation message for specific form?
Invitation action form:
I just want to make a very little change:
"The Email has already been taken invited this team"
so I think I shouldn't modify the lang file.
4 Replies
Check out closure rules: https://filamentphp.com/docs/2.x/forms/validation#custom-rules
Filament
Validation - Form Builder - Filament
The elegant TALL stack form builder for Laravel artisans.
Thanks. I've read that before, but not sure how to implement
Illuminate\Validation\Rules\Unique
into that closure 🤔check out the livewire docs for customizing validation messages
you need a $messages array on the page
Thanks... This will be useful for me...