Feature Request: Nested Forms
Created by: ismaGNU
Hi guys,
Thanks in advance for this great project, really good job. I was looking for something like that such a long time.
I was digging around and I have missed and option to build nested forms. I don´t know if there is an easy way to do it. IMHO its needed for the example app when you add line items to an order. Its painful to first create an order, save it then create line items and associate it. This happens on all kind of database models and It would be amazing to have this feature.
I think you can achieve this behaviour by adding custom fields types, overriding form view. Although you must allow nested attributes on your models.
Let me know what do you think about it and set a guidelines to approach this feature.
Thanks in advance and keep pushing!