Remote-first
Replies within one business day
contact_split creates a conversion-ready contact block with structured details and an accessible form.
Use it near the end of sales pages, service pages, partner pages, or high-intent lead flows.
{{ contact_split(title="Talk to us", email="[email protected]") }}Contact
Use a form action in production, or rely on the inline success state for static demos.
| 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. |