{"id":1856,"date":"2016-03-03T16:54:08","date_gmt":"2016-03-03T15:54:08","guid":{"rendered":"http:\/\/www.ashotels.it\/en\/?page_id=1856"},"modified":"2017-08-22T15:58:12","modified_gmt":"2017-08-22T13:58:12","slug":"can-we-help-you","status":"publish","type":"page","link":"https:\/\/www.ashotels.it\/en\/as-hotel-dei-giovi\/can-we-help-you","title":{"rendered":"How can we help you?"},"content":{"rendered":"<form id=\"form_preventivo\" action=\"\/en\/wp-json\/wp\/v2\/pages\/1856\" method=\"post\" onsubmit=\"return checkPreventivo()\">\r\n<div class=\"campo_form wide\">\r\n    <label for=\"preventivo_nome\">Name and surname<\/label>\r\n    <input class=\"campo\" type=\"text\" name=\"nome\" id=\"preventivo_nome\" value=\"\" \/>\r\n<\/div>\r\n<div class=\"campo_form\">\r\n    <label for=\"preventivo_email\">eMail address<\/label>\r\n    <input class=\"campo\" type=\"text\" name=\"email\" id=\"preventivo_email\" value=\"\" \/>\r\n<\/div>\r\n<div class=\"campo_form\">\r\n    <label for=\"preventivo_telefono\">Phone number<\/label>\r\n    <input class=\"campo\" type=\"text\" name=\"telefono\" id=\"preventivo_telefono\" value=\"\" \/>\r\n<\/div>\r\n<div class=\"campo_form\">\r\n    <label for=\"preventivo_arrivo\">Arrival<\/label>\r\n    <input class=\"campo calendario\" type=\"text\" name=\"arrivo\" id=\"preventivo_arrivo\" value=\"\" data-value=\"2026-04-20\" \/>\r\n<\/div>\r\n<div class=\"campo_form\">\r\n    <label for=\"preventivo_partenza\">Departure<\/label>\r\n    <input class=\"campo calendario\" type=\"text\" name=\"partenza\" id=\"preventivo_partenza\" value=\"\" data-value=\"2026-04-21\" \/>\r\n<\/div>\r\n<div class=\"campo_form\">\r\n    <label for=\"preventivo_camere\">Rooms<\/label>\r\n    <select class=\"campo\" name=\"camere\" id=\"preventivo_camere\">\r\n    <option value=\"1\" selected=\"selected\">1<\/option>\r\n    <option value=\"2\">2<\/option>\r\n    <option value=\"3\">3<\/option>\r\n    <option value=\"4\">4<\/option>\r\n    <\/select>\r\n<\/div>\r\n<div class=\"campo_form\">\r\n    <label for=\"preventivo_adulti\">Adults<\/label>\r\n    <select class=\"campo\" name=\"adulti\" id=\"preventivo_adulti\">\r\n    <option value=\"0\">0<\/option>\r\n    <option value=\"1\">1<\/option>\r\n    <option value=\"2\" selected=\"selected\">2<\/option>\r\n    <option value=\"3\">3<\/option>\r\n    <option value=\"4\">4<\/option>\r\n    <option value=\"5\">5<\/option>\r\n    <option value=\"6\">6<\/option>\r\n    <\/select>\r\n<\/div>\r\n<div class=\"campo_form wide\">\r\n    <label for=\"preventivo_messaggio\">Do you want to tell us something else?<\/label>\r\n    <textarea class=\"campo\" name=\"messaggio\" id=\"preventivo_messaggio\"><\/textarea>\r\n<\/div>\r\n<div class=\"campo_form\" id=\"preventivo_div_privacy\">\r\n\t<img loading=\"lazy\" decoding=\"async\" id=\"preventivo_privacy_img\" src=\"https:\/\/www.ashotels.it\/wp-content\/themes\/ashotels\/images\/privacy_off.png\" width=\"18\" height=\"18\" onclick=\"checkPreventivoPrivacy()\" \/>\r\n    <input id=\"preventivo_privacy\" name=\"privacy\" type=\"checkbox\" value=\"1\" style=\"display:none\" onchange=\"javascript:checkPreventivoImagePrivacy()\" \/>\r\n    <label for=\"preventivo_privacy\">Authorize AS Hotels to utilize my personal information (D.L. 196\/2003)<\/label>\r\n    <a href=\"https:\/\/www.ashotels.it\/en\/as-hotel-dei-giovi\/privacy-as-hotel-dei-giovi\" target=\"_blank\">(see privacy policy)<\/a>\r\n<\/div>\r\n<div class=\"campo_form\">\r\n    <input class=\"submit\" value=\"Send your request\" type=\"submit\" \/>\r\n    <input type=\"hidden\" name=\"lingua\" value=\"en\" \/>\r\n    <input type=\"hidden\" name=\"azione\" value=\"preventivo_hotel\" \/>\r\n    <input type=\"hidden\" name=\"hotel\" value=\"deigiovi\" \/>\r\n    <div class=\"clear\"><\/div>\r\n<\/div>\r\n<div class=\"clear\"><\/div>\r\n<\/form>\r\n<script type=\"text\/javascript\">\r\njQuery(function(){\r\n\t\tjQuery.extend(jQuery.fn.pickadate.defaults,{\r\n\t\tformat:\"dddd d mmmm yyyy\",formatSubmit:\"yyyy-mm-dd\"\r\n\t});\r\n\t\r\n\tjQuery('#preventivo_arrivo').pickadate({\r\n\t\tmin: true, \/\/ oggi\r\n\t\t\/\/min: 1, \/\/ domani\r\n\t\thiddenName: true,\r\n\t\tformatSubmit:\"yyyy-mm-dd\",\r\n\t\tonSet: function(context) {\r\n\t\t\tvar newmin = new Date(context.select);\r\n\t\t\tnewmin.setDate(newmin.getDate()+1); \/\/ nuovo minimo di partenza impostato al giorno successivo all'arrivo\r\n\t\t\tvar picker = jQuery('#preventivo_partenza').pickadate('picker');\r\n\t\t\tvar partenza = picker.get('select');\r\n\t\t\tpicker.set('min',newmin);\r\n\t\t\tif(partenza.pick <= newmin.getTime()) { \/\/ se la partenza corrente \u00e8 precedente al minimo sposta la partenza\r\n\t\t\t\tpicker.set('select',newmin);\r\n\t\t\t}\r\n\t\t},\r\n\t\tonOpen: function() {\r\n    \t\tjQuery('#wrapper_slides #booking_container').css('zIndex',101);\r\n  \t\t},\r\n  \t\tonClose: function() {\r\n    \t\tjQuery('#wrapper_slides #booking_container').css('zIndex',100);\r\n  \t\t}\r\n\t});\r\n\tjQuery('#preventivo_partenza').pickadate({\r\n\t\tmin: 1, \/\/ domani\r\n\t\t\/\/min: 2, \/\/ due giorni da oggi\r\n\t\thiddenName: true,\r\n\t\tformatSubmit:\"yyyy-mm-dd\",\r\n\t\tonOpen: function() {\r\n    \t\tjQuery('#wrapper_slides #booking_container').css('zIndex',101);\r\n  \t\t},\r\n  \t\tonClose: function() {\r\n    \t\tjQuery('#wrapper_slides #booking_container').css('zIndex',100);\r\n  \t\t}\r\n\t});\r\n});\r\n\r\nfunction checkPreventivo() {\r\n\tvar errori = 0;\r\n\tif(jQuery('#preventivo_nome').val()==\"\") {\r\n\t\tjQuery('#preventivo_nome').addClass('errore');\r\n\t\terrori++;\r\n\t} else {\r\n\t\tjQuery('#preventivo_nome').removeClass('errore');\r\n\t}\r\n\tif(!checkMail(jQuery('#preventivo_email').val())) {\r\n\t\tjQuery('#preventivo_email').addClass('errore');\r\n\t\terrori++;\r\n\t} else {\r\n\t\tjQuery('#preventivo_email').removeClass('errore');\r\n\t}\r\n\tif(jQuery('#preventivo_telefono').val()==\"\") {\r\n\t\tjQuery('#preventivo_telefono').addClass('errore');\r\n\t\terrori++;\r\n\t} else {\r\n\t\tjQuery('#preventivo_telefono').removeClass('errore');\r\n\t}\r\n\tif(jQuery(\"[name='arrivo']\",jQuery('#form_preventivo')).val()=='') {\r\n\t\tjQuery('#preventivo_arrivo').addClass('errore');\r\n\t\terrori++;\r\n\t} else {\r\n\t\tjQuery('#preventivo_arrivo').removeClass('errore');\r\n\t}\r\n\tif(jQuery(\"[name='partenza']\",jQuery('#form_preventivo')).val()=='') {\r\n\t\tjQuery('#preventivo_partenza').addClass('errore');\r\n\t\terrori++;\r\n\t} else {\r\n\t\tjQuery('#preventivo_partenza').removeClass('errore');\r\n\t}\r\n\tif(!(jQuery('#preventivo_privacy').prop('checked'))) {\r\n\t\tjQuery('#preventivo_div_privacy').addClass('errore');\r\n\t\terrori++;\r\n\t} else {\r\n\t\tjQuery('#preventivo_div_privacy').removeClass('errore');\r\n\t}\r\n\tif(errori>0) { return false; } else {\r\n\t\treturn true;\r\n\t}\r\n}\r\n\r\nfunction checkPreventivoPrivacy() {\r\n\tjQuery('#preventivo_privacy').prop('checked', jQuery('#preventivo_privacy').prop('checked') ? false : true );\r\n\tcheckPreventivoImagePrivacy();\r\n}\r\n\r\nfunction checkPreventivoImagePrivacy() {\r\n\tif(jQuery('#preventivo_privacy').prop('checked')) {\r\n\t\tjQuery('#preventivo_privacy_img').attr('src', 'https:\/\/www.ashotels.it\/wp-content\/themes\/ashotels\/images\/privacy_on.png').addClass('attivo');\r\n\t} else {\r\n\t\tjQuery('#preventivo_privacy_img').attr('src', 'https:\/\/www.ashotels.it\/wp-content\/themes\/ashotels\/images\/privacy_off.png').removeClass('attivo');\r\n\t}\r\n}\r\n<\/script>\n","protected":false},"excerpt":{"rendered":"","protected":false},"author":6,"featured_media":0,"parent":636,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"deigiovi-page.php","meta":{"_acf_changed":false,"inline_featured_image":false,"ngg_post_thumbnail":0,"footnotes":""},"class_list":["post-1856","page","type-page","status-publish","hentry"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.0 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>AS Hotel dei Giovi | Contacts<\/title>\n<meta name=\"description\" content=\"AS Hotel dei Giovi Contacts - Via Manzoni, 99\/bis 20811 Cesano Maderno (MB) Phone +39 0362 64401 - giovi@ashotels.it\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.ashotels.it\/en\/as-hotel-dei-giovi\/can-we-help-you\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"AS Hotel dei Giovi | Contacts\" \/>\n<meta property=\"og:description\" content=\"AS Hotel dei Giovi Contacts - Via Manzoni, 99\/bis 20811 Cesano Maderno (MB) Phone +39 0362 64401 - giovi@ashotels.it\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.ashotels.it\/en\/as-hotel-dei-giovi\/can-we-help-you\" \/>\n<meta property=\"og:site_name\" content=\"AS Hotels\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/AsHotels\" \/>\n<meta property=\"article:modified_time\" content=\"2017-08-22T13:58:12+00:00\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:site\" content=\"@ASHOTELS1\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.ashotels.it\/en\/as-hotel-dei-giovi\/can-we-help-you\",\"url\":\"https:\/\/www.ashotels.it\/en\/as-hotel-dei-giovi\/can-we-help-you\",\"name\":\"AS Hotel dei Giovi | Contacts\",\"isPartOf\":{\"@id\":\"https:\/\/www.ashotels.it\/en#website\"},\"datePublished\":\"2016-03-03T15:54:08+00:00\",\"dateModified\":\"2017-08-22T13:58:12+00:00\",\"description\":\"AS Hotel dei Giovi Contacts - Via Manzoni, 99\/bis 20811 Cesano Maderno (MB) Phone +39 0362 64401 - giovi@ashotels.it\",\"breadcrumb\":{\"@id\":\"https:\/\/www.ashotels.it\/en\/as-hotel-dei-giovi\/can-we-help-you#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.ashotels.it\/en\/as-hotel-dei-giovi\/can-we-help-you\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.ashotels.it\/en\/as-hotel-dei-giovi\/can-we-help-you#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/www.ashotels.it\/en\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"A modern hotel in the north of Milan\",\"item\":\"https:\/\/www.ashotels.it\/en\/as-hotel-dei-giovi\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"How can we help you?\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/www.ashotels.it\/en#website\",\"url\":\"https:\/\/www.ashotels.it\/en\",\"name\":\"AS Hotels\",\"description\":\"\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/www.ashotels.it\/en?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"AS Hotel dei Giovi | Contacts","description":"AS Hotel dei Giovi Contacts - Via Manzoni, 99\/bis 20811 Cesano Maderno (MB) Phone +39 0362 64401 - giovi@ashotels.it","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/www.ashotels.it\/en\/as-hotel-dei-giovi\/can-we-help-you","og_locale":"en_US","og_type":"article","og_title":"AS Hotel dei Giovi | Contacts","og_description":"AS Hotel dei Giovi Contacts - Via Manzoni, 99\/bis 20811 Cesano Maderno (MB) Phone +39 0362 64401 - giovi@ashotels.it","og_url":"https:\/\/www.ashotels.it\/en\/as-hotel-dei-giovi\/can-we-help-you","og_site_name":"AS Hotels","article_publisher":"https:\/\/www.facebook.com\/AsHotels","article_modified_time":"2017-08-22T13:58:12+00:00","twitter_card":"summary_large_image","twitter_site":"@ASHOTELS1","schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/www.ashotels.it\/en\/as-hotel-dei-giovi\/can-we-help-you","url":"https:\/\/www.ashotels.it\/en\/as-hotel-dei-giovi\/can-we-help-you","name":"AS Hotel dei Giovi | Contacts","isPartOf":{"@id":"https:\/\/www.ashotels.it\/en#website"},"datePublished":"2016-03-03T15:54:08+00:00","dateModified":"2017-08-22T13:58:12+00:00","description":"AS Hotel dei Giovi Contacts - Via Manzoni, 99\/bis 20811 Cesano Maderno (MB) Phone +39 0362 64401 - giovi@ashotels.it","breadcrumb":{"@id":"https:\/\/www.ashotels.it\/en\/as-hotel-dei-giovi\/can-we-help-you#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.ashotels.it\/en\/as-hotel-dei-giovi\/can-we-help-you"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/www.ashotels.it\/en\/as-hotel-dei-giovi\/can-we-help-you#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.ashotels.it\/en"},{"@type":"ListItem","position":2,"name":"A modern hotel in the north of Milan","item":"https:\/\/www.ashotels.it\/en\/as-hotel-dei-giovi"},{"@type":"ListItem","position":3,"name":"How can we help you?"}]},{"@type":"WebSite","@id":"https:\/\/www.ashotels.it\/en#website","url":"https:\/\/www.ashotels.it\/en","name":"AS Hotels","description":"","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.ashotels.it\/en?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"}]}},"_links":{"self":[{"href":"https:\/\/www.ashotels.it\/en\/wp-json\/wp\/v2\/pages\/1856","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.ashotels.it\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.ashotels.it\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.ashotels.it\/en\/wp-json\/wp\/v2\/users\/6"}],"replies":[{"embeddable":true,"href":"https:\/\/www.ashotels.it\/en\/wp-json\/wp\/v2\/comments?post=1856"}],"version-history":[{"count":1,"href":"https:\/\/www.ashotels.it\/en\/wp-json\/wp\/v2\/pages\/1856\/revisions"}],"predecessor-version":[{"id":1857,"href":"https:\/\/www.ashotels.it\/en\/wp-json\/wp\/v2\/pages\/1856\/revisions\/1857"}],"up":[{"embeddable":true,"href":"https:\/\/www.ashotels.it\/en\/wp-json\/wp\/v2\/pages\/636"}],"wp:attachment":[{"href":"https:\/\/www.ashotels.it\/en\/wp-json\/wp\/v2\/media?parent=1856"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}