Title: How can I stop add a subscription form to my Web site? Question: How can I stop add a subscription form to my Web site? Insert the following code. Replace MYLIST with the name of your mailing list. ------------->% cut here %<--------------------- <FORM Method=POST ACTION="https://mail.prairienet.org/mailman/subscribe/MYLIST"> Your email address: <INPUT type="Text" name="email" size="30" value=""> <P> Your name (optional): <INPUT type="Text" name="fullname" size="30" value=""> <P> Would you like to receive list mail batched in a daily digest? <input type=radio name="digest" value="0" CHECKED> No <input type=radio name="digest" value="1"> Yes <INPUT type="Submit" name="email-button" value="Subscribe"> </FORM> ------------->% cut here %<--------------------- You can modify the subscription results page from your list's admin interface. Go to: Edit the public HTML pages The default page can be completely replaced by a new page if you prefer.