Step 1: Go to MC4WP -> Form

Step 2: Give a name to your signup form and hit “Add new form” button.

Step 3: You will see a basic signup form which is pre-made for you. All you need to do at this point is fine-tune your form appearance and perhaps add few extra line of code.

The signup form code which we are using on our WordPress blog is demonstrated below. As per your requirement do necessary changes and plug the code.
<p>Want to be notified when our article is published? Enter your email address below to be the first to know.</p>
<p><input type="email" name="EMAIL" placeholder="Enter your email address" required /></p>
<p><input type="submit" value="Subscribe" /></p><p>Want to be notified when our article is published? Enter your email address below to be the first to know.</p>
Step 4: If you are a guy who like more customization then “Mailchimp for WordPress” plugin will not make you sad. You can easily change default styling of your form by visiting its “Appearance” tab and picking some other predefined styling theme. Don’t forget to click on “Save Changes” when you are done.

Add comment