You are viewing an older version of the Formie documentation (1.x).
View the latest version (3.x) →
Developers
Row
A Row object acts as a wrapper around several fields, and is primarily used for layout. Whenever you're dealing with a row in your template, you're actually working with a Row object.
Attributes
| Attribute | Description |
|---|---|
id | ID of the row. |
Methods
| Method | Description |
|---|---|
getFields() | Returns an array of Field objects for this row. |
Last updated: May 2, 2026, 3:17:54 PM