Back to Quiz and polls Support

exodon39740
exodon39740

Hi i´m trying to add more then one poll or quiz in the same page but I´m not able to get any output.

My code is this :

[poll homeA]
poll-reference = "poll-home-1"

[poll homeB]
poll-reference = "poll-home-2"
==
<div class="block-poll">
    <h3 class="title">Tell us your opnion</h3>
    <div class="columns">
        <div class="column">
            {% component 'pollhomeA' %}
        </div>
        <div class="column">
            {% component 'pollhomeB' %}
        </div>
    </div>
</div>

Last updated

exodon39740
exodon39740

solved.... we just need to add the alias so something like this :

{% component 'homeA' %}

1-2 of 2