In Newsletter, there are ready-made forms you can use to give your audience the chance to subscribe to your newsletters. Subscribers who sign up using these forms automatically end up on the Opt-In List, which is almost always automatically included on the recipient list page as a default beginning. Each Publication has its own subscription form. You can access it by clicking on the little pen icon in the upper, right-hand corner of the Publication.
You can also offer a common form in which people tick which Publications they want to subscribe to.
In order for new subscribers to find these forms, there are four things you can do:
- Insert the special “Subscribe” form link into your newsletters or templates.
- Link to the form page from your website. The form link can be found on each subscription form’s settings page.
- iFrame the form on your website. Different web platforms offer different possibilities for editing html code. In some cases, a special plug-in may be required to make an iFrame. The source to be iFramed is the same form link as above. The html code can look like this. NOTE: replace the link with your own.
<iframe src="https://app.bwz.se/lime/b/v?subscribeto=7&ucrc=992F179A1A" title="Prenumerera på vårt nyhetsbrev" height="400" width="500" scrolling="no" frameborder="0"></iframe>
Try editing the height and width until it looks good, and edit the form and confirmation pages with colors that match those on your website. - Integrate the subscription form into your website by, for example, embedding JSON data. Each form’s POST and data are available under “Embed this form” in the upper black menu when editing the form.
0 Comments