HTML code explanations – HTML code – Subscription form for multiple newsletters
You can give your recipients the option to subscribe to multiple newsletters via an HTML subscription form. For this purpose, you need to integrate a check box for each newsletter in your HTML code.
Parameter
INXMAIL_SUBSCRIPTION The ‘INXMAIL_SUBSCRIPTION’ parameter must be entered for each newsletter/check box in the case of an HTML subscription form for multiple newsletters. The name of the respective mailing list should be used as the value. (The "INXMAIL_SUBSCRIPTION" parameter can therefore not be defined universally within the <head> tag.)
<label>
<input type="checkbox" name="INXMAIL_SUBSCRIPTION" value="[mailing list 1]">Mailing list 1
</label>
<label>
<input type="checkbox" name="INXMAIL_SUBSCRIPTION" value="[mailing list 2]">Mailing list 2
</label>
INXMAIL_TRACKINGPERMISSION The ‘INXMAIL_TRACKINGPERMISSION’ parameter can only be used for the HTML subscription form as a whole. In other words, recipients can only give their consent to person-based tracking for all newsletters or for no newsletters.
All other parameters behave in the same way as HTML subscription forms for just one newsletter. See the Parameter section.
Further explanations
In all other respects, the HTML code for a subscription form for multiple newsletters with Google reCAPTCHA corresponds to the HTML code for an HTML subscription form for one newsletter. Detailed information can be found in the following sections: