View Single Post
  #14  
Old 03-06-2007, 04:42 AM
 
balinor balinor is offline
 

Veteran
  
Join Date: Oct 2003
Location: Connecticut, USA
Posts: 30,253
 

Default Re: Static Page for newsletter subscription or unsubscription

In case anyone is having trouble with the above code, here is an unsubscribe static page that works for 4.0.18:

Code:
<form action="mail/unsubscribe.php" method="post" name="unsubscribeform"> <table><tr><td><input type="text" name="email" size="40"></td><td>{include file="buttons/button.tpl" type="input" style="button" button_title="unsubscribe" href="javascript:document.unsubscribeform.submit()"}</td></tr></table> <input type=hidden name=redirect value="{$redirect}"> </form>
__________________
Padraic Ryan
Ryan Design Studio
Professional E-Commerce Development
Reply With Quote