The most important piece of code that you will need in order to use Mailing List Manager is the form that visitors to your site will use to sign up for your newsletter or other mailing. The basic form code is below.
<form action="http://apps.agenne.com/mladd.cfm" method="post">
<input type="hidden" name="cid" value="000">
<input type="text" name="email_address" size="25">
<input type="submit" value="Join List" class="submit">
</form>
|
In the above code, where you see the "cid" value 000, this will be replaced with your client ID.