Newsletter Subscribe Form Code Need Help Please

2 replies
My developers have this code on my site which shows a form for name and email address then submit.

Can you help me get this form to submit the data to me? I need it to just email me with the information to a particular email I have set up for this.

Here is the current code:

Code:
<div class="newsletter-bg">
<h2>Signup for our&nbsp;<span>newsletter!</span></h2><br />
<div class="nme-txtbox">
<div class="nme01">Name</div>
<div class="txtboxbg01"><input type="text" name="textfield" class="txtbox01" /></div></div>
<div class="nme-txtbox">
<div class="nme01">Email</div>
<div class="txtboxbg01"><input type="text" name="textfield" class="txtbox01" /></div></div>
<div class="nme-txtbox">
<div class="nme01">&nbsp;</div>
<div class="txtboxbg01"><a href="#"><img src="images/subscribe.gif" alt="" width="77" height="22" border="0" /></a></div></div></div></div></div></div></div>
#code #form #newsletter #subscribe

Trending Topics