View Single Post
  #4  
Old 07-17-2007, 12:22 PM
 
carpeperdiem carpeperdiem is offline
 

X-Guru
  
Join Date: Jul 2006
Location: New York City, USA
Posts: 5,399
 

Default Re: Newsletter subscription form

try this:

Code:
<form action="news.php" name="subscribeform" method="post"> <input type="hidden" name="subscribe_lng" value="{$store_language}" /> <input type="text" name="newsemail" size="19" /> <a href="javascript: document.subscribeform.submit();" js_to_href="Y">Subscribe</a> </form>

This is the most basic of subscribe forms.

You will want to modify it to make it pretty.

This is basically ripped out of news.tpl

Check it out for yourself.
__________________
xcart 4.5.4 gold+ w/x-payments 1.0.6; xcart gold 4.4.4
Reply With Quote