Here’s a question. I’m defining a section on my site which is a cookbook. The theme of the book will change from time to time. I have a bunch of recipes which are a custom content type with method and ingredients fields. I’ve also defined a cookbook content type with introductory text, a welcome picture, titles, etc.
In the cookbook content type I have a featured recipes checkbox list which is populated from one of the recipes fields, the idea being that you can choose a bunch of recipes to feature on this page just by selecting from the checkbox list. I’d really like this to populate from the title or url attribute of the recipes content type but can only pull from the custom fields I’ve defined in the recipes type (i.e. ingredients, method, etc).
Does anyone have a solution for this?
I’m using EE2.