> For the complete documentation index, see [llms.txt](https://help.brickspacelab.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.brickspacelab.com/paper/sections/forms/email-sign-up.md).

# Email sign-up

### Section overview

The newsletter section allows merchants to add an email signup form to their store to collect customer emails for marketing campaigns and newsletters.

#### Common use cases

* Collecting customer emails for marketing newsletters
* Building a customer contact list for promotional announcements
* Offering incentives or exclusive content for subscribers
* Including newsletter signup alongside promotional imagery

#### Usage tips

* Keep the content concise and explain the value proposition for subscribing
* Consider offering an incentive for signing up (discount, exclusive content, etc.)
* Place this section in strategic locations like the footer or after engaging content
* Ensure the mobile layout is optimized as the form and image stack vertically on smaller screens

### Section settings

| Setting         | Description                                                                       |
| --------------- | --------------------------------------------------------------------------------- |
| Spacing top     | Controls the top padding of the section (0-300px)                                 |
| Spacing bottom  | Controls the bottom padding of the section (0-300px)                              |
| Color scheme    | Sets the background and text color scheme for the section                         |
| Border color    | Determines the color of any borders in the section                                |
| Button color    | Sets the color scheme for the subscribe button                                    |
| Border position | Controls where borders appear (none, top, bottom, or both)                        |
| X alignment     | Sets the horizontal alignment of section content (left, center, right)            |
| Visibility      | Controls whether the section appears on all devices, mobile only, or desktop only |

### Block settings

#### Newsletter

A customizable email signup form for collecting customer email addresses.

| Setting         | Description                                                                 |
| --------------- | --------------------------------------------------------------------------- |
| Heading         | The title text displayed above the signup form                              |
| Content         | Descriptive text that appears below the heading to encourage signups        |
| Button label    | Text that appears on the signup button                                      |
| Disclaimer      | Optional text displayed below the form (e.g., privacy policy information)   |
| Success message | Text shown after a successful email submission                              |
| Width desktop   | Controls how much horizontal space the form takes on desktop (1-12 columns) |
| Width mobile    | Controls how much horizontal space the form takes on mobile (1-12 columns)  |
| X alignment     | Sets the horizontal alignment of form content (left, center, right)         |

#### Image

An optional image to display alongside the newsletter signup form.

| Setting       | Description                                                                  |
| ------------- | ---------------------------------------------------------------------------- |
| Image         | The selected image to display in this block                                  |
| Width desktop | Controls how much horizontal space the image takes on desktop (1-12 columns) |
| Width mobile  | Controls how much horizontal space the image takes on mobile (1-12 columns)  |


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://help.brickspacelab.com/paper/sections/forms/email-sign-up.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
