bookings

First Name
Surname
Address
Email (required)
Confirm Email (required)
Telephone number
Mobile Telephone number
Type of house required
Total number of people (required)
Number of children and ages
Arrival date DD/MM/YY
Departure date DD/MM/YY
Special requirements (eg. highchairs, buggies etc ...)



captcha
Please enter the verification code above in the space below:

When your enquiry has been sent you will receive a confirmation message.

If you don't, it normally means that you have entered your e-mail address wrongly.

Please check carefully as otherwise we cannot get back to you.

$captcha_instance = new ReallySimpleCaptcha();
$captcha_instance->bg = array(0, 0, 0);
$word = $captcha_instance->generate_random_word();
$prefix = mt_rand();
$captcha_instance->generate_image($prefix, $word);
$correct = $captcha_instance->check($prefix, $the_answer_from_respondent);
$captcha_instance->remove($prefix);