Embedded create form in Relation Manager tab
How i can insert creating new record form in relation manager tab?
For example: I have a comment tab on a user resource page and I want that when the comment tab is displayed, I don’t have to click the “Create” button, and the form for creating a new comment is already built into this comments tab.
5 Replies
You mean you have a comment section within the resource form? If so.. just using ->realtionship() should work
I have next view of my edit user page. Also i have some tabs by relation manager. I want to display the creation form right away instead of the "create" button.
Ok so that isn't possible out of the box as far as I am aware.
You could add the comments as a repeater field relationship underneath as part of the edit form however
I want something like that
Thanks for your the answers, I just needed confidence that this is not possible out of the box and I will need to write something custom