Section & Variations › FAQ

Available Parameters
Parameter Type Description
variation Text
required
Default : faq-variation-1
Set variation for FAQ section.
List of available variations :
  • faq-variation-1
  • faq-variation-2
  • faq-variation-3
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:
[
    {
        "question"    : "vel illum qui dolorem eum?",
        "answer"      : "Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua."
    }
]
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 FAQ Variation 1
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 FAQ Variation 2
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 FAQ Variation 3