forked from elioqoshi/phplist-manual
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathch014_creating-a-subscribe-page.xhtml
141 lines (141 loc) · 9.41 KB
/
ch014_creating-a-subscribe-page.xhtml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml"><head><title/></head><body><h1>Creating a subscribe page
</h1>
<p>A subscribe page usually consists of a short form that a visitor to your website can fill out to subscribe themselves to one or more of your lists. Here is an example:
</p>
<p><img src="static/create_a_subscribe_page_in_phpList_9_1.png" alt="a simple subscribe page in phpList" height="445" width="600"/></p>
<p>
</p>
<p>In the example above, the subscriber is asked to input their email address and to confirm it. They can then choose to receive a text version format and they can add their first and last names if they wish. 
</p>
<p>In phpList you can have an unlimited number of pages, combining any set of Attributes, Lists and Languages. 
</p>
<p>Additionally you can use pages in conjunction with scripts to create subscribe forms which integrate more closely with your website. As this is a custom-made process for individual sites we do not have generic documentation about it.
</p>
<h2>Create a page 
</h2>
<p>To get started with your subscribe page visit <strong>Config </strong>> <strong>Subscribe Pages</strong>.
</p>
<p><img src="static/create_a_subscribe_page_in_phpList_1.png" alt="config> subscribe page on main menu" class="" height="400" width="465"/> 
</p>
<p>Initially you'll find this page empty, with no subscribe pages to display, although there is a default subscribe page at www.yourdomain.com/lists.
</p>
<p>The first page you make will replace this default page and later you can set any page as default.
<br/></p>
<p>To create a new page click<strong> Add a new subscribe page.</strong>
</p>
<p><img src="static/create_a_subscribe_page_in_phpList_2.png" alt="create a subscribe page phpList" height="250" width="435"/> 
</p>
<p>This will open a page called <strong>EDIT A SUBSCRIBE PAGE</strong>. 
</p>
<h2>Customize a Subscribe Page
</h2>
<p>The subscribe page editor is broken into four collapsible areas:
</p>
<p>
</p>
<ul><li><strong>General information</strong></li>
<li><strong>Transaction messages</strong></li>
<li><strong>Select the attributes to use </strong></li>
<li><strong>Select the lists to offer</strong></li>
</ul><p>
</p>
<p><img src="static/create_a_subscribe_page_in_phpList_3.png" alt="structure of edit a subscribe page system phpList" height="276" width="330"/> 
</p>
<p>These sections will guide you though creating a subscribe page which meets your specific needs.
</p>
<h2><strong>General information</strong>
</h2>
<p>The first box edits the titles and text on the page. Enter your title in the<strong> Title</strong> box first of all.
</p>
<p>You can leave <strong>Language file to use</strong> as <strong>--default</strong>, unless you are creating a page for a language other than the one you use for your installation, for example, if you are creating a multi-lingual system.
</p>
<p><img src="static/create_a_subscribe_page_in_phpList_4.png" alt="general information " height="465" width="373"/></p>
<p>You can change the text in the intro too.
</p>
<p><img src="static/create_a_subscribe_page_in_phpList_4_1.png" alt="subscribe page introduction text" height="178" width="538"/> 
</p>
<p>The <strong>Header</strong> and <strong>Footer</strong> dialogues are used for html editing, and the default code in them is taken from <strong>Config</strong> > <strong>Settings</strong> >  <strong>subscription-ui settings</strong>. We will discuss this further in the Subscribe page design and configuration chapter. 
</p>
<p>You can edit the text in the <strong>Thank you page </strong>and <strong>Text for button</strong> too, however, the standard texts are suitable for most situations so you may wish to just leave the defaults as they are.
</p>
<h2>General Information: HTML or Text
</h2>
<p>The last section of the general information sections is on <strong>HTML Email choice</strong>. It is very important and it directly affects the quality of your lists and the subscribe satisfaction. 
</p>
<p>You can create a HTML email in phpList, with images and other design elements, and also a plain text version, with just text, no images, colours etc.  Some subscribers prefer only text, they may want plain text for technical reasons, for example for compatibility with assistive software for a visual impairment, or it may simply be a personal preference. 
</p>
<p>If you are planning on sending HTML messages you will want to avoid large numbers of your subscribers accidentally signing up for text only emails. You will have wasted time on a design they will never see and they may be less interested in your mails.
</p>
<p>It is therefore worth spending time on this section, deciding how you would like to present the text vs. HTML options.
</p>
<p>The default (as of version 3.0.11) is<strong> Offer checkbox for text</strong>, where the box defaults to unchecked on the subscribe page. This means your subscribers will have to manually choose to receive text emails, but the option is there for those who need/want it. 
</p>
<p><img src="static/create_a_subscribe_page_in_phpList_5.png" alt="text v html emails on subscribe pages in phpList" height="233" width="353"/></p>
<p><em>If you intend to send emails in HTML format it is best to make the "path of least resistance" be the signup for HTML. Many subscribers will ignore the box, or may not know what HTML vs. text means.</em>
</p>
<h2>Transaction messages
</h2>
<p>These are the messages sent to the Subscriber based on various actions, such as subscribe and unsubscribe. The defaults are taken from <strong>Config</strong> > <strong>Settings</strong> > <strong>transactional settings</strong>. It is possible to edit these, although the defaults are suitable for most situations.
</p>
<h2><strong>Select the attributes to use </strong>
</h2>
<p>This section allows you to choose which attributes, which personal/demographic data, you will ask for from your subscribers on the page.
</p>
<p>You might ask for generic information like name and city, or something more specific, like shoe size or hobbies. The use of attributes is described in the Attributes and Placeholders chapters.
</p>
<p>In this example we collected <strong>First Name</strong> and <strong>Last Name</strong> only and we did not make either of them <strong>required</strong> because many people do not wish to give out personal information. We had several other attributes to choose from.
</p>
<p><img src="static/create_a_subscribe_page_in_phpList_6.png" alt="attributes on subscribe pages phpList" height="483" width="564"/></p>
<p>The <strong>Type: </strong>is defined in the attributes editor. The <strong>Default value</strong> can be different on each subscribe page if needed.
</p>
<p><em>Please note that if a customer does not change the <strong>Default value</strong> when they subscribe, whatever you set it as here will be added to your database.</em>
</p>
<h2><strong>Select the lists to offer</strong>
</h2>
<p>This final section allows you to select which lists to offer.  
</p>
<p>If you select only one list, then the subscriber will not be given a choice. If you select multiple lists, then the subscriber will be able to select which lists they want to join. In this example we chose only one list.
</p>
<p><img src="static/create_a_subscribe_page_in_phpList_7.png" alt="which lists to offer on subscribe page" height="272" width="441"/> 
</p>
<h2>Save your new page
</h2>
<p>Click the Save button at the end of the page when you are ready. You will be able to edit the page again later if you want to make a change.
</p>
<p>You will then be directed back to your Subscribe Pages list. We can now see one page. 
</p>
<p><img src="static/create_a_subscribe_page_in_phpList_8.png" alt="save a subscribe page phpList" height="231" width="713"/></p>
<h2>View your page
</h2>
<p>To view your new subscribe page page click the magnifying glass icon next to it on your <strong>subscribe pages</strong> list (<strong>Config</strong> > <strong>Subscribe pages</strong> from the main menu).
</p>
<p><img src="static/create_a_subscribe_page_in_phpList_10.png" alt="view a subscribe page phpList" height="356" width="623"/></p>
<p>
</p>
<p>Your page will look something like this:<span class="Apple-tab-span"> </span>
</p>
<p><img src="static/create_a_subscribe_page_in_phpList_9_1.png" alt="a subscribe page in phpList" height="445" width="600"/> 
</p>
<p>
</p>
<h2>Use your page to add a subscriber as an admin 
</h2>
<p>One additional functionality of the subscribe page view is to add a subscriber to your database quickly, without needing to go into the administrative interface. If you view the subscribe page while logged in as an adminiatartor,  you will see an additional box:
</p>
<p><img src="static/create_a_subscribe_page_in_phpList_11.png" alt="using a subscribe page as an admin in phpList" height="370" width="698"/> 
</p>
<p>
</p>
<p>This box allows you to add a subscriber by filling out the form on their behalf, and you can specify if you need to send them a confirmation request or not. This can be useful if you are talking to the new subscriber on the phone, for example.
</p>
<h2>Feedback
</h2>
<p>Discuss this chapter <a href="https://discuss.phplist.org/t/creating-a-subscribe-page-manual-chapter-feedback-and-discussion/207">here</a>.
<br/></p>
<p>
<br/></p>
<p> 
</p></body></html>