Connect two fields from a pod to one field of another
-
Let’s say I have a pod called Project. A project can have one or two authors, these are at the moment assigned to the fields Author 1 (required) and Author 2 (Optonal). For each author there needs to be 1 corresponding opponent, so 2 authors requires 2 opponents, while 1 author only requires 1 opponent. These are assigned to the fields Opponent 1 and Opponent 2. The name of the Project is the post title.
I now have another pod called Presentation. Presentations requires a date, a project name and a place. It can also have 0 to 1 presentators assigned to it and 0 to 1 opponents assigned as well.
What I now want to achieve is that want to connect a Project to a Presentation. Let’s say that I choose the project name for the Presentation through a relationship field, related to the post_title of my Projects. Would it be possible to then autopopulate the Presentator field with Author 1 and Author 2 and similarily autopopulate the Opponent field of the Presentation to be autopopulated with Opponent 1 and Opponent 2 from Projects?
- The topic ‘Connect two fields from a pod to one field of another’ is closed to new replies.