Noob Listbuilders! IM Masters, please don't laugh at me. This might be useful to others..
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..
<!---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
<!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> 
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....
-
Bruce Hearder -
Thanks - 1 reply
{{ DiscussionBoard.errors[1841915].message }}-
AFD -
Thanks
{{ DiscussionBoard.errors[1842788].message }} -
-
-
Bruce Hearder -
Thanks - 1 reply
{{ DiscussionBoard.errors[1843601].message }}-
dcjones21 -
Thanks
{{ DiscussionBoard.errors[2923390].message }} -
-