Is there a way to set up that newsletter that comes with Zen-Cart to bypass the Zen-Cart newsletter and link directly to your own? Here is the code I have for my own autoresponder:
Is there a way to basically just replace some of this code with some of the newsletter code and have it work seamlessly together?Code:<form id="newsletterpanel" action="http://durkmusicbeats.com/ir/s.php" method="get" target="_blank"> <fieldset> <label class="text_on_top">Artist Name:</label> <input type="text" name="f" size=20 maxlength=40> <label class="text_on_top">Email:</label> <input type="text" name="e" size=20 maxlength=50> <br> <br> <input type="submit" name="submit" value="Subscribe"> <input type="hidden" name="r" value="2"> <input type="hidden" name="a" value="sub"> <input type="hidden" name="ref" value="none"><br><br> <p>Learn <a href="http://www.durkmusicbeats.com/newsletter.html">More</a></p> </fieldset> </form>
Thanks :)



