For the complete documentation index, see llms.txt. This page is also available as Markdown.

G2PIntakeFormUITabSections

g2p_intake_form_ui_tab_sections - UI Tab Configuration (Sections) for Intake forms

Junction table associating G2PRegisterSection definitions with G2PIntakeFormUITab definitions. Defines which sections appear on each intake form tab and in what order.


Attributes

Attribute
Description

tab_section_id

Primary key.

tab_id

Intake form tab. References g2p_intake_form_ui_tabs.tab_id.

section_id

Register section. References g2p_register_sections.section_id.

section_order

Order within the tab. Lower values appear first.


Relationship model

Intake forms reuse section definitions from register metadata. Submitting the form creates change requests against the referenced sections.

Last updated

Was this helpful?