Demonstration Page
[Return to Administration Console]

Welcome to Incipio inList! 

This page is intended to show you how the mailing list signup button can be installed on your web site.  The important thing to remember is that the submission box must be a form with the following:

ACTION = "/inlist/subscribe.asp
METHOD = "POST"

and the following fields:

Email - This field is required and should be a text box for the user to enter their e-mail address.
ListID - This field is not required, but if included should be a hidden field with an integer which corresponds to the ID for the list as indicated in the List Manager.
JumpTo - This field is not required, but if included should be a hidden field with a string indicating what page to goto when the subscription process is complete.  This will default to the setting in the /inlist/include/constants.inc file.

 

Join Our Mailing List
Enter your e-mail address to be included in our mailing list:

Below is the same form, but configured with an unsubscribe option enabled.

Join Our Mailing List
Enter your e-mail address to be included in our mailing list:
Subscribe   Un-Subscribe

Un-Subscribing

In version 1.0.3 (current) you can now allow your e-mailing list subscribers to un-subscribe from a particular list. Either you can use a form like the one shown above -OR- you can use a URL which can be embedded into the bottom of a e-mail message or web page. Here is an example of the URL in action:

href="[YOUR_DOMAIN]/inlist/subscribe.asp?email=[THEIR_EMAIL_ADDRESS]&op=unsubscribe


NOTE: Un-subscribing from a list removes the address from the particular list, it does NOT remove them completely from the system, only the administrator can do this through the 'Address Pool'. If no list is specified in the form, the address will be removed from all lists.


If you have any difficulties installing inList on your site, please contact Support@Incipio.WS