Free list building web sites?

7 replies
I tried mailchimp to create campaigns and build a list. But unfortunately there embed codes don't work properly on my site. What are some free alternatives with retard proof form embede code you can easily add to your site with no issues? Any suggestions?
#building #free #list #sites #web
  • Profile picture of the author boond1982
    To get a free list building site is very difficult. All free list building sites have issues. But you can try Aweber or Getresponse for free. 30 days trial, after that if it is not for you, can always cancel your account

    Regards.
    Damien
    {{ DiscussionBoard.errors[10846655].message }}
  • Profile picture of the author Steve B
    Originally Posted by Dave90210 View Post

    . . . retard proof . . .

    There is no such thing. When humans do things, there is no limit to the clueless stupidity that can prevail.

    Steve

    P.S. When you can't set up something technical, there are always ways to outsource the task to someone with the right skills.
    Signature

    Steve Browne, online business strategies, tips, guidance, and resources
    SteveBrowneDirect

    {{ DiscussionBoard.errors[10846662].message }}
  • Profile picture of the author cooler1
    What platform are you using for your website? Possibly you put the embed code in the wrong section.
    Signature

    {{ DiscussionBoard.errors[10846675].message }}
    • Profile picture of the author Dave90210
      I coded the site is HTML it's a very basic layout. I put the code between the <body></body> tags and put the CSS stuff in the header like they instructed

      Originally Posted by cooler1 View Post

      What platform are you using for your website? Possibly you put the embed code in the wrong section.
      {{ DiscussionBoard.errors[10846826].message }}
  • Profile picture of the author thegreatamazing
    Hey buddy! Try Mailerlite It is free up to 1000 subs and guess what? Unlike mailchimp, mailerlite allows you to access all its features even on freeplan -- and yep including autoresponders! I use it myself and it's godsent to me when I found about it
    Signature
    >FREE COURSE: Make Your First $500 in 5 Days Using 100% FREE Methods<
    I'm one of the many who have made money with this :)
    {{ DiscussionBoard.errors[10846854].message }}
  • Profile picture of the author jcmunoz
    To be honest, when it comes to list building I would not go with the free stuff. I feel like it is too important to just get a free one.

    I use Aweber and it is honestly not that expensive and I can make sure that everything is working properly. It is very user friendly and will not fail you. It has a 30 day free trial so I would check that out.
    Signature
    7 Day Free Video Series - Build your own online business from scratch!
    {{ DiscussionBoard.errors[10846860].message }}
  • Profile picture of the author Dave90210
    Here's my web sites code bellow anyone know what I'm doing wrong? The site takes forever to load when I add the mailchimp code and the form looks bad and the style of the form isn't the same as on the mailchimp site


    Code:
    <!doctype html>
    
    <html lang="en">
    <head>
      <meta charset="utf-8">
    
      <title>The HTML5 Herald</title>
      <meta name="description" content="The HTML5 Herald">
      <meta name="author" content="SitePoint">
    
      <link rel="stylesheet" href="css/styles.css?v=1.0">
    </head>
    
    <body>
        <br>
        <Center><img src="http://i.imgur.com/fo8Y23s.jpg" alt="Smiley face" height="" width=""></Center>
        <p></p>
        <p></p>
        <Center><img src="http://i.imgur.com/IxY4JjI.jpg" alt="Smiley face" height="400" 
    width="900"></Center>
    <center><!-- Begin MailChimp Signup Form -->
    <link href="//cdn-images.mailchimp.com/embedcode/classic-10_7.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="//Vrpadding.us14.list-manage.com/subscribe/post?
    
    u=722f821d35ad4b984c245f026&amp;id=9fbc151466" 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 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_722f821d35ad4b984c245f026_9fbc151466" tabindex="-1" value=""></div>
        <div class="clear"><input type="submit" value="Subscribe" name="subscribe" id="mc-embedded-
    
    subscribe" class="button"></div>
        </div>
    </form>
    </div>
    
    <!--End mc_embed_signup--></center> 
    </p>
    </body>
    </html>
    {{ DiscussionBoard.errors[10846919].message }}

Trending Topics