Noob Listbuilders! IM Masters, please don't laugh at me. This might be useful to others..

by AFD
4 replies
As I mentioned in my previous thread about listbuilding, I'm just starting to do it.. Since I am not using CC and as a noob in listbuilding, Aweber and getresponse are not my options... I registered to at least 3 autoresponders that accept paypal but I can't find what I am looking so I ended up using freeautoboot.. LOL

Problem is, it does not have a subscription form so I had to find another way on how to do it... I stumbled into youtube with someone who created the box. I paused the video for couple of minutes and copied the code... Now here's the original subscription box code..

Code:
<!---START OF ADD FORM--->
Please fill-up the following to purchase this product;<br><br>
<form action="http://freeautobot.com/cgi-bin/autores/autores.cgi">
<input type=hidden name="do"value="add_lead_external">
<input type=hidden name="Username"value="Your-Username">
<input type=hidden name="Stop_Status"value="Active">
<input type=hidden name="Cycle_Number"value="0">
<input type=hidden name="Success_URL"value="http://freeautobot.com">
<input type=hidden name="Failure_URL"value="http://freeautobot.com/Failure.html">
<input type=hidden name="Notes"value="Added from opt-in form">
Name: <input type=text name="Name"value""><br>
Email: <input type=text name="Email"value""><br>
<input type=submit value="Click To Pay">
</form>
<!---END OF ADD FORM--->

This is how it look like...



I did a little modification and here is the code

Code:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Get "Your Product Name" Now!</title>

<link href="style.css" rel="stylesheet" type="text/css" />
<style type="text/css">

 img{ behavior: url("iepngfix.htc") }

 </style>

</head>

<body>
<form action="http://freeautobot.com/cgi-bin/autores/autores.cgi" class="frm1">
<input type=hidden name="do"value="add_lead_external">
<input type=hidden name="Username"value="Your-Username">
<input type=hidden name="Stop_Status"value="Active">
<input type=hidden name="Cycle_Number"value="0">
<input type=hidden name="Success_URL"value="http://freeautobot.com">
<input type=hidden name="Failure_URL"value="http://freeautobot.com/Failure.html">
<input type=hidden name="Notes"value="Added from opt-in form">
<h1>Get "Your Product Name" Now!</h1>
<label for="name"><span class="name">Name :</span>
<input type="text" name="Name"  class="txtbox"  value""/></label>

 <label for="email"><span class="name">Email :</span>
 <input type="text" name="Email" class="txtbox" />
 </label>
 <input type="image" src="images/btn_send.png" value="Send Me A Copy !!" class="btn_play">
  <br class="clear" />
</form>
</body>
</html>
This is how it look like...


Now if you are building a list its up to you to decide. You can't actually find a good guide online on how to create freeautobot subscription box except for that youtube video (where code is revealed only in video)

Opps.. those 2 arrows are informenter firefox plugin that I missed to delete while capturing screenshot....
#laugh #listbuilders #masters #noob
  • Profile picture of the author Bruce Hearder
    Another FREE autoresponder that people can use, and is installed on every hosting account that runs cPanel & Fantastisco is

    phplist

    Its a pretty neat autoresponder system. Not as "slick" as Aweber, but its is FREE and it a one click install..

    Check out the official PHPLIST site at

    http://www.PhpList.org

    Hope it helps someone

    Bruce
    {{ DiscussionBoard.errors[1841915].message }}
    • Profile picture of the author AFD
      Originally Posted by Bruce Hearder View Post

      Another FREE autoresponder that people can use, and is installed on every hosting account that runs cPanel & Fantastisco is

      phplist

      Its a pretty neat autoresponder system. Not as "slick" as Aweber, but its is FREE and it a one click install..

      Check out the official PHPLIST site at

      phplist.com : Homepage : home

      Hope it helps someone

      Bruce
      I agree.. that is actually my old list was stored...

      The only problem I am having with all of these autoresponders is, I cannot customize the verification message...
      {{ DiscussionBoard.errors[1842788].message }}
  • Profile picture of the author Bruce Hearder
    You can change the verification message if you want, you just need to change the PHP code to refelect your new message. I agree it would be nice to do it via the main admin interface, but with the version I last used, you cant do it..

    Bruce
    {{ DiscussionBoard.errors[1843601].message }}
    • Profile picture of the author dcjones21
      The newer version allows customization of the messages.

      I just started using it and made some how to videos on how to install it.

      Jump over to my website to see them (can't post links yet)
      {{ DiscussionBoard.errors[2923390].message }}

Trending Topics