{formlabel label="Title" for="title"}
{forminput}
{formhelp note="Title of the newsletter."}
{/forminput}
{formlabel label="Description" for="description"}
{forminput}
{formhelp note="Description of the newsletter, that users know what they are getting themselves into."}
{/forminput}
{forminput label="checkbox"}
isValid() || $gContent->mInfo.allow_user_sub eq 'y'}checked="checked"{/if} />Users can Subscribe
{formhelp note="Users can subscribe to this list. Disabling this options means that you have to manually add users to the list."}
{/forminput}
{forminput label="checkbox"}
isValid() || $gContent->mInfo.allow_any_sub eq 'y'}checked="checked"{/if} />Any e-mail Address
{formhelp note="Users may subscribe using any email address."}
{/forminput}
{forminput label="checkbox"}
isValid() || $gContent->mInfo.unsub_msg eq 'y'}checked="checked"{/if} />Append Un/Subscribe Instructions
{formhelp note="Append instructions on how to subscribe / unsubscribe to ever outgoing newsletter. This is only useful when users can un / subscribe to the list themselves."}
{/forminput}
{forminput label="checkbox"}
mInfo.validate_addr eq 'y'}checked="checked"{/if} />Validate e-mail Addresses
{formhelp note="Validate all email addresses before they are added to the list. This might result in members not being added despite working email addresses."}
{/forminput}
{forminput label="checkbox"}
getPreference('registration_optin') eq 'y'}checked="checked"{/if} value="y"/>Registration Opt-In
{formhelp note="List this newsletter on the registration page and allow user to join newsletter."}
{/forminput}