Subscription, Newsletter Form

You installed our HnK or Boo theme with its sample data but haven't got the Subscription, Newsletter forms look like we did in our demo. Read this article, we provide instruction and the form code for you can make it yourself.

1. HNK: Subscribe now to get daily updates form

Go to Admin > MailChimp for WP > Form > and use this code for your form: 

<div class="subscrbe-form">
 <label>Subscribe now to get daily updates </label>
   <div>
       <input type="email" name="EMAIL" placeholder="Your email address" required />
    <input type="submit" value="Sign up" />
   </div> 
</div>

The style of this form has been included in the style.css file, so it will be automatically style up like in our demo

2. BOO: Newsletter form

Please follow these steps to set up the Newsletter form which looks similar to the once in BooStore demo

Boo Newsletter form

#1 Go to Admin MailChimp for WP > Form > and use this code for your form: 

<p>Subscribe to our newsletters now and stay up-to-date with new collections, the latest lookbooks and exclusive offers.</p>
<p>
    <input type="email" name="EMAIL" placeholder="Your email address" required />
<input type="submit" value="Sign up Now" />
</p>

#2 Go to Admin > Plugins > Add new plugin: Widget CSS Classes
#3 Go to Admin > Appearance > Widgets > Content Bottom Widget #2 to add the MailChimp Sign-Up Form widget. Don't for get to add CSS Classes: "widget_mc4wp_widget" for it can have the style like in our demo.