templates and polls
  • How do i link the polls within the template? I have made two polls and linked them on an article.

    Then i'm modifying the article template to show the poll, but i feel i'm missing something, and even if i'm reading the manual, i can't make it working...

    I'm at this point:

    {{ list_polls }}
    {{ $campsite->poll->title }} Question: {{ $campsite->poll->question }}

    {{ list_pollanswers }}
    {{ $campsite->pollanswer->answer }}
    {{ /list_pollanswers }}
    {{ /list_polls }}

    I'm able to see the polls title and question, but i can't find a way to show the answers and make them working to be chosen.