Hello! I know this isn't my question but I have the same question. I'm not looking for multi-tenacy, I want to add like "Location" and a few other fields to the normal user registration page but can't seem to find anything to customize it. Thank you.
Hello @pboivin , I tried to create a custom Registration class and load it to the ->registration() in my Filament Provider. Attached is my sample code from my Registration class, It was able to load the form but when I submitted the form there was an error "No property found for validation: [last_name]" Thank You