Forms

Tibi forms are split between editor-managed Gravity Forms and custom React flows for service-specific API submissions.

Last modified: July 10, 2026

link Form Types

Need Implementation Owner
Flexible editor-managed form Gravity Forms Editors configure fields; developers maintain retention/upload behavior.
Borrower signup tibi/form-signup Developers maintain fields/API; editors maintain thank-you text.
Loan-right confirmation tibi/form-confirm Developers maintain fields/API/uploads; editors maintain thank-you text.
Brochure ordering tibi/brochures and tibi/brochure Editors maintain items; developers maintain REST/email behavior.

link Source Map

Area Source
Gravity Forms behavior packages/wordpress/plugins/tibi-core/inc/gravityforms.php
Asset loading packages/wordpress/themes/tibi/inc/assets.php
Signup React app packages/wordpress/themes/tibi/src/signup.tsx
Confirmation React app packages/wordpress/themes/tibi/src/confirm.tsx
Brochures React app packages/wordpress/themes/tibi/src/brochures.tsx
Brochure REST endpoint packages/wordpress/themes/tibi/inc/rest.php

link Integration Points

link QA