EN IT
Open2b version 7.8

Newsletter

Below are the variables documented for the newsletter-subscription.html page used to subscribe and unsubscribe from newsletter lists.

In addition to these, you can also use the variables common to all pages.

newsletter-subscription.html

Allows subscribing or unsubscribing from newsletter lists.

var (

    // Button to save the selected choices.
    buttonSave html

    // Page content.
    content html

    // Page image.
    image AlignedImage

    // Newsletter lists.
    newsletterLists []NewsletterList

    // Confirmation message.
    statusMessage html

)