I created autor and book content types. Now Id like to know if it is possible to reference a new book to an existing author in the 'add form' of the book. I dont know if I made myself clear.

Comments

WorldFallz’s picture

Since they're both content types, you could use a nodereference field on either one and reference the other. You may also wish to checkout the http://drupal.org/project/nodereferrer module which provides the other 1/2 of the reference.