View Single Post
  #3  
Old 10-04-2007, 05:37 AM
 
longhorn180 longhorn180 is offline
 

Senior Member
  
Join Date: Apr 2004
Location: Richmond, Virginia
Posts: 187
 

Default Re: newsletter signup from html page

I found this code in another thread and it seems to work.
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>
Here is the link to the thread: http://forum.x-cart.com/showthread.php?t=32615&highlight=newsletter
__________________
4.1.9 (Linux) Live Store
www.thecrackedbook.com
Find used books and out of print books.
Reply With Quote