Create relationship data from Parent from Create Page.
Greetings! Need help figuring out how I can store data to the relation table from the parent.
I have :
Event hasOne EventCourse
EventCourse belongsToMany Profile
I wanted to create a Wizard form with steps: basic and course.
I searched around in the docs but I'm having trouble finding the proper page where I can read about this.
I tried doing below:
Can any one guide me to the right direction?
I have :
Event hasOne EventCourse
EventCourse belongsToMany Profile
I wanted to create a Wizard form with steps: basic and course.
I searched around in the docs but I'm having trouble finding the proper page where I can read about this.
I tried doing below:
Can any one guide me to the right direction?
Solution
Solved!
Turns out I had to use Group
if someone sees this can someone verify that if Iam doing the right thing or not.
OR if there's a better way to do this then please teach me.
Turns out I had to use Group
if someone sees this can someone verify that if Iam doing the right thing or not.
OR if there's a better way to do this then please teach me.