Customizing the Registration Page

Rather than a single name field I need my User model to have 3 seperate name fields (first_name, middle_names, last_name). I've followed the example, in the docs, of extending filaments builtin registration class and overriding the form method. This works fine and changes the form but when I try to use it I get an error that the route doesn't accept POST requests. I then tried overriding the getForms method instead of the form method thinking that maybe skipping straight to the form something was being missed but the result was the same. Can anyone tell me what I'm doing wrong?
Solution:
ok if anyone else comes accross this issue it was caused by me missing the step of publishing my Livewire assets.
Jump to solution
1 Reply
Solution
Bardolf#6969
Bardolf#69692w ago
ok if anyone else comes accross this issue it was caused by me missing the step of publishing my Livewire assets.