# Newsletter

The **Newsletter** **Widget** is used to allow your visitors to subscribe to your newsletter.

{% hint style="warning" %}
The Mailchimp plugin should be installed before using the widget. To download the MC4WP: Mailchimp for WordPress plugin go here: [Download Mailchimp](https://wordpress.org/plugins/mailchimp-for-wp/).
{% endhint %}

### Using Newsletter widget

Go to your site and start editing the page with Elementor.

### Step 1:

Select the **Newsletter** widget from the menu bar on the left-hand side of your screen then drag and drop it into the selected area.

![](/files/4hxs6DT4gNv9p4yf4PFL)

### Step 2:

You will get a window with the basic setting options under the **Content** tab. You need to choose the Newsletter form which is available on your website:

![](/files/RD3oW2sESamwkVSkngnY)

{% hint style="success" %}
​You need to create a Newsletter form and Connect with your Mailchimp account to make the form work following the manual from [here](/companion-theme-documentation/integrations/mailchimp.md).&#x20;
{% endhint %}

### Step 3:

Now, by clicking on the Style Tab you can customize the text color, typography, margin, padding, border, size, and many more for the Newsletter form:

![](/files/NM9TTfR7AOPjLsPfJnsM)

### Step 4:

If you want to add motion effects, background, or make the page responsive, click on ‘Advance&#x64;**’** to explore those options. This **‘Advanced’** tab is a default feature of Elementor. Give a read to [this Document](https://docs.elementor.com/article/571-advanced-tab) to know more about Advanced features and their uses.

![](/files/JtfHubZ4ybwOU8UvPGxd)

Finally, after completing all the customization click on ‘Publish’ to see your work live.

![](/files/MMgNFin56wwH3Bzs5KyN)

Great job! You have done it successfully.

You can use the following HTML code to create the same form as our demo.

```html
<div class="form-fields">
  <div class="form-field">
      <input type="email" name="EMAIL" placeholder="Your email address" required />
  </div>
  <div class="form-button">
      <button type="submit">Subscribe</button>
  </div>
</div>
<div class="privacy-policy">
  	<label>
      <input type="checkbox" name="Privacy Policy" required /> I have read the <a href="#">Privacy Policy</a> and agree to its terms.
	</label>
</div>
```


---

# Agent Instructions: 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://docs.stylemixthemes.com/companion-theme-documentation/companion-widgets/newsletter.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.
