Section & Variations › FAQ
Available Parameters
| Parameter | Type | Description |
|---|---|---|
variation
|
Text
required Default : faq-variation-1
|
Set variation for FAQ section. List of available variations :
|
idPrefix
|
Unique Text
required |
Set unique idPrefix for FAQ section. |
title
|
Text | Set title for FAQ section. |
description
|
Text | Set description for FAQ section |
items
|
Array of FAQ Item
required |
Set list of FAQ item. Example: [
|
Available Variations
Starter Kit Codes
{# include sections/faq #}
{% include "sections/faq.twig", with {
"variation" : "faq-variation-1",
"idPrefix" : "homepage-1-faq-1",
"title" : "Frequently asked questions",
"description" : "We\"ve answered the most frequent of those frequent questions below.",
"items" : [
{
"question" : "Who is communications Whimsy for?",
"answer" : "Whether you\"re a small startup or an enterprise-level organization, our SaaS platform is designed to scale alongside your business needs. Our robust infrastructure ensures high availability and performance, so you can focus on growth without worrying about technical limitations.",
},
{
"question" : "What is the uptime guarantee?",
"answer" : "Whether you\"re a small startup or an enterprise-level organization, our SaaS platform is designed to scale alongside your business needs. Our robust infrastructure ensures high availability and performance, so you can focus on growth without worrying about technical limitations.",
},
{
"question" : "How do I get started with communications?",
"answer" : "Whether you\"re a small startup or an enterprise-level organization, our SaaS platform is designed to scale alongside your business needs. Our robust infrastructure ensures high availability and performance, so you can focus on growth without worrying about technical limitations.",
},
{
"question" : "How does Whimsy compare to the competition?",
"answer" : "Whether you\"re a small startup or an enterprise-level organization, our SaaS platform is designed to scale alongside your business needs. Our robust infrastructure ensures high availability and performance, so you can focus on growth without worrying about technical limitations.",
},
]
} %}
Section Preview
Starter Kit Codes
{# include sections/faq #}
{% include "sections/faq.twig", with {
"variation" : "faq-variation-2",
"idPrefix" : "homepage-2-faq-1",
"title" : "Frequently asked questions",
"description" : "We\"ve answered the most frequent of those frequent questions below.",
"items" : [
{
"question" : "Who is communications Whimsy for?",
"answer" : "Whether you\"re a small startup or an enterprise-level organization, our SaaS platform is designed to scale alongside your business needs. Our robust infrastructure ensures high availability and performance, so you can focus on growth without worrying about technical limitations.",
},
{
"question" : "What is the uptime guarantee?",
"answer" : "Whether you\"re a small startup or an enterprise-level organization, our SaaS platform is designed to scale alongside your business needs. Our robust infrastructure ensures high availability and performance, so you can focus on growth without worrying about technical limitations.",
},
{
"question" : "How do I get started with communications?",
"answer" : "Whether you\"re a small startup or an enterprise-level organization, our SaaS platform is designed to scale alongside your business needs. Our robust infrastructure ensures high availability and performance, so you can focus on growth without worrying about technical limitations.",
},
{
"question" : "How does Whimsy compare to the competition?",
"answer" : "Whether you\"re a small startup or an enterprise-level organization, our SaaS platform is designed to scale alongside your business needs. Our robust infrastructure ensures high availability and performance, so you can focus on growth without worrying about technical limitations.",
},
]
} %}
Section Preview
Starter Kit Codes
{# include sections/faq #}
{% include "sections/faq.twig", with {
"variation" : "faq-variation-3",
"idPrefix" : "homepage-4-faq-1",
"title" : "Frequently asked questions",
"items" : [
{
"question" : "Who is communications Whimsy for?",
"answer" : "Whether you\"re a small startup or an enterprise-level organization, our SaaS platform is designed to scale alongside your business needs. Our robust infrastructure ensures high availability and performance, so you can focus on growth without worrying about technical limitations.",
},
{
"question" : "What is the uptime guarantee?",
"answer" : "Whether you\"re a small startup or an enterprise-level organization, our SaaS platform is designed to scale alongside your business needs. Our robust infrastructure ensures high availability and performance, so you can focus on growth without worrying about technical limitations.",
},
{
"question" : "How do I get started with communications?",
"answer" : "Whether you\"re a small startup or an enterprise-level organization, our SaaS platform is designed to scale alongside your business needs. Our robust infrastructure ensures high availability and performance, so you can focus on growth without worrying about technical limitations.",
},
{
"question" : "How can I add more emails to my account?",
"answer" : "Whether you\"re a small startup or an enterprise-level organization, our SaaS platform is designed to scale alongside your business needs. Our robust infrastructure ensures high availability and performance, so you can focus on growth without worrying about technical limitations.",
},
{
"question" : "How does Whimsy compare to the competition?",
"answer" : "Whether you\"re a small startup or an enterprise-level organization, our SaaS platform is designed to scale alongside your business needs. Our robust infrastructure ensures high availability and performance, so you can focus on growth without worrying about technical limitations.",
},
{
"question" : "How do I get started with communications?",
"answer" : "Whether you\"re a small startup or an enterprise-level organization, our SaaS platform is designed to scale alongside your business needs. Our robust infrastructure ensures high availability and performance, so you can focus on growth without worrying about technical limitations.",
},
]
} %}
Section Preview