 |
| How
can we help you?
|
| Are
you currently sustaining damage from a leak?
Yes
No |
| What
type of building?
Apartments
Commercial
Industrial |
| What
type of roof is currently on your roof?
|
| Is
the roof under warranty?
Yes
No |
| Do
you have your roof inspected regularly?
Yes
No |
| Time
that bids need to be turned in by?
|
| Time
frame you would like roof completed?
|
 |
| Who,
other than yourself, might look at our proposal?
Please list Name or Title: |
| Title:
Name:
|
 |
 |
| What
day of the week works best to meet with you
or your decision makers? |
| |
 |
| How
do we access your roof? |
 |
| Would
you be willing to show us around your roof
top?
Yes
No |
| When:
|
 |
| Additional
Comments: |
|
 |
|
 |
|
is_valid)
{
Print( "Form Successfully Submitted!");
$body="Bid-Advantage contact form email\r\n--------------------------------\r\n\r\n";
foreach ($_POST as $key => $value)
{
$body.= "$key: $value\r\n";
}
mail("info@jewettroofing.com","Jewett Roofing Contact Form",$body,"From: nobody@jewettroofing.com");
exit();
# 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 recaptcha_get_html($publickey, $error);
?>
|