Control Panel Login

CGI - List Subscribe

The ListSubscribe.asp script allows you to have users add themesleves to your mailing list.

To use ListSubscribe.asp, create a form on your web page will the following parameters.

The form action line should be

<form method="POST" action="http://www.terrasite.com/cgi-bin/ListSubscribe.asp">

Required Form Fields:

Field: Email
The email address to be added to the list.
<input type=text name="email">

 

Field: DomainName
Your domain name.

<input type=hidden name="DomainName" value="yourdomain.com">

 

Field: List
The name of the mailing list.
<input type=hidden name="list" value="mailinglistname">

Any other form fields that appear in your script will be ignored.