> For the complete documentation index, see [llms.txt](https://wpdocs.themeparrot.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wpdocs.themeparrot.com/wordpress-themes/yummy/layout-customization/footer-section/footer-newsletter.md).

# Footer - Newsletter

### Newsletter footer widget

![](/files/afTyVswnmdOTdtOTJy0f)

Follow the below steps

#### Step-1:

![](/files/0NPhV8yL74uA0NN5RhYj)

#### Step-2:&#x20;

Add Text box to third footer widget area

![](/files/d54QLzjoxnAxi7GCb23s)

#### Step-3:&#x20;

Then add the below short code to content

```html
<div class="newsletter-form">
[newsletter_form button_label="Subscribe"]
[newsletter_field name="first_name" placeholder="Name"]
[newsletter_field name="email" placeholder="Email"]
[/newsletter_form]
</div>
```

![](/files/wiSry11AWxB8NFZ6WtcO)

Class name: newsletter-widget

#### Step-4:&#x20;

Then Save the changes
