{"id":272,"date":"2017-11-06T12:08:59","date_gmt":"2017-11-06T11:08:59","guid":{"rendered":"http:\/\/www.casecervinia.com?page_id=272"},"modified":"2017-11-16T15:52:37","modified_gmt":"2017-11-16T14:52:37","slug":"contacts","status":"publish","type":"page","link":"https:\/\/www.casecervinia.com\/en\/contacts","title":{"rendered":"Contacts"},"content":{"rendered":"<p>Are you looking for a real estate company to help you renting out your properties? Would you like to ask any information about our properties and their locations in Cervinia?<\/p>\n<form id=\"form_contatto\" onsubmit=\"return checkContatto()\" action=\"\/en\/wp-json\/wp\/v2\/pages\/272\" method=\"post\">\t\n    <div class=\"campo_contatto\">\n        <input id=\"contatto_nome\" name=\"nome\" value=\"Name\" onblur=\"if (this.value == '') {\n                    this.value = this.defaultValue;\n                }\" onfocus=\"if (this.value == this.defaultValue) {\n                            this.value = '';\n                        }\" \/>\n    <\/div> \n    <div class=\"campo_contatto\">\n       \t<input id=\"contatto_cognome\" name=\"cognome\" value=\"Surname\" onblur=\"if (this.value == '') {\n                    this.value = this.defaultValue;\n                }\" onfocus=\"if (this.value == this.defaultValue) {\n                            this.value = '';\n                        }\" \/>\n    <\/div>            \n    <div class=\"campo_contatto\">\n       \t<input id=\"contatto_email\" name=\"email\" value=\"Email\" onblur=\"if (this.value == '') {\n                    this.value = this.defaultValue;\n                }\" onfocus=\"if (this.value == this.defaultValue) {\n                            this.value = '';\n                        }\" \/>\n    <\/div>\n    <div class=\"campo_contatto\">\n        <input id=\"contatto_telefono\" name=\"telefono\" value=\"Phone\" onblur=\"if (this.value == '') {\n                    this.value = this.defaultValue;\n                }\" onfocus=\"if (this.value == this.defaultValue) {\n                            this.value = '';\n                        }\" \/>        \n    <\/div>\n    <div class=\"campo_contatto_wide select\">\n        <select name=\"richiesta\" id=\"contatto_richiesta\">\n            <option value=\"\" selected=\"selected\">How can we help you?<\/option>\n            <option value=\"vendita\">I would like to sell my property, can I have an evaluation?<\/option>\n            <option value=\"affitto\">I have an apartment or garage in Cervinia, can you rent it?<\/option>\n            <option value=\"informazioni\">I would like some information, let me explain below:<\/option>\n        <\/select>\n    <\/div>\n    <div class=\"campo_contatto_wide\">\n        <textarea id=\"contatto_note\" name=\"note\" onblur=\"if (this.value == '') {\n                    this.value = this.defaultValue;\n                }\" onfocus=\"if (this.value == this.defaultValue) {\n                            this.value = '';\n                        }\">Write your message here<\/textarea>\n    <\/div>\n    <div class=\"campo_contatto\"><div id=\"contatto_div_privacy\">\n            <img loading=\"lazy\" decoding=\"async\" id=\"contatto_privacy_img\" src=\"https:\/\/www.casecervinia.com\/wp-content\/themes\/cervino\/img\/blank.png\" width=\"22\" height=\"22\" onclick=\"checkContattoPrivacy()\" \/>\n            <input id=\"contatto_privacy\" name=\"privacy\" type=\"checkbox\" value=\"1\" style=\"display:none\" onchange=\"javascript:checkContattoImagePrivacy()\" \/>\n            <label for=\"contatto_privacy\"> I hereby authorize the treatment of my personal data according to the current italian directives (Law No. 196 of 30 June, 2003) Privacy policy.<\/label><br class=\"nomobile\" \/>\n            <a href=\"https:\/\/www.casecervinia.com\/en\/privacy-policy\" target=\"_blank\">(see privacy policy)<\/a>\n        <\/div><\/div>\n    <div class=\"campo_contatto\">\n        <input type=\"hidden\" name=\"lingua\" id=\"contatto_lingua\" value=\"en\" \/>\n        <input type=\"hidden\" name=\"azione\" value=\"contatto\" \/>\n        <input type=\"submit\" value=\"Send the request\" \/>\n    <\/div>\n    <input type=\"hidden\" name=\"recaptcha_response\" id=\"recaptchaResponse\">  \n    <div class=\"clearfix\"><\/div>\n<\/form>\n<script src=\"https:\/\/www.google.com\/recaptcha\/api.js?render=6LeU8OYjAAAAAMtrNjRa10qzyULwop825pRZu4t4\"> <\/script>      \n<script>grecaptcha.ready(function () {              \ngrecaptcha.execute('6LeU8OYjAAAAAMtrNjRa10qzyULwop825pRZu4t4', \n{ action: 'contact' }).then(function (token) {                  \nvar recaptchaResponse = document.getElementById('recaptchaResponse');                  \nrecaptchaResponse.value = token;              \n  });          \n});      \n<\/script>\n<script type=\"text\/javascript\">\n    function checkMail(mail) {\n        var iAtPosition;\n        var iDotPosition;\n        var iEmptyPosition;\n        if (mail.value == \"\")\n            return false;\n        iAtPosition = mail.indexOf(\"@\");\n        if (iAtPosition < 1 || iAtPosition == mail.length - 1)\n            return false;\n        iDotPosition = mail.indexOf('.', iAtPosition);\n        if (iDotPosition < 0)\n            return false;\n        iEmptyPosition = mail.indexOf(\" \");\n        if (iEmptyPosition > 0)\n            return false;\n        return true;\n    }\n\n    function checkContatto() {\n        if (jQuery('#contatto_note').val() == \"Write your message here\")\n            jQuery('#contatto_note').val('');\n        var errori = 0;\n        if (jQuery('#contatto_nome').val() == \"\" || jQuery('#contatto_nome').val() == \"Name\") {\n            jQuery('#contatto_nome').addClass('errore');\n            errori++;\n        } else {\n            jQuery('#contatto_nome').removeClass('errore');\n        }\n        if (jQuery('#contatto_cognome').val() == \"\" || jQuery('#contatto_cognome').val() == \"Surname\") {\n            jQuery('#contatto_cognome').addClass('errore');\n            errori++;\n        } else {\n            jQuery('#contatto_cognome').removeClass('errore');\n        }\n        if (!checkMail(jQuery('#contatto_email').val())) {\n            jQuery('#contatto_email').addClass('errore');\n            errori++;\n        } else {\n            jQuery('#contatto_email').removeClass('errore');\n        }\n        if (jQuery('#contatto_telefono').val() == \"\" || jQuery('#contatto_telefono').val() == \"Phone\") {\n            jQuery('#contatto_telefono').addClass('errore');\n            errori++;\n        } else {\n            jQuery('#contatto_telefono').removeClass('errore');\n        }\n        if (jQuery('#contatto_richiesta').val() == \"\") {\n            jQuery('#contatto_richiesta').addClass('errore');\n            errori++;\n        } else {\n            jQuery('#contatto_richiesta').removeClass('errore');\n        }\n        if (!(jQuery('#contatto_privacy').prop('checked'))) {\n            jQuery('#contatto_div_privacy').addClass('errore');\n            errori++;\n        } else {\n            jQuery('#contatto_div_privacy').removeClass('errore');\n        }\n        if (errori > 0) {\n            return false;\n        } else {\n            ga('send', 'event', 'Richiesta contatto', 'Richiesta contatto');\n            return true;\n        }\n    }\n\n    function checkContattoPrivacy() {\n        jQuery('#contatto_privacy').prop('checked', jQuery('#contatto_privacy').prop('checked') ? false : true);\n        checkContattoImagePrivacy();\n    }\n\n    function checkContattoImagePrivacy() {\n        if (jQuery('#contatto_privacy').prop('checked')) {\n            jQuery('#contatto_privacy_img').addClass('active');\n        } else {\n            jQuery('#contatto_privacy_img').removeClass('active');\n        }\n    }\n<\/script>\n\n","protected":false},"excerpt":{"rendered":"<p>Are you looking for a real estate company to help you renting out your properties? Would you like to ask any information about our properties and their locations in Cervinia?<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_acf_changed":false,"footnotes":""},"class_list":["post-272","page","type-page","status-publish","hentry"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.3 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Information request form | Case Cervinia estate agency in Cervinia, Italy<\/title>\n<meta name=\"description\" content=\"Fill the information request form if you need a real estate company to help you renting out your properties or information about property sales in Cervinia\" \/>\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.casecervinia.com\/en\/contacts\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Information request form | Case Cervinia estate agency in Cervinia, Italy\" \/>\n<meta property=\"og:description\" content=\"Fill the information request form if you need a real estate company to help you renting out your properties or information about property sales in Cervinia\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.casecervinia.com\/en\/contacts\" \/>\n<meta property=\"og:site_name\" content=\"Case Cervinia\" \/>\n<meta property=\"article:modified_time\" content=\"2017-11-16T14:52:37+00:00\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.casecervinia.com\\\/en\\\/contacts\",\"url\":\"https:\\\/\\\/www.casecervinia.com\\\/en\\\/contacts\",\"name\":\"Information request form | Case Cervinia estate agency in Cervinia, Italy\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.casecervinia.com\\\/#website\"},\"datePublished\":\"2017-11-06T11:08:59+00:00\",\"dateModified\":\"2017-11-16T14:52:37+00:00\",\"description\":\"Fill the information request form if you need a real estate company to help you renting out your properties or information about property sales in Cervinia\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.casecervinia.com\\\/en\\\/contacts#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/www.casecervinia.com\\\/en\\\/contacts\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.casecervinia.com\\\/en\\\/contacts#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/www.casecervinia.com\\\/en\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Contacts\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/www.casecervinia.com\\\/#website\",\"url\":\"https:\\\/\\\/www.casecervinia.com\\\/\",\"name\":\"Case Cervinia\",\"description\":\"L&#039;agenzia immobiliare specializzata su Cervinia\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/www.casecervinia.com\\\/?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":"Information request form | Case Cervinia estate agency in Cervinia, Italy","description":"Fill the information request form if you need a real estate company to help you renting out your properties or information about property sales in Cervinia","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.casecervinia.com\/en\/contacts","og_locale":"en_US","og_type":"article","og_title":"Information request form | Case Cervinia estate agency in Cervinia, Italy","og_description":"Fill the information request form if you need a real estate company to help you renting out your properties or information about property sales in Cervinia","og_url":"https:\/\/www.casecervinia.com\/en\/contacts","og_site_name":"Case Cervinia","article_modified_time":"2017-11-16T14:52:37+00:00","twitter_card":"summary_large_image","schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/www.casecervinia.com\/en\/contacts","url":"https:\/\/www.casecervinia.com\/en\/contacts","name":"Information request form | Case Cervinia estate agency in Cervinia, Italy","isPartOf":{"@id":"https:\/\/www.casecervinia.com\/#website"},"datePublished":"2017-11-06T11:08:59+00:00","dateModified":"2017-11-16T14:52:37+00:00","description":"Fill the information request form if you need a real estate company to help you renting out your properties or information about property sales in Cervinia","breadcrumb":{"@id":"https:\/\/www.casecervinia.com\/en\/contacts#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.casecervinia.com\/en\/contacts"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/www.casecervinia.com\/en\/contacts#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.casecervinia.com\/en"},{"@type":"ListItem","position":2,"name":"Contacts"}]},{"@type":"WebSite","@id":"https:\/\/www.casecervinia.com\/#website","url":"https:\/\/www.casecervinia.com\/","name":"Case Cervinia","description":"L&#039;agenzia immobiliare specializzata su Cervinia","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.casecervinia.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"}]}},"_links":{"self":[{"href":"https:\/\/www.casecervinia.com\/en\/wp-json\/wp\/v2\/pages\/272","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.casecervinia.com\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.casecervinia.com\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.casecervinia.com\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.casecervinia.com\/en\/wp-json\/wp\/v2\/comments?post=272"}],"version-history":[{"count":4,"href":"https:\/\/www.casecervinia.com\/en\/wp-json\/wp\/v2\/pages\/272\/revisions"}],"predecessor-version":[{"id":316,"href":"https:\/\/www.casecervinia.com\/en\/wp-json\/wp\/v2\/pages\/272\/revisions\/316"}],"wp:attachment":[{"href":"https:\/\/www.casecervinia.com\/en\/wp-json\/wp\/v2\/media?parent=272"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}