Is there a way in laravel nova to extend the belongsToMany attach form to include addition fields.
I have a relationship between Courses and Members as well as a relationship between Courses and SignUpQuestions. Is there a way to create a form that will alow Members to be attached to the Courses, but also fill out all answers for any attached SignUpQuestions to the Course?
I attemped adding addition fields to the BelongsToMany relationship but since the question answers go into a seperate table than the pivot table this did not work.