Loren's Auto: Request an Appointment
To request an appointment online, simply fill in the form below and select which services you would like for us to perform on your vehicle. Be sure to click the 'Submit' button at the bottom of the page when you have completed filling in the form. One of our staff will contact you as soon as possible to confirm your appointment. Thank You!|
";
echo "
";
# in a real application, you should send an email, create an account, etc
} else {
# set the error code so that we can display it. You could also use
# die ("reCAPTCHA failed"), but using the error message is
# more user friendly
$error = $resp->error;
}
}
echo "
";
echo recaptcha_get_html($publickey, $error);
?>
|
