PAGES
LIVE
Newsletter
Use a Newsletter to keep your interested visitors informed. They will enter their email address and get a newsletter each time you send one.
You can add a Newsletter form from Widgets. The advantage in this case is that you can insert the form in any page.
Basics
The Newsletter Page is similar to the Request page type, it provides a subscription service on your web site. After user submits the form, they receive a Subscribe/Unsubscribe confirmation email and are prompted to confirm their Subscription/Unsubscription. When the Subscription/Unsubscription is confirmed, the user is automatically included/excluded from your subscribers list. In contrast to the Request page, the Newsletter page stores subscribers personal data on the web server in a database.
In Newsletters administrator panel you can manage subscribers, create and send newsletters.
One extra page always included with each Newsletter page is the Submit page. This page is displayed when form is successfully submitted. To personalize this page you can use field name macros. Example: %Name%, %Email%. To check certain form field name, double-click on the field in the form and check Name property in the Field Property window. For subscriber ID, use %subscriber_id%. If you want to set different message for subscribe and unsubscribe in the Submit page, enclose the subscribe message with <SUBMIT_SUBSCRIBE> and </SUBMIT_SUBSCRIBE>, and the unsubscribe message with <SUBMIT_UNSUBSCRIBE> and </SUBMIT_UNSUBSCRIBE>.
Database
This page can use MySQL OR flat files database (depending on the MySQL switch in MySQL Settings). Data will be stored in a MySQL database or on the web server in flat files in ezg_data/ folder.
Newsletter Settings
The following properties are available in the Newsletter Settings panel, accessed from the Toolbar. Make sure to configure these settings.
Notification
Subscriber Notification E-mails
When the subscribe form is submitted, confirmation email is sent to subscriber. When he confirms, notification email is sent to admin with the information filled by user.
Note: For both subscribe and unsubscribe messages you can use the %CONFIRMLINK(confirm)% macro to set the text that will be used as confirmation link. If you want also to provide a direct link to the confirmation page (in case the user might have his confirmation link disabled for some reasons), use %CONFIRMLINK%.
Example: In case the above link is disabled, copy and paste the following url in your browser: %CONFIRMLINK%.
Advanced
Accessible Macros Fields
Each page has a 'Macros Fields' panel, accessed via Toolbar. This panel contains objects that you can insert on page. The following objects are available:
Hidden fields are not visible or accessible to the site visitors, but can be used to pass certain data, for example, the page from where the form was sent, or to help you to categorize the information when you receive it.
Upload file: If you want to allow subscribers upload custom files along with their subscription, insert File field in your Subscribe form. When visitor subscribes and selects a file, the file will be uploaded on the server (in 'newsletters' folder) and after subscriber confirms his subscription this same file will be attached to the notification email sent to administrator.
Confirm email feature: You can insert second email address field in your subscribe form to be used as confirm email field. This way you may require subscribers to confirm their email address before submitting the form. To accomplish this, drag-and-drop second email address field from Fields panel and change its name - for example, if your normal email field has name "EmailAddress", the confirm email address field should have name "EmailAddress_confirm".
Administrator panel
Manage your subscribers and newsletters online and send newsletters to the subscribers. The Administrator panel is accessible through the Administrator button (placed on the Newsletter form) or via Administration panel. To insert administrator link in your subscribe page:
Subscribers
Provides a list of all subscribers. Use the Edit button to check the detailed information for each subscriber. If you need to delete multiple subscribers at once, check the susbcribers you want to delete and press Delete checked subscribers button at the bottom.
Use the Search box to search for specific subscriber by Name, Email or any other criteria.
Use the Up & Down arrows to sort subscribers by certain criteria.
Use the Import Subscribers button if you want to import subscriber from external CSV file.
Newsletters
Manage your newsletters, upload and create new, edit and delete old and send newsletters to subscribers.
Important: Every newsletter should provide subscribers with option to unsubscribe (otherwise you are a dirty SPAMer!). Include an unsubscribe macro at the bottom of the Newsletter - %%unsubscribe%%. You can replace the text with whatever you want, but be careful not to delete the %% symbols enclosing it. When your newsletter is sent the %%..%% expression will be replaced with unsubscription link.
If you want to personalize your newsletters, you can use the %%EmailAddress%% expression. When you send newsletter, this expression will be replaced with your subscribers email address.
To send newsletter:
Prepare and send newsletters to all or some of the subscribers in your list. Newsletters are sent in html format. If user's email client does not support html, they will receive plain text email with url to the newsletter included (to access it directly).
Mail Groups
Add/remove mail groups. Mail groups are used to group subscribers, so that later you can faster send newsletter to certain mail group (s). You can link subscribers to certain group(s) in Subscribers screen.
Logs and Downloads
Check and download log files and download subscribers as CSV file.
There are two log files: subscribers log that contains detailed information about every operation concerning subscription (Request for Subscription/Unsubscription, Subscription/Unsubscription confirmation, Edit/Delete subscriber from admin, Subscribers Import), and news log that contains detailed information about every newsletters related operations (Create, Upload, Edit, Delete and Sending newsletters).