MAILOMATIC
USER INTERFACE
By user interface, we mean the 'form' you will need
to build so that your visitors can join your mail list/s. We have constructed
a sample page and included it with the distribution (mom.html).
This, however, is a full page - which you don't really need. Most people
will want to 'embed' the 'form' in an existing page ( it is what we have
been doing). The following code fragment is the bare bones html that you
can cut and paste into your page:
<form action="https://www.mydomain.com.au/cgi-bin/mailomatic.pl"
method=GET>Your email address:<input type="text" name="emailaddress"
size=20>
<input type="radio" name="emailtype"><option
value="on">Html?</option>
<input name=" " type="submit" value="SUBSCRIBE">
which will look like this: