I'm working on adding polls to a very large web site project, and one of the requirements is to be able to embed a poll (decision in this case), into a node of another content type. In looking at the code, it appears that decisions_view is the function to do this. Can someone verify this, or if that's not it, tell me the best way to display results in another node?
Thanks.
Comments
Comment #1
anarcat commentedYes, decisions_view is what you need. I think you can see how it works in the preview and in the block display.
Comment #2
ekkljs commentedHello,
Can somebody tell me how to embed polls inside other content types?