#$screen="http://www.synchronnetworks.com/contact/ackcustreg.htm";
#$email="cfravel@synchronnetworks.com"
#$email_subject="EXAMPLE VALIDATED FORM raw data"


# New form processor:
mailto: cfravel@synchronnetworks.com
subject: EXAMPLE VALIDATED FORM raw data
success: /contact/acksales.htm
alphasort: no


#format screen
#<HTML>
#<HEAD>
#<TITLE>Thank you</TITLE>
#</HEAD>
#<BODY bgcolor="#ffffff">
#<H2>Your information has been received.</H2>
#<H2>Thank You!</H2>
#Please print this page to your printer, or somehow
#retain the phone number and email address for your records.
#<PRE>
#Your Name: $name
#</PRE>
#<P>
#An email confirmation has also been emailed to:  $email_addr
#</BODY>
#</HTML>
#.


#format email to cfravel@synchronnetworks.com subject "EXAMPLE VALIDATED FORM formatted data"
#Name:            $name
#Phone:           $phone_no
#Email:           $email_addr
#Address:         $mail_addr1
#                 $mail_addr2
#                 $city $state $postalcode $countryname
#Comments:
#$comments
#.

#format email to cfravel@fravel.net subject "EXAMPLE VALIDATED FORM to alt email address"
#Name:            $name
#Phone:           $phone_no
#Email:           $email_addr
#Address:         $mail_addr1
#                 $mail_addr2
#                 $city $state $postalcode $countryname
#Comments:
#$comments
#.

#format email to $email_addr subject "Your form submission"
#Thank you for submitting your ExampleValidatedForm information.
#.

