> For the complete documentation index, see [llms.txt](https://comunity.gitbook.io/learning.comunityplatform/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://comunity.gitbook.io/learning.comunityplatform/26.x/toolkit-guides/screens/building-screens/form/lists-in-form-pages.md).

# Lists in Form pages

Upon selecting a List within a **Form** page, you will be presented with its supported screen controls in the Screen Controls panel, along with its Properties. Notably, a List in a **Form** page does not possess configurable properties; it is equipped solely with a single property—**Name**—which displays its system-generated identification.

<figure><img src="/files/lUiIrsPsg7tijnjYnMxC" alt="" width="237"><figcaption><p>Properties of List</p></figcaption></figure>

When adding a List to a **Form** page, you will be presented with the **List Type's** options. By default, **List** is selected, but you can choose from several other layout types:

<figure><img src="/files/oZGlVqKbiwRsNrNiNmRi" alt="" width="375"><figcaption><p>List Types</p></figcaption></figure>

* **List**: Displays items as a standard list.
* **Grid**: Shows items in a grid format.
* **Map**: Displays items as markers in a map view (each item must have a Latitude and Longitude value).
* **Tab**: Presents the items as tabs at the top of the Form.
* **Pie**: Visualises items as a pie chart (requires item value to be a JSON document).
* **Bar**: Visualises items as a bar chart (requires item value to be a JSON document).

In addition to **List Types**, you can define **List Items**, which determine the content displayed within the List:

<figure><img src="/files/mtzGFcbgXAs4Msc2Nbhd" alt="" width="375"><figcaption><p>List Types</p></figcaption></figure>

* **Entity Items**: Adds multiple list items created from the records contained in a database entity.
* **Single Item**: Adds a single list item that can be templated with data values from the parent page's context.
* **Static Item**: Adds a single static list item.

These supported screen controls and their corresponding properties are instrumental in implementing  [Static Lists](/learning.comunityplatform/26.x/toolkit-guides/screens/building-screens/form/lists-in-form-pages/static-lists.md) and [Rendering Data from Entity Associations](/learning.comunityplatform/26.x/toolkit-guides/screens/building-screens/form/lists-in-form-pages/rendering-data-from-entity-associations-in-form-pages.md), providing flexibility in how data is presented within your Form page.
