Deb
07-19-1999, 01:15 AM
For those utilizing EZ-MLM (the mailing list software we provide w/ every domain) and those planning on it in the future.. we've just installed a new script to the Pre-Installed Community Scripts for all of you to use that will allow your visitors to subscribe/unsubscribe to your mailing list from your web site.
To use it all you need to do is add the following code to any web page on the server.
<!-- Begin ezMLM Mailing List Web Form-->
<table border="0">
<TR><TD align="left">
<form action="/cgi-sys/ezmlm/SelfServ.pl" method="post">
<input type="hidden" name="domain" value="mlm.YOURDOMAIN.TLD">
<input type="hidden" name="redirect" value="http://www.YOURDOMAIN.TLD/YOURPAGE.HTML">
<input type="hidden" name="list" value="YOUR_MAILING_LIST_NAME">
</td></tr>
<TR><TD align="center">
<input type="text" name="to_sub" value="">
<input type="submit" value="Send">
</td></tr>
<TR><TD align="center">
<font size="2">Subscribe</font>
<input type="radio" name="mode" value="subscribe" checked> |
<input type="radio" name="mode" value="unsubscribe">
<font size="2">UnSubscribe</font></form>
</td></tr>
</table>
<!-- End ezMLM Mailing List Web Form-->
Enjoy!
Deb
To use it all you need to do is add the following code to any web page on the server.
<!-- Begin ezMLM Mailing List Web Form-->
<table border="0">
<TR><TD align="left">
<form action="/cgi-sys/ezmlm/SelfServ.pl" method="post">
<input type="hidden" name="domain" value="mlm.YOURDOMAIN.TLD">
<input type="hidden" name="redirect" value="http://www.YOURDOMAIN.TLD/YOURPAGE.HTML">
<input type="hidden" name="list" value="YOUR_MAILING_LIST_NAME">
</td></tr>
<TR><TD align="center">
<input type="text" name="to_sub" value="">
<input type="submit" value="Send">
</td></tr>
<TR><TD align="center">
<font size="2">Subscribe</font>
<input type="radio" name="mode" value="subscribe" checked> |
<input type="radio" name="mode" value="unsubscribe">
<font size="2">UnSubscribe</font></form>
</td></tr>
</table>
<!-- End ezMLM Mailing List Web Form-->
Enjoy!
Deb