Site Newsletter

tobbepro

Junior Member
Joined
Apr 2, 2012
Messages
145
Reaction score
6
Hi, I got a WP theme that includes a newsletter function that is supposed to send me the readers mail and name when they fill out the form. The code is made to be edited for a Aweber account as you clearly can see below, please name a free site similar to Aweber.


Code:
<!-- Insert Your Own Text Between the HTML Tags, <H2></H2> is The Header, <p></p>Is The Text -->


<h2>Get Reviews Sent By Email</h2>


<p>Get reviews sent right to your inbox!  Each time we do a new review, we'll be sure to send you off an email that will include the full product review.  Just enter your email below.</p>


<!-- Text End Here -->


<!-- Delete Example Below And Copy Your Opt In Code Or Replace The Fields Marked With XXXXXXX to your own details (if using Aweber).   -->



<form method="post" action="http://www.aweber.com/scripts/addlead.pl" target="_new">

<input type="hidden" name="meta_web_form_id" value="XXXXXXXXXXXXXXXX">

<input type="hidden" name="meta_split_id" value="">

<input type="hidden" name="unit" value="XXXXXXXXXXXX">

<input type="hidden" name="redirect" value="http://www.aweber.com/form/thankyou_vo.html" id="redirect_XXXXXXXXXXXXXXXXXXXXXXXXXXXXX">

<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="from">

<input type="hidden" name="meta_forward_vars" value="0">

<span>Name:<input type="text" name="name" value="" size="20"></span>

<span>Email:<input type="text" name="from" value="" size="20"></span>

<input type="image" name="submit" value="Submit" src="<?php bloginfo('template_directory'); ?>/images/signup.gif" alt="Submit">

</form>



<img src="http://forms.aweber.com/form/displays.htm?id=XXXXXXXXXXXXXXX" border="0" />


<!-- Opt In Code Ends -->
 
Just realised that I chose the completly wrong thread section, sorry.
 
Back
Top