---
title: "Create an FAQ form"
canonical: "https://support.appfire.com/space/SCAFS/477598824/Create%20an%20FAQ%20form"
format: markdown
---
> Macro (aura-html)

Let’s create a simple FAQ form.

## Ingredients

| **Apps** | Scaffolding |
| --- | --- |
| **Macros** | Repeating Data, Text Data |

## Guide

1. Insert a [Repeating Data](https://appfire.atlassian.net/wiki/spaces/SCAFS/pages/477600134) macro.
2. Name the macro `FAQ`.
3. Within that [Repeating Data](https://appfire.atlassian.net/wiki/spaces/SCAFS/pages/477600134) macro, create a table as below:
4. Insert [Text-data](https://appfire.atlassian.net/wiki/spaces/SCAFS/pages/477600110) macros into each of the empty cells of the table.
5. Set the **Field Name** parameter and the **Type **parameters of each Text Data macro.
  1. Set the first macro with the name `question` and type **line** (single line of text entry).
  2. Set the second macro with the name `answers` and type **area **(longer text entry).
6. **Save **the page.

On the saved page, you can now add FAQs using this form:

1. Click **Edit Content.**
2. Add content for the first FAQ.
3. Click the **Plus **(**+**) button to create another FAQ.

## Notes

Unlike Table Data, each section can consist of several lines.

> ✅ Use unique macro names to avoid conflicts.

## Result

### Frequently Asked Questions

| Question | How long is the product warranty on Acme Gadget? |
| --- | --- |
| Answer | Our standard warranty is one year. However, you will get an additional year’s warranty if you register your device. |

| Question | What is covered in the Acme warranty? |
| --- | --- |
| Answer | The Acme warranty covers factory defects, which include faulty display, charging, and battery issues. The warranty does not cover wear and tear and accidental damage caused by the user. |

| Question | My Acme Gadget is not responding. What can I do? |
| --- | --- |
| Answer | If your Acme Gadget freezes or becomes unresponsive, you may need to do a hard reset. Press and hold the power button for 30 seconds. When you release the power button, the device should be reset and function as before. |