Firefox PHP

Majordomo Mailing Lists subscribe/unsubscribe/etc

Posted by Beery 
Majordomo Mailing Lists subscribe/unsubscribe/etc
June 28, 2014 09:26PM
I found a fairly easy way to implement mailing list subscription on a forum. I pasted the following code into the Forum Description box for a forum.

[I have edited this message. Please note I have removed the <form> tag as this was preventing the Admin to move/merge/edit any topic/message.]

<input type="button" value="Subscribe" onClick="window.location.href='mailto:majordomo@domain.com?Subject=Subscribing to a Message Forum& body=Subscribe Listname'"> <input type="button" value="Unsubscribe" onClick="window.location.href='mailto:majordomo@domain.com?Subject=Subscribing to a Message Forum& body=Unsubscribe Listname'"> <input type="button" value="Subscribe Digest" onClick="window.location.href='mailto:majordomo@domain.com?Subject=Subscribing to a Message Forum& body=Subscribe Listname-digest'"> <input type="button" value="Unsubscribe Digest" onClick="window.location.href='mailto:majordomo@domain.com?Subject=Subscribing to a Message Forum& body=Unsubscribe Listname-digest'">
<p></p>
Whatever else you want to say about the Forum Description.



Edited 1 time(s). Last edit at 07/01/2014 08:01AM by Beery.
Sorry, only registered users may post in this forum.

Click here to login