Move position of Relationship Manager
Hi everyone, I’m trying to move the relationship manager field to a different location in my form (screenshot below). I attempted creating a custom view, but it seems more complicated than I expected. Has anyone successfully done this before? If you could share an example, I’d really appreciate it. Thanks!

Solution:
Jump to solution
Leandro Ferreira (@leandrocfe) on X
💡Filament Tip: You can insert Livewire components into a form, which allows us to use this approach to insert Relation Managers into Form Tabs. In this example, we added Categories and Comments (both Relation Managers) into Form Tabs 👇

X
4 Replies
Solution
Leandro Ferreira (@leandrocfe) on X
💡Filament Tip: You can insert Livewire components into a form, which allows us to use this approach to insert Relation Managers into Form Tabs. In this example, we added Categories and Comments (both Relation Managers) into Form Tabs 👇

X
While it renders correctly, the 'Save Changes' button on the EditForm unfortunately no longer functions. :/

try to add this to the EditPage
Works! Thanks a lot 🙂