<% if (Request.Form("FFSubmitted") = "yes" AND (Request.Form("Website") = "")) then Dim BodyString Dim objCDO Dim RedirectURL Dim FormFields Dim arrFormFields FormFields ="CustomerName~BookingDates~NatureOfBooking~Phone~Email" If FormFields <> "" Then arrFormFields = split(FormFields,"~") End If Set objCDO = Server.CreateObject("CDONTS.NewMail") objCDO.From = "webservices@kildare.ie" objCDO.To = "kevinkellykcn@gmail.com" objCDO.Cc = "" objCDO.Bcc = "kws@eircom.net" objCDO.Subject = "Enquiry from Auburn Chauffeuring Website" BodyString = Replace("The following was entered into the Contact Form on the Auburn Chauffeuring Website:~~","~",chr(13) & chr(10) )& chr(13) If FormFields <> "" Then For Each item In arrFormFields BodyString = BodyString & item & ": " & Request.Form(item) & chr(13) Next End If objCDO.Body = BodyString objCDO.BodyFormat = 1 objCDO.MailFormat = 1 objCDO.Send Set objCDO = Nothing RedirectURL = "thankyouUP.asp" If RedirectURL <> "" then If Request.QueryString <> "" Then response.redirect(RedirectURL & "?" & Request.QueryString) else response.redirect(RedirectURL) end If end if end if %> <% MM_EditAction = CStr(Request("URL")) If (Request.QueryString <> "") Then MM_EditAction = MM_EditAction & "?" & Request.QueryString End If %> Contact Auburn Chauffeuring, Ireland - The Premier Irish Executive Driving Service

Welcome to Auburn Chauffeuring

Contact Us

Name ::
Date/s of Booking ::

Nature of Booking ::

*
Phone ::
*
Email::
*
Website:
 
* denotes required