leighahh
05-31-2010, 05:02 PM
Hi everyone I have a newsletter form that needs help.
<!-- newsletter signup -->
<div class='box'>
<div class='top-box'></div>
<div class='middle-box'>
<form action="">
<div class='headline'>NEWSLETTER SIGN UP</div>
<div id='signup-box'>
<input style="width:230px;" type="text" value="">
</div>
<div style="float:left; clear:none; padding-top:5px; margin-left:15px;"><a href="#" style="color:#75a461;">Unsubcribe here</a></div>
<div id='subcribe-btn'><input type="image" src="images/subcribe-btn.gif"></div>
<div style='clear:both;'></div>
</form>
</div>
<div class='bottom-box'></div>
This form needs to send the person who signs up email address and info to the company email what am i doing wrong? Not quite sure how to do it.
Thank you
<!-- newsletter signup -->
<div class='box'>
<div class='top-box'></div>
<div class='middle-box'>
<form action="">
<div class='headline'>NEWSLETTER SIGN UP</div>
<div id='signup-box'>
<input style="width:230px;" type="text" value="">
</div>
<div style="float:left; clear:none; padding-top:5px; margin-left:15px;"><a href="#" style="color:#75a461;">Unsubcribe here</a></div>
<div id='subcribe-btn'><input type="image" src="images/subcribe-btn.gif"></div>
<div style='clear:both;'></div>
</form>
</div>
<div class='bottom-box'></div>
This form needs to send the person who signs up email address and info to the company email what am i doing wrong? Not quite sure how to do it.
Thank you