Menu Content/Inhalt
Home arrow Support arrow Contact Forms
Contact Forms | Print |  E-mail

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">
INSERT other fields, text, etc. here.

<input type="hidden" name="owner" value=" ">

<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.
Name: Albert Einstein
Email:

/cgi-bin/inform-csv.pl Sends the form data as comma-seperated values. i.e.
"Albert Einstein"," "

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:

owner
Email address you want the form data mailed to (can be multiple comma-seperated addresses)
cc
Email address you want the form data CC'd to (can be multiple comma-seperated addresses)
bcc
Email address you want the form data BCC'd to (can be multiple comma-seperated addresses)
formname
The name of the form. i.e. BrainLINK International's Comment Form
destination
The url you want the user to go to next.
ownername
Your WWW Site name. For individuals, this will be your name. For firms, this will be your company's name.

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.

 

Latest Events

No Latest Events