EZ-Mailing list 

Main Page
 

Table of Contents
 
 

Index

This option allows you to tailor the messages that are sent to customers who join your mailing list. 

You get to this option by selecting the choice EZ-Mailing List from the Construction Tools menu. You leave this option by pressing the button labeled Return to Main Menu

When you select EZ-Mailing List, you will see a display that offers these choices: 

Edit Configuration: This option allows you to define the appearance of the screen that is shown to the customer after they ask to join the mailing list. 

View HTML Code: This option allows you to view (and remove) the code necessary to access this function from any external HTML program. This function is not required as part of your website functioning. However, for your reference, where the account number is 'X329533', the HTML code display looks like this:

Here is the HTML Code to insert to your page

<CENTER><TABLE><TR><TD align='center'>

<FORM method='post'

action=' /cgi-bin/ez-maillist/signup.cgi?X329533'>Name:<BR>

<input type=textname='Name' size=30 maxlength=35><BR>Email:<BR>

<input type=textname'Email' size=30 maxlength=40><BR><BR>

<input type=submit name=Submit Value='Submit'><BR></FORM>

</TD></TR></TABLE></CENTER>

When you are finished, press the button labeled Return to Main Menu.

I want to access the mailing list in a hand-written HTML program. How can I get the code to do so?
Feedback