View Single Post
  #17  
Old 07-19-2011, 04:24 AM
  qualiteam's Avatar 
qualiteam qualiteam is offline
 

X-Guru
  
Join Date: Dec 2010
Posts: 6,373
 

Default Re: newsletter signup from html page

It seems the ID is not correct, try replacing this code:
Code:
<input type="hidden" name="s_lists[]" value="[1]">
with the new one:
Code:
<input type="hidden" name="s_lists[]" value="1">

Also, make sure the newslist with ID 1, exists in DB (http://.../admin/news.php?targetlist=1)
__________________
Alex Solovev,
Qualiteam

---

User manual Video tutorials X-Cart FAQ

You are welcome to press "Thanks" button
if you find this post useful

Click here to learn how to apply patches

X-Cart Extensions
Reply With Quote