<FORM ACTION="http://www.skypoint.com/cgi-bin/FormMail.cgi">
    <INPUT TYPE="hidden" 
      NAME="recipient" VALUE="your_email_address">
     (The recipient field 
      must be present, named "recipient" in small letters, with an email address.)
     <INPUT TYPE="text" 
      NAME="a_field_name" SIZE=maximum_#_of_characters_in_field>
    <INPUT TYPE="text" 
      NAME="another_field_name" SIZE=maximum_#_of_characters_in_this_field>
    <INPUT TYPE="submit" 
      NAME="button" VALUE="button_caption">
     (See World 
      Wide Mart for other tags inside the FORM tag.)
     </FORM>