| Contact Forms | | Print | |
|
As a service to our valued clients, brainlink International provides the following CGI scripts to help you process your forms. Use either of the CGIs with your ACTION= directive. These CGIs make use of the POST method. i.e.
<FORM method=POST action="http://cgi.brainlink.com/cgi-bin/inform.pl">
<input name="Name" name="Email">
<input type="hidden" name="cc" value="
">
<input type="hidden" name="bcc" value="
">
<input type="hidden" name="formname" value="Brainlink Comment Form"> <input type="hidden" name="destination" value="http://www.brainlink.com/"> <input type="hidden" name="ownername" value="Brainlink International WWW Server">
/cgi-bin/inform.pl Sends the form data as field-data pairs. i.e.
/cgi-bin/inform-csv.pl Sends the form data as comma-seperated values. i.e.
NOTE: inform-csv.pl emails you the user input, NOT the field names. Both scripts use the following hidden fields to send the contents of the form to your mailbox:
10/28/95 Update: If a field called 'email' is present, then the email sent to you will contain the WebSurfer's email address in the reply-to: field. Thus, you can reply to the surfer by using the reply-to address, instead of the From: address. 11/19/98 Update: If a field called 'cc' is present, then the email will be sent to the CC address as well 11/19/98 Update: If a field called 'bcc' is present, then the email will be sent to the BCC'd to the bcc address 06/28/99 Update: Fields bcc and destination are stripped from the email. The owner doesn't need to know who the bcc's are and you should already know your destination. |