You are viewing beta documentation for Formie 4.x. View the latest stable 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

AttributeDescription
idID of the row.

Methods

MethodDescription
getFields()Returns an array of Field objects for this row.
Last updated: June 26, 2026, 10:38:31 PM