{"id":1779,"date":"2016-03-03T16:28:59","date_gmt":"2016-03-03T15:28:59","guid":{"rendered":"http:\/\/www.ashotels.it\/en\/?page_id=1779"},"modified":"2017-08-22T12:08:16","modified_gmt":"2017-08-22T10:08:16","slug":"contacts","status":"publish","type":"page","link":"https:\/\/www.ashotels.it\/en\/as-hotel-monza\/contacts","title":{"rendered":"How can we help you?"},"content":{"rendered":"<form id=\"form_preventivo\" action=\"\/en\/wp-json\/wp\/v2\/pages\/1779\" 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-09\" \/>\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-10\" \/>\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-monza\/privacy-as-hotel-monza\" 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=\"monza\" \/>\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":620,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"monza-page.php","meta":{"_acf_changed":false,"inline_featured_image":false,"ngg_post_thumbnail":0,"footnotes":""},"class_list":["post-1779","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>How can we help you? | AS Hotel Monza Contacts<\/title>\n<meta name=\"description\" content=\"AS Hotel Monza Contacts Viale Lombardia, 76\/78 - 20900 Monza (MB) - Phone +39 039 272831 monza@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-monza\/contacts\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"How can we help you? | AS Hotel Monza Contacts\" \/>\n<meta property=\"og:description\" content=\"AS Hotel Monza Contacts Viale Lombardia, 76\/78 - 20900 Monza (MB) - Phone +39 039 272831 monza@ashotels.it\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.ashotels.it\/en\/as-hotel-monza\/contacts\" \/>\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-22T10:08:16+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-monza\/contacts\",\"url\":\"https:\/\/www.ashotels.it\/en\/as-hotel-monza\/contacts\",\"name\":\"How can we help you? | AS Hotel Monza Contacts\",\"isPartOf\":{\"@id\":\"https:\/\/www.ashotels.it\/en#website\"},\"datePublished\":\"2016-03-03T15:28:59+00:00\",\"dateModified\":\"2017-08-22T10:08:16+00:00\",\"description\":\"AS Hotel Monza Contacts Viale Lombardia, 76\/78 - 20900 Monza (MB) - Phone +39 039 272831 monza@ashotels.it\",\"breadcrumb\":{\"@id\":\"https:\/\/www.ashotels.it\/en\/as-hotel-monza\/contacts#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.ashotels.it\/en\/as-hotel-monza\/contacts\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.ashotels.it\/en\/as-hotel-monza\/contacts#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/www.ashotels.it\/en\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Stylish hotel only a few minutes from Monza Race Track\",\"item\":\"https:\/\/www.ashotels.it\/en\/as-hotel-monza\"},{\"@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":"How can we help you? | AS Hotel Monza Contacts","description":"AS Hotel Monza Contacts Viale Lombardia, 76\/78 - 20900 Monza (MB) - Phone +39 039 272831 monza@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-monza\/contacts","og_locale":"en_US","og_type":"article","og_title":"How can we help you? | AS Hotel Monza Contacts","og_description":"AS Hotel Monza Contacts Viale Lombardia, 76\/78 - 20900 Monza (MB) - Phone +39 039 272831 monza@ashotels.it","og_url":"https:\/\/www.ashotels.it\/en\/as-hotel-monza\/contacts","og_site_name":"AS Hotels","article_publisher":"https:\/\/www.facebook.com\/AsHotels","article_modified_time":"2017-08-22T10:08:16+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-monza\/contacts","url":"https:\/\/www.ashotels.it\/en\/as-hotel-monza\/contacts","name":"How can we help you? | AS Hotel Monza Contacts","isPartOf":{"@id":"https:\/\/www.ashotels.it\/en#website"},"datePublished":"2016-03-03T15:28:59+00:00","dateModified":"2017-08-22T10:08:16+00:00","description":"AS Hotel Monza Contacts Viale Lombardia, 76\/78 - 20900 Monza (MB) - Phone +39 039 272831 monza@ashotels.it","breadcrumb":{"@id":"https:\/\/www.ashotels.it\/en\/as-hotel-monza\/contacts#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.ashotels.it\/en\/as-hotel-monza\/contacts"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/www.ashotels.it\/en\/as-hotel-monza\/contacts#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.ashotels.it\/en"},{"@type":"ListItem","position":2,"name":"Stylish hotel only a few minutes from Monza Race Track","item":"https:\/\/www.ashotels.it\/en\/as-hotel-monza"},{"@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\/1779","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=1779"}],"version-history":[{"count":1,"href":"https:\/\/www.ashotels.it\/en\/wp-json\/wp\/v2\/pages\/1779\/revisions"}],"predecessor-version":[{"id":1780,"href":"https:\/\/www.ashotels.it\/en\/wp-json\/wp\/v2\/pages\/1779\/revisions\/1780"}],"up":[{"embeddable":true,"href":"https:\/\/www.ashotels.it\/en\/wp-json\/wp\/v2\/pages\/620"}],"wp:attachment":[{"href":"https:\/\/www.ashotels.it\/en\/wp-json\/wp\/v2\/media?parent=1779"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}