# Pardot form

External component: embeds a Pardot (Salesforce Marketing Cloud) form by URL.

## Fields & Schema

| Field | Type | Required | Notes |
|-------|------|----------|-------|
| `externalComponentType` | Symbol | Yes | Must be `"Pardot form"` |
| `data.url` | string (in Object field) | Yes | The Pardot form embed URL. Returns `null` if absent. |

## Usage

```bash
# Add the component
cms-edit add "Pardot form" --content-type externalComponent --target content

# Set the Pardot form URL
cms-edit set @ref data --json '{"url":"https://go.pardot.com/l/..."}'

cms-edit save
```
