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: [
|
contact
|
FAQ Contact Object | Set contact details for FAQ section. Example: {
|
Available Variations
Starter Kit Codes
{# include sections/faq #}
{% include "sections/faq.twig", with {
'variation' : 'faq-variation-1',
'idPrefix' : 'homepage-1-faq-1',
'title' : 'FAQ',
'contact' : {
'description' : 'Didn’t find the answer you are looking for?',
'link' : {
'url' : '#',
'text' : 'Contact our support',
}
},
'items' : [
{
'question' : 'Can I customize Vanguard software to meet my business needs?',
'answer' : "If you decide to discontinue using a SaaS application, you can typically terminate your subscription. Depending on the provider's policies, you may be able to export your data or transition it to another system. It's important to review the provider's terms and conditions regarding data retention and exit strategies.",
},
{
'question' : 'What happens to my data if I cancel my subscription',
'answer' : "If you decide to discontinue using a SaaS application, you can typically terminate your subscription. Depending on the provider's policies, you may be able to export your data or transition it to another system. It's important to review the provider's terms and conditions regarding data retention and exit strategies.",
},
{
'question' : 'What are the advantages of using Vanguard?',
'answer' : "If you decide to discontinue using a SaaS application, you can typically terminate your subscription. Depending on the provider's policies, you may be able to export your data or transition it to another system. It's important to review the provider's terms and conditions regarding data retention and exit strategies.",
},
{
'question' : 'How does Vanguard compare to the competition?',
'answer' : "If you decide to discontinue using a SaaS application, you can typically terminate your subscription. Depending on the provider's policies, you may be able to export your data or transition it to another system. It's important to review the provider's terms and conditions regarding data retention and exit strategies.",
},
{
'question' : 'How do I choose the right plan for my business',
'answer' : "If you decide to discontinue using a SaaS application, you can typically terminate your subscription. Depending on the provider's policies, you may be able to export your data or transition it to another system. It's important to review the provider's terms and conditions regarding data retention and exit strategies.",
},
]
} %}
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&aposve answered the most frequent of those frequent questions below.",
'items' : [
{
'question' : 'Who is communications Vanguard 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 Vanguard 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 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' : 'What is Vanguard 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 secure is my data with Vanguard SaaS?',
'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' : 'Who is communications Vanguard 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.",
},
]
} %}
Section Preview