> ## Documentation Index
> Fetch the complete documentation index at: https://filla.io/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# Comments feed

> Display Airtable record comments on your form for collaboration and review workflows.

The comments feed widget shows a threaded list of comments from the Airtable record on your form. This is useful for edit-mode and portal forms where team members need to discuss a record while reviewing or updating it.

## When to use the comments feed

* Approval workflows where reviewers leave notes on a submission
* Internal portal forms where team members discuss a record
* Client-facing forms where back-and-forth communication is needed on a record
* Any edit-mode form where context from previous discussions matters

## Settings

| Setting             | Type           | Description                                                  |
| ------------------- | -------------- | ------------------------------------------------------------ |
| **Max items**       | Number         | Maximum number of comments to display. Default: 10           |
| **Order**           | Select         | **Newest first** or **Oldest first**                         |
| **Show/hide rules** | Filter builder | Only show this comments feed when certain conditions are met |

<Info>
  Comments are pulled from the Airtable record's comment thread. This widget only works when the form is in [edit mode](/docs/edit-mode/how-edit-mode-works) with a specific record loaded.
</Info>

## How it works

<Steps>
  <Step title="Add the comments feed widget">
    Drag the Comments feed widget from the palette onto your form page.
  </Step>

  <Step title="Configure display settings">
    Set the maximum number of comments to show and the sort order.
  </Step>

  <Step title="Respondent sees comments">
    When a respondent opens the form with a record ID, the widget loads and displays comments from that record's Airtable comment thread.
  </Step>
</Steps>
