# XWUISuperForms

Form-builder app around XWUIFormEditorMaster: logic and branching, publish as link or embed, submissions inbox, webhooks, and response analytics. Absorbs NPS/CSAT programs from the dropped SuperSurveys slot.

Forms has 99 BASIC but 0 SUPER; Formbricks/Typeform prove forms-as-a-product demand and the designer already exists. This SuperApp is the product shell, not a second designer.

The constructor is `new XWUISuperForms(container, data, config)`. Navigation is the inherited SuperApp shell (`menuTree()` / `pages()` / `XWUISuperApp.merge()`). Every leaf composes an existing XWUI widget — a Super module that reimplements a grid or editor internally is a defect.

This shell does not call a model. Destructive actions still go through the composed widget provider (`execute`) rather than a silent adapter write.

## Basic Usage

```example
file: examples/BasicUsage.ts
html: examples/BasicUsage.html
title: Basic Usage
description: Standalone Forms shell on the KPI dashboard.
```

## Arabic (RTL)

```example
file: examples/RtlArabic.ts
html: examples/RtlArabic.html
title: Arabic (RTL)
description: Deep-link under locale ar.
```

## Showcase

```example
file: examples/Showcase.ts
html: examples/Showcase.html
title: Showcase
description: Dashboard, collapsed deep-link, and RTL.
```

## Host extra page

```example
file: examples/WithExtraPage.ts
html: examples/WithExtraPage.html
title: Host extra page
description: extraTree / extraPages host leaf.
```

## Merged shell

```example
file: examples/MergedShell.ts
html: examples/MergedShell.html
title: Merged shell
description: XWUISuperApp.merge with XWUISuperHelpdesk.
```

```api
```
