tco21
Cynical Grinch
I'm finishing a quick one page "website coming soon" holder for my site, and in it is an input option for people to add their email address for notification. The code is:
My problem is Aweber.com isn't free and I'm not going to pay $1 just for that. I've signed up with mail chimp. How do I direct it to/from there?
Thanks
<div class="form">
<form method="post" action="http://www.aweber.com/scripts/addlead.pl">
<input type="hidden" name="meta_web_form_id" value="YOUR_FORM_ID"/>
<input type="hidden" name="meta_split_id" value=""/>
<input type="hidden" name="unit" value="CAMPAIGN"/>
<input type="hidden" name="redirect" value="http://www.aweber.com/form/thankyou_vo.html" id=YOUR_ID_HERE"/>
<input type="hidden" name="meta_redirect_onlist" value=""/>
<input type="hidden" name="meta_adtracking" value=""/>
<input type="hidden" name="meta_message" value="1"/>
<input type="hidden" name="meta_required" value="name,from"/>
<input type="hidden" name="meta_forward_vars" value="0"/>
Name: <input type="text" class="formname" name="name" value="" size="20"/>
Email: <input type="text" class="formname" name="from" value="" size="20"/>
<input type="submit" class="sendform" name="submit" value="Go!"/>
</form></div>
</div>
My problem is Aweber.com isn't free and I'm not going to pay $1 just for that. I've signed up with mail chimp. How do I direct it to/from there?
Thanks