F
Filament8mo ago
Wannes

Form with HasMany Relationship?

Hi, is it possible to create a form with a hasMany relationship? So I have an invoice with some default information (date, due date, customer....) but each invoice has to have LineItems. Is it possible for my form to create all the lineItems instead of adding it later via a relationshipmanager table? Kr, Wannes
2 Replies
DanielvdSpoel
DanielvdSpoel8mo ago
You can use a repeater for this!
Wannes
Wannes8mo ago
Thanks, was exactly what I was looking for!