| Your name * |
: |
|
| Company Name |
: |
|
| Phone Number / Mobile Number * |
: |
|
| Email Address * |
: |
|
| Existing Website (if any) |
: |
|
| Service Required * |
: |
|
| Other Services ( if any ) |
: |
|
| Details of Service required (4000 characters Max) |
: |
|
| What is your budget of this project? |
: |
|
| How quickly do you want to proceed? |
: |
|
| |
|
is_valid) {
echo "You got it!";
# 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);
?>
|
| *required fields |
|
|