# CarePartner form

External component that embeds the CarePartner lead/interest form experience used on partner-facing pages.

## Fields & Schema

| Field | Type | Required | Notes |
|-------|------|----------|-------|
| `cmsLabel` | Symbol | Yes | Internal label. |
| `externalComponentType` | Symbol | Yes | Must be `CarePartner form`. |
| `heading` / `preHeading` / `postHeading` | Symbol | No | Optional section messaging. |
| `copy` / `additionalCopy` / `extraCopy` | RichText | No | Supporting copy. |
| `anchor` | Symbol | No | In-page jump target. |
| `backgroundColour` / `textColour` | Symbol | No | Section palette colours. |
| `data` | Object | No | Form-specific payload if the renderer reads overrides; core form supplies defaults. |
| `html` | Text | No | Not the primary configuration path. |

## Usage

```
cms-edit add "CarePartner form" --content-type externalComponent --target content
```

Use on CarePartner / district partner pages. Keep surrounding copy focused on partner benefits; avoid stacking multiple heavy forms on one viewport.
