Would it be possible to display not just the title field for a referenced node that is to be created but also any number of additional fields from the the node type that is to be created?
Use case: Autocreate referenced nodes with the fields title, subtitle, body etc. in one fell swoop from the node/create form of the referencing node.
Comments
Comment #1
locomo commentedI'm interested in this too.. Just thinking out loud..
when the auto-complete field loses focus and contains a value for a node that doesn't exist, why not pop-up/open a new window with the "add node" form for for the relevant content type
Comment #2
internetter commentedGreate module with multiple fields, but without selecting existing nodes: http://drupal.org/project/node_widget
Comment #3
internetter commentedHere are minimum 4 modules that does similiar things:
http://drupal.org/project/node_widget
http://drupal.org/project/nodereference_autocreate
http://drupal.org/project/autocreate
http://drupal.org/project/noderefcreate
Couldn't it be possible to pack all features in one module?
Comment #4
NathanM commentedAlso looking for something like this. Anyone come up with anything yet?
Comment #5
NathanM commentedI found a module that works almost perfectly for this:
http://drupal.org/project/popups_reference
However, there are some javascript conflicts when adding a new node (specifically, when uploading images and things like that), and it won't automatically insert the node title into the reference field. Also, the project is looking for a new maintainer. Any takers?
Comment #6
gaëlgI'm interested too.
Comment #7
NathanM commentedI'm using node relationships now, which work pretty well. Use the "Create & Reference" action.
Comment #8
gaëlgBut it needs an alpha1 or dev version of JQuery Update, right ? Is it stable enough ?
Comment #9
NathanM commentedIt took a little work to get properly set up, but it works fine for me now.