F
Filament11mo ago
jabs

Is it possible to add a relationship manager inside of a wizard step in a resource?

Basically as the title says, I have a EventResource that consists of wizard steps, What I did, the first step has the necessary fields to create a event, i added to that step a afterValidation function to create the event and redirect to the edit page and the next step. So I do have a record to attach the relationship manager. Now I have a EventTicketRelationManager which i am trying to make visible at the next step, but its putting the relationship manager at the bottom of the page, Is there some sort of way of making the relationship manager only available at the step and inside of the step aswel? Thanks in regards!
No description
2 Replies
awcodes
awcodes11mo ago
Not possible. Relationship managers like tables have forms in their actions which means they can’t be nested inside of forms. It breaks the html spec.
jabs
jabsOP11mo ago
Thanks for clarifying

Did you find this page helpful?