{% if form.has_background_image and form.has_background_image == 'true' %} {% endif %}
{% if form.title and form.title != '' %}

{{form.title}}

{% endif %} {% if global.survey_version_options.selected == 'redesign' %} {% endif %} {% if global.survey_version_options.selected == 'staggered' %}
1 of {% if form.thirdSection.showQuestion == "true" %} 3 {% else %} 2 {% endif %}
{% endif %}
{% if global.survey_version_options.selected == 'recode' %}
1 of 3
{% endif %}

{{ form.firstSection.title }}

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

{{global.disclaimer}}

{% endif %} {% if form.sticky_cta_and_skip == 'false' %} {% if form.firstSection.allowMultiSelection == "true" and global.proceedBtn != '' %} {% from "../_CTABtn/_CTABtn.html" import CTA %} {{ CTA ( wrapCTA = false, ctaID = "proceedStep", ctaHref = '', ctaTarget = "", dataParam = 'false', ctaParam = 'false', ctaText = global.proceedBtn, ctaClass = 'nextStep', hasIcon = 'false', hideCta = 'true', bgColor = form.cta.ctaBg_options.selected ) }} {% endif %} {% endif %}
{% if global.survey_version_options.selected == 'recode' %}
2 of 3
{% endif %}

{{ form.secondSection.title }}

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

{{global.disclaimer}}

{% endif %} {% if form.sticky_cta_and_skip == 'false' %} {% if form.thirdSection.showQuestion == "true" and form.secondSection.allowMultiSelection == "true" and global.proceedBtn != '' %} {% from "../_CTABtn/_CTABtn.html" import CTA %} {{ CTA ( wrapCTA = false, ctaID = "proceedStep", ctaHref = '', ctaTarget = "", dataParam = 'false', ctaParam = 'false', ctaText = global.proceedBtn, ctaClass = 'nextStep', hasIcon = 'false', hideCta = 'true', bgColor = form.cta.ctaBg_options.selected ) }} {% endif %} {% if form.thirdSection.showQuestion != "true" %} {% from "../_CTABtn/_CTABtn.html" import CTA %} {{ CTA ( wrapCTA = false, ctaID = "nextStep", ctaHref = global.mainBtn_link, ctaTarget = "_self", dataParam = 'true', ctaParam = 'true', ctaText = global.mainBtn, ctaClass = 'nextStep', hasIcon = 'false', hideCta = 'false', bgColor = form.cta.ctaBg_options.selected ) }} {% endif %} {% endif %}
{% if form.thirdSection.showQuestion == "true" %}
{% if global.survey_version_options.selected == 'recode' %}
3 of 3
{% endif %}

{{ form.thirdSection.title }} {{ form.thirdSection.productName }}

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

{{global.disclaimer}}

{% endif %} {% if form.sticky_cta_and_skip == 'false' %} {% from "../_CTABtn/_CTABtn.html" import CTA %} {{ CTA ( wrapCTA = false, ctaID = "nextStep", ctaHref = global.mainBtn_link, ctaTarget = "_self", dataParam = 'true', ctaParam = 'true', ctaText = global.mainBtn, ctaClass = 'nextStep', hasIcon = 'false', hideCta = 'false', bgColor = form.cta.ctaBg_options.selected ) }} {% endif %}
{% endif %}