Hi,
I'm not sure if this is the correct title for what I want to do. I would like to create two content types: Agents and Contacts. Agents is a simple content type to collect the details of people, such as name, address, email, telephone, etc.
Contacts should be simple article that has fields such as a wysiwyg editor, a few images, and so on. Then I would like to be able to select one agent from the agents content type and embbed it into the contacts article.
I have currently a working solution that uses a group field. However that way in the admin form the fields of the agent content type get directly embedded into the contacts content type. I do not want that. Instead I want to be able to reference an agent from the contact page and edit him as a separate object. But I still want to have control over how I render the fields of the agant when I am in the content construction view of the contacts content type.
Is that possible?
Thank you.