Newsletter

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

The Mailchimp plugin should be installed before using the widget. To download the MC4WP: Mailchimp for WordPress plugin go here: Download Mailchimp.

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.

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:

​You need to create a Newsletter form and Connect with your Mailchimp account to make the form work following the manual from here.

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:

Step 4:

If you want to add motion effects, background, or make the page responsive, click on ‘Advanced to explore those options. This ‘Advanced’ tab is a default feature of Elementor. Give a read to this Document to know more about Advanced features and their uses.

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

Great job! You have done it successfully.

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

<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>

Last updated