-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Russell Roberts wrote: > I'd like to insert the Mailman information gathering form fields of email > address, 2 password fields, and the daily digest choice into the index.htm > file on my web site.
You should be able to just create a form on your page that submits the username and password to the mailman subscribe CGI. Put something like this in index.htm (replacing listhost and listname with your values): <form Method=POST ACTION="http://<listhost>/mailman/subscribe/<listname"> Your email address: <input type="Text" name="email" size="30" value=""> <br> Your name (optional):<input type="Text" name="fullname" size="30" value=""> <br> <input type="Submit" name="email-button" value="Subscribe"> </form> If you're running MM 2.0 you should remove the fullname input. You'll also have to add inputs for the password and password confirmation. You might want to add these even if you're using MM 2.1, depending on how much you value user control vs. ease of subscription. Just pull up a lists info page and copy the HTML of the parts you want and put them in index.htm. - -- Todd OpenPGP -> KeyID: 0xD654075A | URL: www.pobox.com/~tmz/pgp ============================================================================ Any sufficiently advanced technology is indistinguishable from a rigged demo -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.1 (GNU/Linux) Comment: When crypto is outlawed bayl bhgynjf jvyy unir cevinpl. iD8DBQE+RyCuuv+09NZUB1oRApWBAKDRcrTFWUyWyeHYlxmuaeMD78XWsQCgiMUd /ZBeQZMpHNaMxLec2odKAWE= =gOms -----END PGP SIGNATURE----- ------------------------------------------------------ Mailman-Users mailing list [EMAIL PROTECTED] http://mail.python.org/mailman/listinfo/mailman-users Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/ This message was sent to: archive@jab.org Unsubscribe or change your options at http://mail.python.org/mailman/options/mailman-users/archive%40jab.org