Newsletter Split

newsletter_split renders a clean email capture section with optional inline success behavior.

When to Use

Use it for newsletters, early access lists, product update subscriptions, or campaign-specific lead capture.

Usage

{{ newsletter_split(title="Stay updated", button_text="Join") }}

Live Example

Updates

Stay close to the release

Collect subscribers without adding backend-specific assumptions to the theme.

No spam. Use a real form action for production submissions.

You are on the list.

Parameters

ParameterDescription
containerInner content width.
eyebrowSmall uppercase label above the heading.
titleSection heading.
descriptionSupporting copy.
form_actionOptional form action URL.
methodForm method. Defaults to post.
email_placeholderInput placeholder.
button_textSubmit button label.
noteSmall note below the form.
success_messageInline success message when no action exists.
bgFull-width section background token.
classAdditional CSS classes on the outer section.