View Single Post
  #1  
Old 07-30-2006, 01:55 PM
 
fractalspin fractalspin is offline
 

Advanced Member
  
Join Date: Jul 2005
Posts: 72
 

Default Newsletter subscription form not working

I have this code in the skin1/main/home.tpl file:

Code:
{if $usertype eq "C"} <INPUT type="text" name="newsemail" size="33" value="E-mail:" onFocus="javascript: if(document.subscribeform.newsemail.value=='E-mail:') {literal}{document.subscribeform.newsemail.value='';}{/literal}" class="InputEmail"> [{$lng.lbl_subscribe}] {else} {$lng.lbl_your_email} <INPUT type="text" name="newsemail" size="16"> {include file="buttons/subscribe_menu.tpl"} {/if}

But whenever anyone enters their email and hits "subscribe" it goes to an "access denied" error page.

here's the weirdness (middle of the page on the left column)
http://www.fractalspin.com/x/index.php

Any clue on how to set up a subscription field? There's only one newsletter called "fractalspin"

thanks!
-liz
__________________
http://www.fractalspin.com
nerdy jewelry, geekcessories, bags, tshirts and other neat stuff

Xcart Version: 4.0.17, PHP: 4.3.11, MySQL server: 4.1.13-standard-log
Reply With Quote