The only required form elements are the opening tag (with action), e-mail input, send and closing form tag. I've got one running now with just this much and it works fine. I'm running it on a virtual domain on the same server as Mailman - not sure if running it on another server would be a problem or not, depends on security issues.
The result of sending is that you go to the same page you get when you subscribe from the list info page. This means you get a confirmation e-mail (prevents someone from subbing others) and have to follow that route. Edit the results page and confirmation page to fit your needs.
One question, anyone know if No Mail be giving as an option here? I have not hacked the subscription script to see if it has code for that.
<!-- cut and paste --
<hr ALIGN="center" WIDTH="730"><br>
<H2><B>Join the XYZ list</b></H2>
<FORM Method=POST ACTION="SERVER/mailman/subscribe/LISTNAME"><br>
Your E-mail address: <INPUT type="Text" name="email" size="30" value=""><br>
Your Name (optional): <INPUT type="Text" name="fullname" size="30" value=""><br><br>
You may enter a privacy password below. This provides only mild security, but should<br>
prevent others from messing with your subscription. <b>Do not use a valuable password</b> as it<br>
will occasionally be emailed back to you in cleartext.<br><br>
If you choose not to enter a password, one will be automatically generated for you, and it will<br>
be sent to you once you've confirmed your subscription. You can always request a mail-back<br>
of your password when you edit your personal options.<br><br>
Password choice: <INPUT type="Password" name="pw" size="15"><BR>
Confirm Password: <INPUT type="Password" name="pw-conf" size="15"><BR><BR>
Would you like to receive list mail batched in a daily digest? (You may choose NoMail after you join.)<BR><br>
<input type=radio name="digest" value="0" CHECKED> No <input type=radio name="digest" value="1"> Yes<br><br>
<INPUT type="Submit" name="email-button" value="Subscribe">
<p><p>
<hr ALIGN="center" WIDTH="730">
end -->
<>< Paul
------------------------------------------------------ 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: [EMAIL PROTECTED] Unsubscribe or change your options at http://mail.python.org/mailman/options/mailman-users/archive%40jab.org