Using the Generic Mail to CGI program.This program (guestgen.pl) takes the output from an html form, parses thename-value pairs for each field and sends the output to an email addressspecified in the original html form (see below). It also says 'Thank you' tothe user.The name-value pairs can take any field name and value with the exceptionof the recipient's email address (see below).The start of the html code for the original form must be as follows:
where doe@xyz.com is the email address for the form output'sintended recipient.Note that this allows multiple users to utilize this one script bysimply placing the recipient's email address in their own form html.If you do not want the recipient's email address to be visible in thehtml source then you will have to place a copy of this cgi script inyour own cgi directory and edit appropriately. Contact yourMainstream representative if you need to do this.It is also possible to edit such a copy so that the the full form outputis converted to html and returned to the user on the fly, providing anopportunity for corrections or changes. It is not possible to generatea generic script for this purpose as it must be written for the specificname-value pairs in the original form. Again contact your Mainstreamrepresentative if you would like to do this.