{% if form.backgroundImage.has_background_image and form.backgroundImage.has_background_image == 'true' %} {% endif %} {% if global.survey_version_options.selected == 'redesign' %} {% endif %} 1 of 3 {{ form.firstSection.title }} {% for items in form.firstSection.firstSectionItems %} {% if form.showItemsIcon and form.firstSection.showItemsIcon == 'true' %} {% endif %} {% if form.showItemsIllustration and form.showItemsIllustration == 'true' %} {% endif %} {{ items.value }} {% if form.showItemsIllustration and form.showItemsIllustration == 'true' %} {% endif %} {% endfor %} 2 of 3 {{ form.secondSection.title }} {% for items in form.secondSection.secondSectionItems %} {% if form.showItemsIllustration and form.showItemsIllustration == 'true' %} {% endif %} {{ items.value }} {% if form.showItemsIllustration and form.showItemsIllustration == 'true' %} {% endif %} {% endfor %} 3 of 3 {{ form.thirdSection.title }} {{ form.thirdSection.productName }}? {% if form.thirdSection.subtitle and form.thirdSection.subtitle != '' %} {{form.thirdSection.subtitle}} {% endif %} {% for items in form.thirdSection.thirdSectionItems %} {% if form.showItemsIllustration and form.showItemsIllustration == 'true' %} {% endif %} {{ items.value }} {% if form.showItemsIllustration and form.showItemsIllustration == 'true' %} {% endif %} {% endfor %} {% from "../_CTABtn/_CTABtn.html" import CTA %} {{ CTA ( wrapCTA = false, ctaID = "", 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, showQueueModal = form.showQueueModal, modalTarget = '#queueModal' ) }} {% if global.survey_version_options.selected == 'recode' or global.survey_version_options.selected == 'slideOnDesktop' %} {% from "../_CTABtn/_CTABtn.html" import CTA %} {{ CTA ( wrapCTA = false, ctaID = "", ctaHref = global.mainBtn_link, ctaTarget = "_self", dataParam = 'true', ctaParam = 'true', ctaText = form.skip, ctaClass = 'skip', hasIcon = 'false', hideCta = 'false', bgColor = '', showQueueModal = form.showQueueModal, modalTarget = '#queueModal' ) }} {% endif %} {% if global.survey_version_options.selected == 'redesign' %} {% from "../_CTABtn/_CTABtn.html" import CTA %} {{ CTA ( wrapCTA = false, ctaID = "", ctaHref = global.mainBtn_link, ctaTarget = "_self", dataParam = 'true', ctaParam = 'true', ctaText = form.skip, ctaClass = 'skip', hasIcon = 'false', hideCta = 'false', bgColor = '', showQueueModal = form.showQueueModal, modalTarget = '#queueModal' ) }} {% endif %} {% if form.showQueueModal == 'true' %}
Loading page. Please Wait