#pragma page-filename DOC/versions/4030596 == 4.33. How do I put a subscribe form for my list on a web page? == Cut and paste the code below into the HTML of your web page. Replace XYZ with the name of your list and adjust the action= URL as required for your mailman installation. The only required parts of this form are the email text box and the submit button - edit or remove the others as you like. {{{#!wiki caution Beginning with Mailman 2.1.16, a site can choose to add a dynamically generated hidden hash to the subscribe form. If that is done, static forms such as below will not work. See the information in Defaults.py for the SUBSCRIBE_FORM_SECRET setting for more information. }}} {{{