Drupal has content types set as:
- Book
- Contributor
Custom CCK fields are added to above content types.
Contributor has type id set as:
- Author
- Seller
- Reader
The above contributor type id is to be added (currently with node reference) to "Book" with Author and contrition typpe "Seller".
example:
Book Contributor Contributor Type
-------------------------------- -------------- ---------------
Act Like a Lady, Think Like a Man Steve Harvey Atuhor
Act Like a Lady, Think Like a Man Steve Harvey Seller
The Alchemist Paulo Coelho Reader
The Happiness Project Gretchen Rubin Atuhor
The Happiness Project Gretchen Rubin Seller
What would the best approach to achieve this. With current setup we are able to add contributor id, how to add "contributor type" with it as well.