Custom email Rule #167
-
How can i add custom email rule in Email Field under my profile? |
Beta Was this translation helpful? Give feedback.
Answered by
jeffgreco13
Jun 20, 2023
Replies: 1 comment
-
I would recommend that you extend the MyProfile class with your own, then you can override the filament-breezy/src/Pages/MyProfile.php Line 60 in 6d5d73e |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
ariesdg
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I would recommend that you extend the MyProfile class with your own, then you can override the
getUpdateProfileFormSchema()
method to customize the form components as you wish:filament-breezy/src/Pages/MyProfile.php
Line 60 in 6d5d73e