1 of 3
{{ form.firstSection.title }}
{% if global.survey_version_options.selected == 'recode-fnPl01' %}
{% 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 skip--box',
hasIcon = 'false',
hideCta = 'false',
bgColor = ''
)
}}
{% endif %}
2 of 3
{{ form.secondSection.title }}
{% if global.survey_version_options.selected == 'recode-fnPl01' %}
{% 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 skip--box',
hasIcon = 'false',
hideCta = 'false',
bgColor = ''
)
}}
{% endif %}
3 of 3
{{ form.thirdSection.title }} {{ form.thirdSection.productName }}?
{% if global.survey_version_options.selected != 'recode-fnPl01' %}
{% 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
)
}}
{% else %}
{% 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 = 'flase',
bgColor = form.cta.ctaBg_options.selected
)
}}
{% endif %}
{% if global.survey_version_options.selected == 'recode-fnPl01' %}
{% 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 skip--box',
hasIcon = 'false',
hideCta = 'false',
bgColor = ''
)
}}
{% endif %}