# Contact Split

> Render contact details beside a minimal form card.

Canonical HTML: https://press.varavel.com/docs/shortcodes/contact-split/
Markdown: https://press.varavel.com/docs/shortcodes/contact-split/index.md

`contact_split` creates a conversion-ready contact block with structured details and an accessible form.

## When to Use

Use it near the end of sales pages, service pages, partner pages, or high-intent lead flows.

## Usage

```markdown
{{/* contact_split(title="Talk to us", email="hello@example.com") */}}
```

## Live Example

{{ contact_split(
container="md",
eyebrow="Contact",
title="Talk to the team",
description="Use a form action in production, or rely on the inline success state for static demos.",
email="hello@example.com",
location="Remote-first",
response_time="Replies within one business day"
) }}

## Parameters

| Parameter         | Description                                   |
| ----------------- | --------------------------------------------- |
| `container`       | Inner content width.                          |
| `eyebrow`         | Small uppercase label above the heading.      |
| `title`           | Section heading.                              |
| `description`     | Supporting copy.                              |
| `email`           | Optional contact email.                       |
| `location`        | Optional location text.                       |
| `response_time`   | Optional response-time text.                  |
| `form_action`     | Optional form action URL.                     |
| `method`          | Form method. Defaults to `post`.              |
| `button_text`     | Submit button label.                          |
| `success_message` | Inline success message when no action exists. |
| `bg`              | Full-width section background token.          |
| `class`           | Additional CSS classes on the outer section.  |
