Hello,

I'm trying to get the following use case to work:
My main node references (via node_reference field type, cardinality unlimited) a set of subnodes. I want to be able to edit the main node and its subnodes in one go from the main form with autocomplete and subnode creation if no matches are found.
I am currenly using noderefcreate widget to do the autocomplete/creation part, but this means I need to then edit each subnode independently, which I don't want.

Is anyone working on something similar? Can we merge efforts if so? Or have I missed something, and this already exists?

thanks for any advice/pointers.