The threshold for producing a blog has definitely been drastically lowered. However, there are many aspects of creating a blog that people with little technology knowledge can do, and some of these things are VERY important! This is why I created an episode to show you all how to create a simple custom Autoresponder using a service such as GetResponse. I walk through the basic creation of a campaign, creating a form, and placing HTML in your blog. The video is below and the HTML to use is below that. Hope this helps you!
The HTML that I bring up in the video is below. I placed a line through the text that you must replace.
Let me know if you have any questions! I tried my best to explain.
<table>
<tr>
<td align=”center”><img src=”http://social.iwants.com/wp-content/uploads/2009/11/300newsletter.jpg“>
</td>
</tr>
</table>
<table>
<tr>
<td align=””center”><form action=”http://www.getresponse.com/cgi-bin/add.cgi” method=”post” accept-charset=”UTF-8″>
<label for=”subscriber_name”>Name :</label><input id=”subscriber_name” name=”subscriber_name” type=”text” value=”” /><br/>
<label for=”subscriber_email”>Email :</label><input id=”subscriber_email” name=”subscriber_email” type=”text” value=”” /><br/>
<input type=”image” value=”Free Instant Access!” SRC=”http://social.iwants.com/wp-content/uploads/2009/11/freeaccess.jpg” /><input type=”hidden” name=”error_url” id=”error_url” value=””/>
<input type=”hidden” name=”confirmation_url” id=”confirmation_url” value=””/>
<input type=”hidden” name=”campaign_name” id=”campaign_name” value=”iwantsnewsletter“/>
<input type=”hidden” name=”custom_ref” id=”custom_ref” value=””/></form>
<script type=’text/javascript’>var el=document.getElementById(‘custom_http_referer n el.value = document.location; </script>
</td>
</tr>
</table>