How do I embed my autoresponder into a squeeze page template?

by dbong
4 replies
  • WEB DESIGN
  • |
Hi all,

I'm trying to keep a squeeze page template as is, but integrate a MailChimp autoresponder into the prebuilt form in the page. Could anyone help me out? Thanks!

Squeeze Page Code:
Code:
<form action="#" method="post">
	<div class="row with-info-text">
		<label for="name" class="label">Enter your First Name here</label>
		<p class="inp-row">
			<span class="inp-fix"><input type="text" class="inp-text" name="name" id="name" placeholder="Enter your First Name here" /></span>
		</p>
	</div>
	<div class="row">
		<label for="mail" class="label">Enter a valid e-mail here</label>
		<p class="inp-row">
			<span class="inp-fix"><input type="text" class="inp-text" name="mail" id="mail" placeholder="Enter a valid e-mail here" /></span>
		</p>
	</div>
	<div class="row">
		<p class="buttons">
			<button class="btn"><span><em>Click Here</em> For Free Instant Access &raquo;</span></button>
			<a href="#" class="link">Click Here For Free Instant Access</a>
		</p>
	</div>
</form>
MailChimp Code:
Code:
<!-- Begin MailChimp Signup Form -->
<link href="//cdn-images.mailchimp.com/embedcode/classic-081711.css" rel="stylesheet" type="text/css">
<style type="text/css">
	#mc_embed_signup{background:#fff; clear:left; font:14px Helvetica,Arial,sans-serif; }
	/* Add your own MailChimp form style overrides in your site stylesheet or in this style block.
	   We recommend moving this block and the preceding CSS link to the HEAD of your HTML file. */
</style>
<div id="mc_embed_signup">
<form action="//myshopify.us12.list-manage.com/subscribe/post?u=d37d8eef23d1bf15daa5ff2d7&amp;id=8d2057f0ee" method="post" id="mc-embedded-subscribe-form" name="mc-embedded-subscribe-form" class="validate" target="_blank" novalidate>
    <div id="mc_embed_signup_scroll">
	<h2>Subscribe to our mailing list</h2>
<div class="indicates-required"><span class="asterisk">*</span> indicates required</div>
<div class="mc-field-group">
	<label for="mce-EMAIL">Email Address  <span class="asterisk">*</span>
</label>
	<input type="email" value="" name="EMAIL" class="required email" id="mce-EMAIL">
</div>
<div class="mc-field-group">
	<label for="mce-FNAME">First Name </label>
	<input type="text" value="" name="FNAME" class="" id="mce-FNAME">
</div>
<div class="mc-field-group">
	<label for="mce-LNAME">Last Name </label>
	<input type="text" value="" name="LNAME" class="" id="mce-LNAME">
</div>
	<div id="mce-responses" class="clear">
		<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;" aria-hidden="true"><input type="text" name="b_d37d8eef23d1bf15daa5ff2d7_8d2057f0ee" tabindex="-1" value=""></div>
    <div class="clear"><input type="submit" value="Subscribe" name="subscribe" id="mc-embedded-subscribe" class="button"></div>
    </div>
</form>
</div>
<script type='text/javascript' src='//s3.amazonaws.com/downloads.mailchimp.com/js/mc-validate.js'></script><script type='text/javascript'>(function($) {window.fnames = new Array(); window.ftypes = new Array();fnames[0]='EMAIL';ftypes[0]='email';fnames[1]='FNAME';ftypes[1]='text';fnames[2]='LNAME';ftypes[2]='text';}(jQuery));var $mcj = jQuery.noConflict(true);</script>
<!--End mc_embed_signup-->
Thanks so much if you can help!!
#autoresponder #embed #mailchimp #page #squeeze #squeeze page #template
  • Profile picture of the author edwardsantiago
    Your sign up sheet is created in the Contacts / "Join My Mailing List" section and your auto-responder is created in the "Email Marketing " Auto-responder section. There isn't any autoresponder code per say. Its rules based which is triggered on a member joining a particular mailing list(s) and a time frame.
    {{ DiscussionBoard.errors[10481513].message }}
    • Profile picture of the author dbong
      Originally Posted by edwardsantiago View Post

      Your sign up sheet is created in the Contacts / "Join My Mailing List" section and your auto-responder is created in the "Email Marketing " Auto-responder section. There isn't any autoresponder code per say. Its rules based which is triggered on a member joining a particular mailing list(s) and a time frame.
      Sorry, my phrasing was off in the initial post. I am trying to integrate a MailChimp SIGN UP form (not autoresponder as I incorrectly stated in the first post) into my template. But, I do not want to alter the template's design.
      Signature

      Digital Marketer | Investing Enthusiast

      {{ DiscussionBoard.errors[10482202].message }}
  • Profile picture of the author dbong
    Managed to get it on my own! Thanks to anyone that was considering going over this. Was just a matter of replacing the classes within each button to the ones in my template. Then changing the form action URL and all.
    Signature

    Digital Marketer | Investing Enthusiast

    {{ DiscussionBoard.errors[10482408].message }}
    • Originally Posted by dbong View Post

      Managed to get it on my own! Thanks to anyone that was considering going over this. Was just a matter of replacing the classes within each button to the ones in my template. Then changing the form action URL and all.
      which kind of landing/squeeze page you using? There is a section in each landing pages called "Autoresponder Code" that let you paste the code from your autoresponder software and allows you to connect your autoresponder to your landing page. You don't have to mess around with html code and etc. It is easy as pie.
      {{ DiscussionBoard.errors[10657081].message }}

Trending Topics