include_once("header.php"); include_once ('includes/class_formchecker.php'); if ($_REQUEST['option'] == 'quote_motor') { $form_submitted = 0; if (isset($_REQUEST['form_send_quote_motor'])) { define ('FRMCHK_QUOTE_MOTOR', 1); (int) $contact_post = 1; $contact_details = $_REQUEST; $frmchk_details = $contact_details; include('includes/procedure_frmchk_quotemotor.php'); if ($fv->is_error()) { //$template->set('display_formcheck_errors', '
Please fill in the neccessary details for the Quote Motor form!
"; } else { $contact_us_output = contact_us($contact_details); $msg_changes_saved = "" . $contact_us_output . "
"; } } if (!$form_submitted) { $post_details = ($contact_post) ? $_REQUEST : $contact_details; } } function contact_us($quote_motor_details) { (string) $display_output = null; global $setts; ## email here include('mails/quote_motor.php'); $display_output = "Quote Motor Request Send Successfully!"; return $display_output; } ?>
Please fill in the details below as accurate as possible. Our consultant will get back to you very shortly.