Forms

Overview of IremboHub's form system — how forms are structured, how fields work, and where to find component references.

IremboHub forms are built with Angular Formly. Each form is a JSON configuration describing sections, groups, blocks, and fields.

Every field sits inside a block inside a formly-group inside a sections element. There is exactly one sections per form.

Before building any field, read the Form Rules — they cover hierarchy, keys, labels, the required mechanism, expressions, visibility, and validation conventions that apply to every component.

Components

On this page