"PickUpDate", "text" => "Pick Up Date", "type" => "text", "required" => "Required" ) ;
$form_mail[] = array( "name" => "FullName", "text" => "Full Name", "type" => "text", "required" => "Required" ) ;
$form_mail[] = array( "name" => "Company", "text" => "Company", "type" => "text" ) ;
$form_mail[] = array( "name" => "PickUpTime", "text" => "Pick Up Time", "type" => "text", "required" => "Required" ) ;
$form_mail[] = array( "name" => "Flightarrivingfrom", "text" => "Flight arriving from", "type" => "text") ;
$form_mail[] = array( "name" => "FlightNumber", "text" => "Flight Number", "type" => "text") ;
$form_mail[] = array( "name" => "Airline", "text" => "Airline", "type" => "text") ;
$form_mail[] = array( "name" => "PickUpLocation", "text" => "Pick Up Location", "type" => "text", "required" => "Required" ) ;
$form_mail[] = array( "name" => "CellPhoneNumber", "text" => "Cell Number", "type" => "text", "required" => "Required" ) ;
$form_mail[] = array( "name" => "Email", "text" => "Email", "type" => "text", "required" => "Required" ) ;
$form_mail[] = array( "name" => "Destination", "text" => "Destination", "type" => "text", "required" => "Required" ) ;
$form_mail[] = array( "name" => "NoofPeople", "text" => "No. of People", "type" => "text", "required" => "Required" ) ;
$form_mail[] = array( "name" => "SpecialInstructions", "text" => "Special Instructions", "type" => "text" ) ;
// -- Detech Submit & SendMail --
$isHideForm = false;
if( $HTTP_POST_VARS["formmail_submit"] ){
sendFormMail( $form_mail, "") ;
$isHideForm = true;
}
?>
Reservations
Wellesley Carriage is available 24 hours a day seven days a week for
reservations and cancellations. Reservations and cancellations can be
made by phone, facimile or email.
Greater Boston: (508) 653-5027
Toll-Free: (800) 836-0006
Facsimile: (508) 655-7099
Email: reservations@wellesleycarriage.com OR use the form below.
$sErr ";
$starColor = $sErr ? "#ff0000" : "#000000";
$style=" class='form_text' ";
?>
";;;
else: //!$isHideForm
print( "
The form has been sent. Thank you! Someone will contact you as soon as possible. " );
endif; //!$isHideForm
?>