Skip to main content

If you are using mailchimp, you’ll often find a lot of extra things included in the form. If you want to replicate the same form structure as on our demo, you can use the code below. All you need to do is copy this, and then enter your form action URL (you can find this from a mailchimp form on you account).

<form action="<< YOUR ACTION URL HERE >>" method="post" id="mc-embedded-subscribe-form" name="mc-embedded-subscribe-form" class="validate" target="_blank" novalidate>
	
	<input type="email" value="" name="EMAIL" class="required email" id="mce-EMAIL" autocomplete="off" placeholder="Enter your email address" title="Enter your email address">
	
	<div id="mce-responses" style="display: none;">
		<div class="response" id="mce-error-response" style="display:none"></div>
		<div class="response" id="mce-success-response" style="display:none"></div>
	</div>    <!-- real people should not fill this in and expect good things - do not remove this or risk form bot signups-->
    <div style="position: absolute; left: -5000px;"><input type="text" name="b_a3950048c69f7be72a27013a9_68a002176a" tabindex="-1" value=""></div>
    
    <input type="submit" value="SUBSCRIBE" name="subscribe" id="mc-embedded-subscribe">
    
</form>

 

Leave a Reply

This site uses Akismet to reduce spam. Learn how your comment data is processed.