<%@LANGUAGE="VBSCRIPT"%> <% recaptcha_challenge_field = Request("recaptcha_challenge_field") recaptcha_response_field = Request("recaptcha_response_field") recaptcha_public_key = "6LdhsOoSAAAAANaueJQczlhBG6LYR9fz2AQ2Te9x" ' your public key recaptcha_private_key = "6LdhsOoSAAAAAGAmiImF_fnib3phaBr3p_5ZWZOh" ' your private key ' returns the HTML for the widget function recaptcha_challenge_writer() recaptcha_challenge_writer = _ "" & _ "" & _ "" end function ' returns "" if correct, otherwise it returns the error response function recaptcha_confirm(rechallenge,reresponse) Dim VarString VarString = _ "privatekey=" & recaptcha_private_key & _ "&remoteip=" & Request.ServerVariables("REMOTE_ADDR") & _ "&challenge=" & rechallenge & _ "&response=" & reresponse Dim objXmlHttp Set objXmlHttp = Server.CreateObject("Msxml2.ServerXMLHTTP") objXmlHttp.open "POST", "http://www.google.com/recaptcha/api/verify", False objXmlHttp.setRequestHeader "Content-Type", "application/x-www-form-urlencoded" objXmlHttp.send VarString Dim ResponseString ResponseString = split(objXmlHttp.responseText, vblf) Set objXmlHttp = Nothing if ResponseString(0) = "true" then 'They answered correctly recaptcha_confirm = "" else 'They answered incorrectly recaptcha_confirm = ResponseString(1) end if end function server_response = "" newCaptcha = True if (recaptcha_challenge_field <> "" or recaptcha_response_field <> "") then server_response = recaptcha_confirm(recaptcha_challenge_field, recaptcha_response_field) newCaptcha = False end if %> Agriturismo San Carlo, Prenotazione on-line

RICHIESTA DI PRENOTAZIONE

Cognome e Nome
Indirizzo
C.A.P.
Città
Prov.
Telefono
E-Mail
Nr. Persone
Arrivo Previsto
Giorni di permanenza
Note

* Campi obbligatori

Sarete ricontattati al più presto per perfezionare la prenotazione.
Autorizzo l'Agriturismo San Carlo a trattare i dati da me inviati per le attività interne.

Informativa ai sensi dell'art. 13 D.Lgs. 196/2003. In ottemperanza al D.Lgs. 196 del 30/06/03, La informiamo che i dati personali da Lei forniti volontariamente tramite questo modulo sono trattati in forma automatizzata e/o cartacea nel rispetto delle idonee misure di sicurezza previste dal D.Lgs. 196/2003, verranno inoltre trattati esclusivamente per la gestione della Sua richiesta e/o prenotazione di soggiorno e non saranno diffusi ne utilizzati per altri scopi.

Presto il consenso