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