I know this is basic for many of you but I am not a programmer and am doing pretty well with EE until I hit a wall…
In a template called “event” I call a weblog (events) for courses offered- course name, time . . . including a custom field called {eventteacher} which is a dropdown list which gets its values from a field {teachername} from a second weblog {teachers}. For the teacher name selected I want to display another field {teacherbio} from the teachers weblog
So for every event I want the page to display info from the events weblog and as well a field from the teachers weblog based on which teacher is selected.
Pointers, help would be greatly appreciated
-Stuart