Dynamic ammount of data/forms in a template

Hey Ken,

Thanks for the input. This does exactly what I need and I’m able to add parts dynamically.
However, I need the dynamically added parts to be part of one general order.
Think of a shopping cart. The dynamical parts are items with details.

I had the idea of building an order model with a manytomany through relation allowing me to specify the items and additional data.

However, having the number of items variable this would almost be like a formset inside my form for the order.

How would you go about this. I thought about an order form and a separate formset creating the objects and linking them to the data from the order form?