HOME
SPECIALS
WATCH OUR VIDEO
IMAGE GALLERY
JOIN OUR MAILING LIST
FINDING SELBORNE
THE SURROUNDING AREA
CLIMATE
LATEST NEWS
USEFUL LINKS
CONTACT US

GOLF
THE GOLF COURSE
FACILITIES
CORPORATE GOLF
GOLF ACADEMY
RATES & MEMBERSHIP
VIEW THE GOLF COURSE
NEWSLETTER & GOLF DIARY

THE HOTEL & HEALTH SPA
ACCOMMODATION
THE HEALTH SPA
BEACH CLUB
CONFERENCE & WEDDINGS
CUISINE
CHILDRENS ENTERTAINMENT
RATES & RESERVATIONS
L.I.H.S.A

ESTATE LIVING
WHY SELBORNE?
HOUSES FOR SALE
RENTING

 

 
 

 

 

 


    <% If Request("submit") <> "" Then dim errors(11) errored = false if request("surname") = "" then errors(0) = "Please enter your Surname" errored = true end if if request("firstname") = "" then errors(1) = "Please enter your First Name" errored = true end if if request("contact") = "" then errors(2) = "Please enter your Contact Number" errored = true end if if request("email") = "" then errors(3) = "Please enter your email address" errored = true elseif not IsEmail(request("email")) then errors(3) = "Your email address appears to be invalid" errored = true end if if not isnumeric(request("adults")) then errors(4) = "Please enter the Number of Adults" errored = true end if if not isnumeric(request("fday")) then errors(5) = "Please enter the From Day" errored = true end if if request("fmonth") = "Month" then errors(6) = "Please enter the From Month" errored = true end if if not isnumeric(request("fyear")) then errors(7) = "Please enter the From Year" errored = true end if if not isnumeric(request("tday")) then errors(8) = "Please enter the To Day" errored = true end if if request("tmonth") = "Month" then errors(9) = "Please enter the To Month" errored = true end if if not isnumeric(request("tyear")) then errors(10) = "Please enter the To Year" errored = true end if if not errored then Set Mail = Server.CreateObject("Persits.MailSender") Mail.Host = mailHost message = replace(request("message"), VbCrLf, "
") message = clearUnSafeTags(message) name = clearUnSafeTags(request("firstname") & " " & request("surname")) contact = clearunsafetags(request("contact")) email = clearUnSafeTags(request("email")) adults = clearUnsafeTags(request("adults")) children = clearUnsafeTags(request("children")) fromdate = clearunsafetags(request("fday") & "/" & request("fmonth") & "/" & request("fyear")) toDate = clearUnsafeTags(request("tday") & "/" & request("tmonth") & "/" & request("tyear")) special = clearUnsafeTags(request("special")) emailHtml = "
" emailHtml = emailHtml & "

The following submission was made on the " & date & " at " & time & "

" emailHtml = emailHtml & "" emailHtml = emailHtml & "" emailHtml = emailHtml & "" emailHtml = emailHtml & "" emailHtml = emailHtml & "" emailHtml = emailHtml & "" emailHtml = emailHtml & "" emailHtml = emailHtml & "" emailHtml = emailHtml & "" emailHtml = emailHtml & "
Name" & name & "
Contact #" & contact & "
Email Address" & email & "
# of Adults" & adults & "
# of Children" & children & "
From Date" & fromdate & "
To Date" & todate & "
Special Quote Ref #" & special & "
" Mail.From = email Mail.FromName = name Mail.AddAddress adminEmailAddress Mail.Subject = "Reservation Request" Mail.Body = emailHtml Mail.IsHTML = true success = false On Error Resume Next Mail.Send if Err <> 0 then errors(4) = Err.Description errored = true else success = true end if end if end if if success then thankYouMessage = Replace(thankYouMessage, "%name%", name) thankYouMessage = Replace(thankYouMessage, "%email%", email) response.write(thankYouMessage) else if errored then response.write("
") response.write(errorMessage) response.write("
    ") for i = lbound(errors) to ubound(errors) if errors(i) <> "" then response.write("
  • " & errors(i) & "
  • ") end if next response.write("
") response.write("
") end if %>
">
Surname
" size="25">
First Name
" size="25" id="Text1">
Contact Number
" size="25" id="Text2">
Email
" size="25">
Number of Adults
Number of Children
Duration of Stay:
From: of ,

Until: of ,

IF THIS IS A SPECIAL PLEASE QUOTE THE REFERENCE NUMBER HERE

 
<% end if %>

 

 

  • Please not that this form does not constitute a confirmed booking
  • Please allow for 24 hours for our reservation department to contact you to confirm your booking
  • terms and conditions apply