How to create a section by using a FAQ app

I am trying to add FAQ section to my top page, but not sure how to reflect output.

What I have done already is installing the app called “EASY FAQ BY NDNAPPS.COM” and adding a FAQ section to customizer.

All I need to figure out is here below.

{{ section.settings.faq }}

{% schema %}
{
“name”: “FAQ”,
“settings”: [
{
“type”: “page”,
“id”: “faq”,
“label”: “FAQ”
}
],
“presets”: [
{
“category”: “Page”,
“name”: “FAQ”
}
]
}
{% endschema %}

I saw this direction on their app page.

Show the FAQs into another page, please go to theOnline Store > Pages: edit/create your page and insert this embedded code into the Content field.[ndnapps-easyfaqs]I am assuming this easyfaq code should use in section code.

Does anyone know how should I figure this out?

Hey,

Not sure how that app works but you can try a free FAQ section I’ve written. Please see https://sections.design/blogs/shopify/faq-rich-snippets-section. The code is at: https://github.com/mirceapiturca/Sections/tree/master/FAQ

Hope it helps

2 Likes

“type”: “page”,
“id”: “faq”,
“label”: “FAQ”

Try “type”: “textarea” instead of “type”: “page” then paste the script from the app to that section and check. The app said that you should put script in a static web page. Not “type”: “page”

1 Like

Your code was super helpful! It solved my issue literally in a second. Thank you so much!!!

3 Likes