Quote:
Originally Posted by 2coolbaby
I am like everyone else. 4.1.x has NO subscribe.php. This prevents being able to use this code, which I have on EVERY page of my website.
|
This is an easy fix...
just change the ../mail/subscribe.php line to news.php as follows:
(note: modified file path from original posts #3 & #eight)
Code:
To subscribe to the newsletter, enter your email address and click "Subscribe".
<form action="news.php" method=get name=subscribeform2>
<input type="text" name="newsemail" size="40">Subscribe
<input type=hidden name=redirect value="customer">
</form>
Tested and works fine in Static Pages in 4.1.9
Robert