Section & Variations › FAQ
Available Parameters
| Parameter | Type | Description |
|---|---|---|
variation
|
Text
required |
Set variation for FAQ section.
|
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 "../resources/sections/faq.twig", with {
'variation' : 'faq-variation-1',
'idPrefix' : 'homepage-1-faq-1',
'title' : 'Frequently asked questions',
'items' : [
{
'question' : 'How do I book a trip with Vendora Adventures?',
'answer' : 'Packing recommendations vary by destination. After booking, you'll receive a detailed packing list tailored to your specific trip. Generally, we suggest comfortable clothing, necessary medications, and travel essentials like passports and travel adapters.',
},
{
'question' : 'What should I pack for my trip?',
'answer' : 'Packing recommendations vary by destination. After booking, you'll receive a detailed packing list tailored to your specific trip. Generally, we suggest comfortable clothing, necessary medications, and travel essentials like passports and travel adapters.',
},
{
'question' : 'How do I know if I need a visa for my destination?',
'answer' : 'Packing recommendations vary by destination. After booking, you'll receive a detailed packing list tailored to your specific trip. Generally, we suggest comfortable clothing, necessary medications, and travel essentials like passports and travel adapters.',
},
{
'question' : 'What forms of payment do you accept?',
'answer' : 'Packing recommendations vary by destination. After booking, you'll receive a detailed packing list tailored to your specific trip. Generally, we suggest comfortable clothing, necessary medications, and travel essentials like passports and travel adapters.',
},
{
'question' : 'What if I have dietary restrictions or special needs?',
'answer' : 'Packing recommendations vary by destination. After booking, you'll receive a detailed packing list tailored to your specific trip. Generally, we suggest comfortable clothing, necessary medications, and travel essentials like passports and travel adapters.',
},
]
} %}