View Single Post
  #3  
Old 08-19-2013, 08:03 AM
 
liamb2001 liamb2001 is offline
 

eXpert
  
Join Date: May 2006
Posts: 216
 

Default Re: How do i Add Newsletter Signup Box in my Footer ?

Just applied that and its near perfect mate thankss...only one little problem im having is. Im trying to remove the spambot so its just a basic input box for the newsletter it hink ive done it with the following

<form action="news.php" name="subscribeform" method="post">
<input type="hidden" name="subscribe_lng" value="{$store_language|escape}" />
<label for="semail">Signup for Newsletter: </label>
<input type="text" class="input-email" id="semail" name="newsemail" size="30" value="{$newsemail|default:""|escape}" /><br><br>
{include file="customer/buttons/subscribe_menu.tpl" type="input" assign="submit_button"}

Problem is when i enter an email address it just refreshes the page

Im not sure its working, is there anyway of getting to give a message stating the customer has successfully signed up for the email or is my code wrong ?

Also is there a place in the admin i can see these submitted newsletter emails ? ive found the news management but its not in there ?
__________________
X-Cart Version 4.55
Reply With Quote