ValidateLoginDB('none'); if ( ! empty($thefunction)) { $errors = ValidateRequest($link, $userid); } $query = "SELECT * FROM fb_users WHERE id='$userid';"; $result = mysql_query($query, $link); $rows = mysql_num_rows($result); if ($rows > 0) { $firstname = mysql_result($result, 0, "firstname"); $lastname = mysql_result($result, 0, "lastname"); $company = mysql_result($result, 0, "company"); $email = mysql_result($result, 0, "email"); $phone = mysql_result($result, 0, "phone"); $address = mysql_result($result, 0, "address"); $address2 = mysql_result($result, 0, "address2"); $city = mysql_result($result, 0, "city"); $state = mysql_result($result, 0, "state"); $zip = mysql_result($result, 0, "zip"); $country = mysql_result($result, 0, "country"); } if ( ! empty($HTTP_POST_VARS["firstname"])) { $firstname = $HTTP_POST_VARS["firstname"];} if ( ! empty($HTTP_POST_VARS["lastname"])) { $lastname = $HTTP_POST_VARS["lastname"];} if ( ! empty($HTTP_POST_VARS["company"])) { $company = $HTTP_POST_VARS["company"];} if ( ! empty($HTTP_POST_VARS["address"])) { $address = $HTTP_POST_VARS["address"];} if ( ! empty($HTTP_POST_VARS["address2"])) { $address2 = $HTTP_POST_VARS["address2"];} if ( ! empty($HTTP_POST_VARS["city"])) { $city = $HTTP_POST_VARS["city"];} $statecountry = GetStateCountry(); $state = $statecountry[0]; $country = $statecountry[1]; if ( ! empty($HTTP_POST_VARS["zip"])) { $zip = $HTTP_POST_VARS["zip"];} if ( ! empty($HTTP_POST_VARS["email"])) { $email = $HTTP_POST_VARS["email"];} if ( ! empty($HTTP_POST_VARS["phone"])) { $phone = $HTTP_POST_VARS["phone"];} $instrument_type = $HTTP_POST_VARS["instrument_type"]; if ( ! empty($HTTP_POST_VARS["serialnum"])) { $serialnum = $HTTP_POST_VARS["serialnum"];} if ( ! empty($HTTP_POST_VARS["acquisition_software_version"])) { $acquisition_software_version = $HTTP_POST_VARS["acquisition_software_version"];} if ( ! empty($HTTP_POST_VARS["acquisition_software_version_other"])){ $acquisition_software_version_other = $HTTP_POST_VARS["acquisition_software_version_other"];} if ( ! empty($HTTP_POST_VARS["analysis_software_version"])) { $analysis_software_version = $HTTP_POST_VARS["analysis_software_version"];} if ( ! empty($HTTP_POST_VARS["analysis_software_version_other"])) { $analysis_software_version_other = $HTTP_POST_VARS["analysis_software_version_other"];} if ( ! empty($HTTP_POST_VARS["blitz_software_version"])) { $blitz_software_version = $HTTP_POST_VARS["blitz_software_version"];} if ( ! empty($HTTP_POST_VARS["pioneer_software_version"])) { $pioneer_software_version = $HTTP_POST_VARS["pioneer_software_version"];} if ( ! empty($HTTP_POST_VARS["case_type"])) { $case_type = $HTTP_POST_VARS["case_type"];} if ( ! empty($HTTP_POST_VARS["case_reason"])) { $case_reason = $HTTP_POST_VARS["case_reason"];} if ( ! empty($HTTP_POST_VARS["case_reason_other"])) { $case_reason_other = $HTTP_POST_VARS["case_reason_other"];} if ( ! empty($HTTP_POST_VARS["case_origin"])) { $case_origin = $HTTP_POST_VARS["case_origin"];} if ( ! empty($HTTP_POST_VARS["application"])) { $application = $HTTP_POST_VARS["application"];} if ( ! empty($HTTP_POST_VARS["application_other"])) { $application_other = $HTTP_POST_VARS["application_other"];} if ( ! empty($HTTP_POST_VARS["sensor"])) { $sensor = $HTTP_POST_VARS["sensor"];} if ( ! empty($HTTP_POST_VARS["sensor_other"])) { $sensor_other = $HTTP_POST_VARS["sensor_other"];} if ( ! empty($HTTP_POST_VARS["sensor_lot_number"])) { $sensor_lot_number = $HTTP_POST_VARS["sensor_lot_number"];} if ( ! empty($HTTP_POST_VARS["subject"])) { $subject = $HTTP_POST_VARS["subject"];} if ( ! empty($HTTP_POST_VARS["description"])) { $description = $HTTP_POST_VARS["description"];} function set_select ($options, $label, $name, $current, $other = '', $reuire = '*') { global $errors; echo ' '; if ($other != '') $other = ' onchange="show_hide(this, \''. $other .'\')"'; echo ''; echo '  '. $errors[$name] .''; } ?> ForteBio :: Request Technical Support PageHeadCustom($userid); ?>
PageHeader($userid); $bannermenus = new BannerMenus_forte($link, $DB_USER_TABLE, $path); $bannermenus->Banner($userid); $bannermenus->MenuBar($menuloc); ?>
 

Email Technical Support

 
SideMenuBar($menuloc); ?>

  
  
  
  
  
"; } else { echo ""; } ?>
  
"; ?>
  
  
  
  
  
  
  
  
  
  
  
  
GetString(); ?> DisplayString(); ?>   
 
PageFooter(); ?>
0) { return $errors; } // Log the info in the database: LogFormData($link, "support", $firstname, $lastname, $email, $company, $description, "", "", $best_contact, $serialnum, $phone, "", "", "", "", $other_contact); $recipients = "fortebiosupport@moldev.com"; // $subject = "Support request from $firstname $lastname"; $body = "Support request submitted from:\n"; $body .= "\t$firstname $lastname\n"; $body .= "\tCompany: $company\n"; $body .= "\tAddress: $address $address2, $city, $state, $zip $country\n"; $body .= "\tEmail: $email\n"; $body .= "\tPhone: $phone\n"; $body .= "\tInstrument type: $instrument_type\n"; $body .= "\tInstrument serial #: $serialnum\n"; if ($instrument_type == 'Octet system') { if ($acquisition_software_version == 'Other') $body .= "\tCurrent Octet Data Acquisition Software version[other]: $acquisition_software_version_other \n"; else if ($acquisition_software_version != "Select one") $body .= "\tCurrent Octet Data Acquisition Software version: $acquisition_software_version \n"; if ($analysis_software_version == 'Other') $body .= "\tCurrent Octet Data Analysis Software version[other]: $analysis_software_version_other \n"; else if ($analysis_software_version != "Select one") $body .= "\tCurrent Octet Data Analysis Software version: $analysis_software_version \n"; } else if ($instrument_type == 'BLItz system') { $body .= "\tBlitz Software version: $blitz_software_version \n"; } else { $body .= "\tPioneer Software version: $pioneer_software_version \n"; } $body .= "\tReason for contacting ForteBio: $case_type\n"; if ($case_reason == 'Other') $body .= "\tMy problem or question is on[other]: $case_reason_other \n"; else $body .= "\tMy problem or question is on: $case_reason \n"; $body .= "\tContact me via: $case_origin\n"; if ($application == 'Other') $body .= "\tExperiment Type[other]: $application_other \n"; else $body .= "\tExperiment Type: $application \n"; if ($sensor == 'Other') $body .= "\tType of Biosensor[other]: $sensor_other \n"; else $body .= "\tType of Biosensor: $sensor \n"; $body .= "\tBiosensor Lot #: $sensor_lot_number\n"; $body .= "\tEmail subject line: $subject\n"; $body .= "\tDescription of problem: $description\n"; $recipients = ''; $query = "SELECT id, email, type FROM fb_recipients WHERE type='support';"; $result = mysql_query($query, $link); $rows = mysql_num_rows($result); for ($i = 0; $i < $rows; $i++) { if ($recipients != "") { $recipients .= ","; } $recipients .= mysql_result($result, $i, "email"); } // $recipients = "oferli@gmail.com"; if ($recipients != "") { if (!empty($attach_temp) && ($attach_temp != "")) { $filename = array(0 => array('file' => $attach_temp, 'mimetype' => 'application/octet-stream', 'filename' => $attachment)); $errors['mail'] = mail_attached($recipients, $FROM_EMAIL, $subject, $body, $filename); } else { $headers = "From: $FROM_EMAIL"; $errors['mail'] = mail($recipients, $subject, $body, $headers); } } /* if (count($errors) > 0) { return $errors; }*/ GoToPage("support-thanks.html"); exit; } mysql_close($link); ?>