View Single Post
  #11  
Old 01-15-2009, 11:05 AM
 
Vivarant Vivarant is offline
 

Advanced Member
  
Join Date: Jun 2007
Posts: 34
 

Default Re: newsletter signup from html page

hi i am trying to utilize this code but when you try to submit the email address this message comes up

"No news available at the moment"

Here is how is how i have the code set

Code:
<form name="newsletter" action="news.php" method="post"><center> <table width="250" border="0" align="left" cellpadding="2"> <tr> <td width="50%"><input name="newsemail" size="35"></td> </tr> <tr> <td width="50%"> <input type="radio" value="subscribe" checked name="mode"> Subscribe <input type="Submit" value="Submit" name="Submit"></td> </tr> </table> </center> </form>
__________________
Digiscrap Boutique
X-Cart Pro 4.5
Reply With Quote