{"id":214,"date":"2017-11-06T11:44:25","date_gmt":"2017-11-06T10:44:25","guid":{"rendered":"http:\/\/www.casecervinia.com?page_id=214"},"modified":"2017-11-16T17:56:48","modified_gmt":"2017-11-16T16:56:48","slug":"contacts","status":"publish","type":"page","link":"https:\/\/www.casecervinia.com\/fr\/contacts","title":{"rendered":"Contacts"},"content":{"rendered":"<p>Vous cherchez une agence experte et de confiance qui s&rsquo;occupe de la location de votre appartement ?<\/p>\n<p>Ou vous souhaitez obtenir des informations sur l&rsquo;endroit et sur les appartements que nous poss\u00e9dons?<\/p>\n<form id=\"form_contatto\" onsubmit=\"return checkContatto()\" action=\"\/fr\/wp-json\/wp\/v2\/pages\/214\" 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=\"Nom\" 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=\"T\u00e9l\u00e9phone\" 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\">Comment pouvons-nous vous aider?<\/option>\n            <option value=\"vendita\">J'aimerais vendre ma propri\u00e9t\u00e9, puis-je avoir une \u00e9valuation?<\/option>\n            <option value=\"affitto\">J'ai un appartement ou un garage \u00e0 Cervinia, pouvez-vous le louer?<\/option>\n            <option value=\"informazioni\">Je voudrais des informations, laissez-moi vous expliquer ci-dessous:<\/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                        }\">Ecrivez ici votre message<\/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\">J'autorise Il Cervino \u00e0 utiliser mes donn\u00e9es personnelles (D.L: 196\/2003)<\/label><br class=\"nomobile\" \/>\n            <a href=\"https:\/\/www.casecervinia.com\/fr\/privacy-policy\" target=\"_blank\">(voir informations sur la confidentialit\u00e9)<\/a>\n        <\/div><\/div>\n    <div class=\"campo_contatto\">\n        <input type=\"hidden\" name=\"lingua\" id=\"contatto_lingua\" value=\"fr\" \/>\n        <input type=\"hidden\" name=\"azione\" value=\"contatto\" \/>\n        <input type=\"submit\" value=\"Envoyer votre requ\u00eate\" \/>\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() == \"Ecrivez ici votre message\")\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() == \"Nom\") {\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() == \"T\u00e9l\u00e9phone\") {\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>Vous cherchez une agence experte et de confiance qui s&rsquo;occupe de la location de votre appartement ? Ou vous souhaitez obtenir des informations sur l&rsquo;endroit et sur les appartements que nous poss\u00e9dons?<\/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-214","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>Contactez-nous | Agence immobili\u00e8re Case Cervinia, Italie<\/title>\n<meta name=\"description\" content=\"Remplissez le formulaire si vous avez besoin d&#039;une agence experte qui s&#039;occupe de ventes immobili\u00e8res ou si vous d\u00e9sirez d&#039;informations sur 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\/fr\/contacts\" \/>\n<meta property=\"og:locale\" content=\"fr_FR\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Contactez-nous | Agence immobili\u00e8re Case Cervinia, Italie\" \/>\n<meta property=\"og:description\" content=\"Remplissez le formulaire si vous avez besoin d&#039;une agence experte qui s&#039;occupe de ventes immobili\u00e8res ou si vous d\u00e9sirez d&#039;informations sur Cervinia\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.casecervinia.com\/fr\/contacts\" \/>\n<meta property=\"og:site_name\" content=\"Case Cervinia\" \/>\n<meta property=\"article:modified_time\" content=\"2017-11-16T16:56:48+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\\\/fr\\\/contacts\",\"url\":\"https:\\\/\\\/www.casecervinia.com\\\/fr\\\/contacts\",\"name\":\"Contactez-nous | Agence immobili\u00e8re Case Cervinia, Italie\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.casecervinia.com\\\/#website\"},\"datePublished\":\"2017-11-06T10:44:25+00:00\",\"dateModified\":\"2017-11-16T16:56:48+00:00\",\"description\":\"Remplissez le formulaire si vous avez besoin d'une agence experte qui s'occupe de ventes immobili\u00e8res ou si vous d\u00e9sirez d'informations sur Cervinia\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.casecervinia.com\\\/fr\\\/contacts#breadcrumb\"},\"inLanguage\":\"fr-FR\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/www.casecervinia.com\\\/fr\\\/contacts\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.casecervinia.com\\\/fr\\\/contacts#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/www.casecervinia.com\\\/fr\"},{\"@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\":\"fr-FR\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Contactez-nous | Agence immobili\u00e8re Case Cervinia, Italie","description":"Remplissez le formulaire si vous avez besoin d'une agence experte qui s'occupe de ventes immobili\u00e8res ou si vous d\u00e9sirez d'informations sur 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\/fr\/contacts","og_locale":"fr_FR","og_type":"article","og_title":"Contactez-nous | Agence immobili\u00e8re Case Cervinia, Italie","og_description":"Remplissez le formulaire si vous avez besoin d'une agence experte qui s'occupe de ventes immobili\u00e8res ou si vous d\u00e9sirez d'informations sur Cervinia","og_url":"https:\/\/www.casecervinia.com\/fr\/contacts","og_site_name":"Case Cervinia","article_modified_time":"2017-11-16T16:56:48+00:00","twitter_card":"summary_large_image","schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/www.casecervinia.com\/fr\/contacts","url":"https:\/\/www.casecervinia.com\/fr\/contacts","name":"Contactez-nous | Agence immobili\u00e8re Case Cervinia, Italie","isPartOf":{"@id":"https:\/\/www.casecervinia.com\/#website"},"datePublished":"2017-11-06T10:44:25+00:00","dateModified":"2017-11-16T16:56:48+00:00","description":"Remplissez le formulaire si vous avez besoin d'une agence experte qui s'occupe de ventes immobili\u00e8res ou si vous d\u00e9sirez d'informations sur Cervinia","breadcrumb":{"@id":"https:\/\/www.casecervinia.com\/fr\/contacts#breadcrumb"},"inLanguage":"fr-FR","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.casecervinia.com\/fr\/contacts"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/www.casecervinia.com\/fr\/contacts#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.casecervinia.com\/fr"},{"@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":"fr-FR"}]}},"_links":{"self":[{"href":"https:\/\/www.casecervinia.com\/fr\/wp-json\/wp\/v2\/pages\/214","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.casecervinia.com\/fr\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.casecervinia.com\/fr\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.casecervinia.com\/fr\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.casecervinia.com\/fr\/wp-json\/wp\/v2\/comments?post=214"}],"version-history":[{"count":2,"href":"https:\/\/www.casecervinia.com\/fr\/wp-json\/wp\/v2\/pages\/214\/revisions"}],"predecessor-version":[{"id":216,"href":"https:\/\/www.casecervinia.com\/fr\/wp-json\/wp\/v2\/pages\/214\/revisions\/216"}],"wp:attachment":[{"href":"https:\/\/www.casecervinia.com\/fr\/wp-json\/wp\/v2\/media?parent=214"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}