View Single Post
  #16  
Old 07-18-2011, 11:18 AM
 
mixshows3 mixshows3 is offline
 

Member
  
Join Date: Feb 2011
Posts: 22
 

Default Re: newsletter signup from html page

Ok
This is what I have on the page:



Code:
<form name="news_subscription" action="news.php" method="post"> <input type="hidden" name="mode" value="subscribe"> <input type="hidden" name="s_lists[]" value="[1]"> <input type="hidden" name="skip_validation" value="Y"> <input type="text" name="newsemail" size="30" value=""> <input type="hidden" name="sl" value="en"> <button class="button main-button" type="submit" title="Subscribe"> <span class="button-right"><span class="button-left">Subscribe</span></span> </button> </form>


I made the necessary changes to news_management.php. I then go test by adding an email to the field but it still takes me to the news.php page. What am I doing wrong?
I really apreciate it Alex.
Cisco
__________________
X-Cart 4.4.2
Reply With Quote