{% if form.mainTitle and form.mainTitle != '' %}

{{form.mainTitle}}

{% endif %}
1 of 3

{{form.firstSection.title}} {% if form.firstSection.subtitle and form.firstSection.subtitle != '' %} {{form.firstSection.subtitle}} {% endif %}

    {% for item in form.firstSection.firstSectionItems %}
  • {{item.label}}
  • {% endfor %}
{% if form.firstSection.showDisclaimer == "true" %}

{{global.disclaimer}}

{% endif %}
2 of 3

{{form.secondSection.title}} {% if form.secondSection.subtitle and form.secondSection.subtitle != '' %} {{form.secondSection.subtitle}} {% endif %}

    {% for item in form.secondSection.secondSectionItems %}
  • {{item.label}}
  • {% endfor %}
{% if form.secondSection.showDisclaimer == "true" %}

{{global.disclaimer}}

{% endif %} {% if form.thirdSection.showQuestion != "true" and form.sticky_cta_and_skip == 'false' %} {{global.mainBtn}} {% endif %}
{% if form.thirdSection.showQuestion == "true" %}
3 of 3

{{form.thirdSection.title}} {% if form.thirdSection.subtitle and form.thirdSection.subtitle != '' %} {{form.thirdSection.subtitle}} {% endif %}

    {% for item in form.thirdSection.thirdSectionItems %}
  • {{item.label}}
  • {% endfor %}
{% if form.thirdSection.showDisclaimer == "true" %}

{{global.disclaimer}}

{% endif %} {% if form.sticky_cta_and_skip == 'false' %} {{global.mainBtn}} {% endif %}
{% endif %}
{% if form.sticky_cta_and_skip == 'false' %} {% endif %}