[TUTORIAL]MailChimp Subscription Form (Davinci Theme)

Raff

Active Member
I saw a post here about MailChimp Subscription Form. Here's how you can use it to your Davinci Theme without affecting the design of your footer or the theme itself:

All you need is to get your MailChimp SignUp Form Action URL:
EkCfqqRTTPCAr4ttF8F6Gw.jpeg


Then place the ACTION URL in this code:
<form class='subscribe-form form-inline' method='post' accept-charset='UTF-8'
action='YOUR SIGNUP FORM ACTION URL HERE'>
<div class='form-group'>
<input type='email' name='EMAIL' value='' class='form-control' id='mce-EMAIL'
placeholder='Please enter you email'
required='required'>
<button name='subscribe' type='submit' value='Submit'
class='btn btn-default rippler rippler-default' id='mc-embedded-subscribe' >Subscribe</button>
</div>
<p>
<small>Register now to get updates on promotions and coupons.</small>
</p>
</form>

The paste the Code on your Autoresponder Section of "Customization" of Davinci Theme
RbZW0J6AS_Sai6MdDI-Guw.jpeg

NOTE: I edit the id & name of FIELDS / TEXT FIELD in able to integrate it with MailChimp so you need to use the CODE i posted here.

Hope it helps!
 
Top