Edali – Theme Documentation

How will work FAQ widget?

How will work FAQ widget?

Add Edali FAQ widget from Elementor search bar and add your content

Faq Items field is HTML format. You have to add your content with some HTML tags.

EX:-

<li class="accordion-item">
    <a class="accordion-title active" href="javascript:void(0)">
        <i class='bx bx-chevron-down'></i>
        How can I contact a school directly?
    </a>

    <div class="accordion-content show">
        <p>You can contact a school by filling out a <a href="#">“Contact Us”</a> form. This form can be found to the right of both the institute and education program profiles and also at the bottom of these profiles.</p>
    </div>
</li>

<li class="accordion-item">
    <a class="accordion-title" href="javascript:void(0)">
        <i class='bx bx-chevron-down'></i>
        Where should I study abroad?
    </a>

    <div class="accordion-content">
        <p>Only you can answer this question. However, we have some excellent resources to help you make the best decision. Take our "Where Should I Study Abroad?" quiz or read our country guides for an in-depth look at studying in specific countries.</p>
    </div>
</li>

<li class="accordion-item">
    <a class="accordion-title" href="javascript:void(0)">
        <i class='bx bx-chevron-down'></i>
        How do I find a study abroad program on widecademy.com?
    </a>

    <div class="accordion-content">
        <p>You can find programs through our Find Education search tool. You can select the category you’d like to study, such as hospitality or business; the place where you’d like to study, whether a certain country or city; and/or the type of program, such as Bachelor or Master.</p>
    </div>
</li>

<li class="accordion-item">
    <a class="accordion-title" href="javascript:void(0)">
        <i class='bx bx-chevron-down'></i>
        How do I find a school where I want to study?
    </a>

    <div class="accordion-content">
        <p>Locating schools to study is exactly the same as finding an education program (see above question). Once the search results appear, click on the "Institutes" tab to view the institutes, or use our Find Schools search tool.</p>
    </div>
</li>

<li class="accordion-item">
    <a class="accordion-title" href="javascript:void(0)">
        <i class='bx bx-chevron-down'></i>
        Am I eligible for admission?
    </a>

    <div class="accordion-content">
        <p>Every school and program has different admission requirements for accepting students. These requirements can often be found on the program profiles. If you’d like more information or if the information is missing, submit a “Request Information” form to contact the institute directly.</p>
    </div>
</li>