> For the complete documentation index, see [llms.txt](https://broadcast.presidiocreative.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://broadcast.presidiocreative.com/sections/sections/advanced/custom-section/newsletter.md).

# Newsletter

Includes a signup form to collect customer emails for building your mailing list and driving engagement.

<figure><img src="/files/vnrglbGscSxW90cjuw4j" alt="Design of one image block and one newsletter block side by side"><figcaption></figcaption></figure>

{% hint style="warning" %}
You can only choose two blocks to be shown at a time.
{% endhint %}

<table><thead><tr><th width="212.3333740234375">Settings</th><th width="127.0260009765625" align="center">Type</th><th>Description</th></tr></thead><tbody><tr><td><strong>Typography</strong></td><td align="center"></td><td></td></tr><tr><td>Subheading</td><td align="center"><code>text</code></td><td>Text displayed above the heading.</td></tr><tr><td>Heading</td><td align="center"><code>text</code></td><td>Main heading of the newsletter block.</td></tr><tr><td>Heading size</td><td align="center"><code>select</code></td><td>Font size of the heading: <code>Mini</code>, <code>Extra small</code>, <code>Small</code>, <code>Medium</code>, <code>Large</code>, or <code>Extra large</code></td></tr><tr><td>Text</td><td align="center"><code>richtext</code></td><td>Supporting text below the heading.</td></tr><tr><td>Text size</td><td align="center"><code>select</code></td><td>Font size of the paragraph:<code>Extra small</code>, <code>Small</code>, <code>Medium</code>, <code>Large</code>, or <code>Extra large</code></td></tr><tr><td>Columns</td><td align="center"><code>range</code></td><td>Number of text columns (desktop only).</td></tr><tr><td>Text alignment</td><td align="center"><code>select</code></td><td>Alignment of the text: <code>Left</code> or <code>Centered</code>.</td></tr><tr><td><strong>Form</strong></td><td align="center"></td><td></td></tr><tr><td>Show name field</td><td align="center"><code>checkbox</code></td><td>Includes a name field in the signup form.</td></tr><tr><td>Button text</td><td align="center"><code>text</code></td><td>Call-to-action button label.</td></tr><tr><td>Show arrow</td><td align="center"><code>checkbox</code></td><td>Adds an arrow icon to the button.</td></tr><tr><td>Show reCAPTCHA terms</td><td align="center"><code>checkbox</code></td><td>Shows reCAPTCHA terms for spam protection.</td></tr><tr><td><strong>Button</strong></td><td align="center"></td><td></td></tr><tr><td>Color</td><td align="center"><code>select</code></td><td>Choose color scheme: <code>Primary</code>, <code>Secondary</code>, <code>Black</code> or <code>White</code>, </td></tr><tr><td>Size</td><td align="center"><code>select</code></td><td>Size of the button: <code>Small</code>, <code>Medium</code>, or <code>Large</code></td></tr><tr><td>Style</td><td align="center"><code>select</code></td><td>Style of the button: <code>Solid</code>, <code>Outline</code>, or <code>Text</code> </td></tr><tr><td><strong>Social media icons</strong></td><td align="center"></td><td></td></tr><tr><td>Show social icons</td><td align="center"><code>checkbox</code></td><td>Displays social icons below the form.</td></tr><tr><td><strong>Colors</strong></td><td align="center"></td><td></td></tr><tr><td>Background</td><td align="center"><code>color</code></td><td>Background color override.</td></tr><tr><td>Text</td><td align="center"><code>color</code></td><td>Text color override.</td></tr><tr><td><strong>Advanced</strong></td><td align="center"></td><td></td></tr><tr><td>Heading SEO tag</td><td align="center"><code>select</code></td><td>SEO heading tag: <code>H1</code> - <code>H6</code> or <code>Automatic</code>.</td></tr></tbody></table>


---

# 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, and the optional `goal` query parameter:

```
GET https://broadcast.presidiocreative.com/sections/sections/advanced/custom-section/newsletter.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
