{"id":60375,"date":"2025-04-23T11:40:00","date_gmt":"2025-04-23T15:40:00","guid":{"rendered":"https:\/\/www.js-relocation.com\/profil\/"},"modified":"2026-04-24T09:07:52","modified_gmt":"2026-04-24T13:07:52","slug":"profil","status":"publish","type":"page","link":"https:\/\/www.js-relocation.com\/en\/profil\/","title":{"rendered":"Profil"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"60375\" class=\"elementor elementor-60375 elementor-53178\" data-elementor-post-type=\"page\">\n\t\t\t\t<div class=\"elementor-element elementor-element-4da26a3 e-flex e-con-boxed e-con e-parent\" data-id=\"4da26a3\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-d4bcca1 e-con-full e-flex e-con e-child\" data-id=\"d4bcca1\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-1f78ea6 elementor-widget elementor-widget-text-editor\" data-id=\"1f78ea6\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p>My space<\/p>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-2bcc45b elementor-widget elementor-widget-text-editor\" data-id=\"2bcc45b\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p>Hosts and Tenants<\/p>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-3c22e5e5 e-flex e-con-boxed e-con e-parent\" data-id=\"3c22e5e5\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-2478bc2 elementor-widget elementor-widget-html\" data-id=\"2478bc2\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<script>\r\ndocument.addEventListener('DOMContentLoaded', function () {\r\n    const form = Array.from(document.querySelectorAll('form.js-es-ajax-form'))\r\n  .find(f => f.querySelector('[name=\"action\"]')?.value === 'es_ajax_save_property');\r\n\r\nif (!form) {\r\n  console.log('PROPERTY FORM NOT FOUND');\r\n  return;\r\n}\r\n\r\n    function getValue(selector) {\r\n        return document.querySelector(selector)?.value || '';\r\n    }\r\n\r\n    function getSelectedText(selector) {\r\n        const el = document.querySelector(selector);\r\n        return el?.selectedOptions?.[0]?.text || '';\r\n    }\r\n\r\n    function getCheckedValue(selector) {\r\n        return document.querySelector(selector + ':checked')?.value || '';\r\n    }\r\n\r\n    function getCheckedValuesByPrefix(namePrefix) {\r\n        return Array.from(\r\n            document.querySelectorAll(`[name^=\"${namePrefix}\"]:checked`)\r\n        )\r\n        .map(el => el.value.trim())\r\n        .filter(Boolean)\r\n        .join(';');\r\n    }\r\n\r\n    function parseAddressComponents() {\r\n        const raw = getValue('[name=\"es_property[address_components]\"]') || '[]';\r\n\r\n        let shortAddress = '';\r\n        let provinceCode = '';\r\n\r\n        try {\r\n            const components = JSON.parse(raw);\r\n\r\n            const streetNumber = components.find(c => c.types.includes('street_number'))?.short_name || '';\r\n            const route = components.find(c => c.types.includes('route'))?.short_name || '';\r\n            const province = components.find(c => c.types.includes('administrative_area_level_1'))?.short_name || '';\r\n\r\n            shortAddress = [streetNumber, route].filter(Boolean).join(' ');\r\n            provinceCode = province;\r\n        } catch (e) {\r\n            console.error('ADDRESS COMPONENTS PARSE ERROR', e);\r\n        }\r\n\r\n        return { shortAddress, provinceCode };\r\n    }\r\n\r\n    form.addEventListener('submit', function () {\r\n        setTimeout(function () {\r\n            const { shortAddress, provinceCode } = parseAddressComponents();\r\n\r\n            const agentEmail = window.currentUserEmail || '';\r\n            const postId = getValue('[name=\"post_id\"]');\r\n\r\n            \/\/ =========================\r\n            \/\/ SECTION 1 - TYPE DE PROPRIETE\r\n            \/\/ =========================\r\n            const categoryText = getSelectedText('[name=\"es_property[es_category]\"]');\r\n            const floors = getValue('[name=\"es_property[floors]\"]');\r\n            const capacity = getValue('[name=\"es_property[capacity]\"]');\r\n            const accessibility = getCheckedValue('[name=\"es_property[accessibilite-1]\"]');\r\n\r\n            const animaux = getCheckedValuesByPrefix('es_property[animaux');\r\n            const accesAuLogement = getCheckedValuesByPrefix('es_property[acces-au-logement]');\r\n            const confortClimat = getCheckedValuesByPrefix('es_property[confort-climat]');\r\n            const typeClimatisation = getCheckedValuesByPrefix('es_property[types]');\r\n            const stationnement = getCheckedValuesByPrefix('es_property[parking]');\r\n\r\n            \/\/ =========================\r\n            \/\/ SECTION 2 - ADRESSE \/ LOCALISATION\r\n            \/\/ =========================\r\n            const cityText = getSelectedText('[name=\"es_property[city]\"]');\r\n            const zip = getValue('[name=\"es_property[postal_code]\"]');\r\n            const longitude = getValue('[name=\"es_property[longitude]\"]');\r\n            const latitude = getValue('[name=\"es_property[latitude]\"]');\r\n\r\n            \/\/ =========================\r\n            \/\/ SECTION 3 - CHAMBRES\r\n            \/\/ =========================\r\n            const bedrooms = getValue('[name=\"es_property[bedrooms]\"]');\r\n            const nombreDeLits = getValue('[name=\"es_property[nombre-de-lits]\"]');\r\n            const nombreLitQueen = getValue('[name=\"es_property[queen]\"]');\r\n            const nombreLitKing = getValue('[name=\"es_property[king]\"]');\r\n            const nombreLitDouble = getValue('[name=\"es_property[double]\"]');\r\n            const nombreLitSimple = getValue('[name=\"es_property[simple]\"]');\r\n            const nombreLitSuperpose = getValue('[name=\"es_property[lit-superpose]\"]');\r\n            const nombreSofalit = getValue('[name=\"es_property[sofa-lit]\"]');\r\n            const espacesAdditionnels = getCheckedValuesByPrefix('es_property[espaces-additionnels]');\r\n\r\n            \/\/ =========================\r\n            \/\/ SECTION 4 - SALLES DE BAIN\r\n            \/\/ =========================\r\n            const nombreSallesDeBain = getValue('[name=\"es_property[bathrooms]\"]');\r\n            const salleDeau = getValue('[name=\"es_property[salle-deau]\"]');\r\n            const nombreDeBain = getValue('[name=\"es_property[equipements-salle-de-bain]\"]');\r\n            const nombreDeDouche = getValue('[name=\"es_property[douche]\"]');\r\n\r\n            \/\/ =========================\r\n            \/\/ SECTION 5 - BUANDERIE\r\n            \/\/ =========================\r\n            const buanderie = getCheckedValuesByPrefix('es_property[buanderie]');\r\n            const confort = getCheckedValuesByPrefix('es_property[confort]');\r\n\r\n            \/\/ =========================\r\n            \/\/ SECTION 6 - ESPACES COMMUNS\r\n            \/\/ =========================\r\n            const espaceVie = getCheckedValuesByPrefix('es_property[espaces-de-vie]');\r\n            const electromenager = getCheckedValuesByPrefix('es_property[kitchen_features]');\r\n            const equipementsCuisine = getCheckedValuesByPrefix('es_property[equipements-cuisine]');\r\n\r\n            \/\/ =========================\r\n            \/\/ SECTION 7 - COMMODITES ET CARACTERISTIQUES\r\n            \/\/ =========================\r\n            const technologie = getCheckedValuesByPrefix('es_property[technologie]');\r\n            const securiteAcces = getCheckedValuesByPrefix('es_property[securite-acces]');\r\n            const securite = getCheckedValuesByPrefix('es_property[securite]');\r\n            const exterieur = getCheckedValuesByPrefix('es_property[outdoor_features]');\r\n            const aspectsSupplementaires = getCheckedValuesByPrefix('es_property[luxe]');\r\n            const inclusions = getCheckedValuesByPrefix('es_property[inclusions]');\r\n\r\n            \/\/ =========================\r\n            \/\/ SECTION 10 - RELOCALISATION ASSURANCE\r\n            \/\/ =========================\r\n            const autresSpecificites = getCheckedValuesByPrefix('es_property[insurance_relocation_features]');\r\n            const dureeMinimale = getValue('[name=\"es_property[minimum_duration]\"]');\r\n\r\n            const payload = {\r\n                fields: [\r\n                    \/\/ Meta\r\n                    { name: 'email', value: agentEmail },\r\n                    { name: 'estatik_property_id', value: postId },\r\n\r\n                    \/\/ Section 1\r\n                    { name: 'es_category', value: categoryText },\r\n                    { name: 'etages_', value: floors },\r\n                    { name: 'capacit_maximale', value: capacity },\r\n                    { name: 'accessibilite_mobilite_reduite', value: accessibility },\r\n                    { name: 'animaux', value: animaux },\r\n                    { name: 'acces_au_logement', value: accesAuLogement },\r\n                    { name: 'confort__climat', value: confortClimat },\r\n                    { name: 'type_climatisation', value: typeClimatisation },\r\n                    { name: 'stationnement_estatik', value: stationnement },\r\n\r\n                    \/\/ Section 2\r\n                    { name: 'adresse', value: shortAddress },\r\n                    { name: 'province_contact', value: provinceCode },\r\n                    { name: 'city', value: cityText },\r\n                    { name: 'zip', value: zip },\r\n                    { name: 'longitude', value: longitude },\r\n                    { name: 'latitude', value: latitude },\r\n\r\n                    \/\/ Section 3\r\n                    { name: 'chambres_', value: bedrooms },\r\n                    { name: 'nombre_de_lits', value: nombreDeLits },\r\n                    { name: 'nombre_de_lit_queen', value: nombreLitQueen },\r\n                    { name: 'nombre_de_lit_king', value: nombreLitKing },\r\n                    { name: 'nombre_de_lit_double', value: nombreLitDouble },\r\n                    { name: 'nombre_de_lit_simple', value: nombreLitSimple },\r\n                    { name: 'nombre_de_lit_surperpose', value: nombreLitSuperpose },\r\n                    { name: 'nombre_de_sofalit', value: nombreSofalit },\r\n                    { name: 'espaces_additionnels', value: espacesAdditionnels },\r\n\r\n                    \/\/ Section 4\r\n                    { name: 'nombre_de_salles_de_bain__estatik', value: nombreSallesDeBain },\r\n                    { name: 'salle_deau', value: salleDeau },\r\n                    { name: 'nombre_de_bain', value: nombreDeBain },\r\n                    { name: 'nombre_de_douche', value: nombreDeDouche },\r\n\r\n                    \/\/ Section 5\r\n                    { name: 'buanderie', value: buanderie },\r\n                    { name: 'confort', value: confort },\r\n\r\n                    \/\/ Section 6\r\n                    { name: 'espaces_de_vie', value: espaceVie },\r\n                    { name: 'electromenager_de_cuisine', value: electromenager },\r\n                    { name: 'equipements_cuisine', value: equipementsCuisine },\r\n\r\n                    \/\/ Section 7\r\n                    { name: 'technologie', value: technologie },\r\n                    { name: 'securite__acces', value: securiteAcces },\r\n                    { name: 'securite', value: securite },\r\n                    { name: 'exterieur', value: exterieur },\r\n                    { name: 'aspects_supplementaires', value: aspectsSupplementaires },\r\n                    { name: 'inclusions', value: inclusions },\r\n\r\n                    \/\/ Section 10\r\n                    { name: 'autres_specificites', value: autresSpecificites },\r\n                    { name: 'dur_e_minimale_choisissez_la_valeur1_mois2_mois3_mois6_moisflexible', value: dureeMinimale }\r\n                ],\r\n                context: {\r\n                    pageUri: window.location.href,\r\n                    pageName: document.title\r\n                }\r\n            };\r\n\r\n            console.log('HUBSPOT PAYLOAD', payload);\r\n\r\n            fetch('https:\/\/api.hsforms.com\/submissions\/v3\/integration\/submit\/6587955\/e03e8977-96ae-41f6-b08f-4b7ad30b512b', {\r\n                method: 'POST',\r\n                headers: {\r\n                    'Content-Type': 'application\/json'\r\n                },\r\n                body: JSON.stringify(payload)\r\n            })\r\n            .then(async response => {\r\n                const text = await response.text();\r\n                console.log('HUBSPOT RESPONSE STATUS', response.status);\r\n                console.log('HUBSPOT RESPONSE BODY', text);\r\n            })\r\n            .catch(error => {\r\n                console.error('HUBSPOT ERROR', error);\r\n            });\r\n\r\n        }, 1500);\r\n    });\r\n});\r\n<\/script>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-ff1b8b3 elementor-widget elementor-widget-html\" data-id=\"ff1b8b3\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<script>\r\ndocument.addEventListener('DOMContentLoaded', function () {\r\n  const profileForm = Array.from(document.querySelectorAll('form.js-es-ajax-form'))\r\n    .find(f => f.querySelector('[name=\"action\"]')?.value === 'es_profile_save_info');\r\n\r\n  if (!profileForm) {\r\n    console.log('PROFILE FORM NOT FOUND');\r\n    return;\r\n  }\r\n\r\n  function getValue(selector) {\r\n    return profileForm.querySelector(selector)?.value || '';\r\n  }\r\n\r\n  profileForm.addEventListener('submit', function () {\r\n    setTimeout(function () {\r\n      const firstname = getValue('[name=\"es_agent[first_name]\"]');\r\n      const lastname = getValue('[name=\"es_agent[last_name]\"]');\r\n      const email = getValue('[name=\"es_agent[user_email]\"]');\r\n      const phone = getValue('[name=\"es_agent[contacts][0][phone][tel]\"]');\r\n      const address = getValue('[name=\"es_agent[address]\"]');\r\n\r\n      const payload = {\r\n        fields: [\r\n          { name: 'firstname', value: firstname },\r\n          { name: 'lastname', value: lastname },\r\n          { name: 'email', value: email },\r\n          { name: 'phone', value: phone },\r\n          { name: 'address', value: address }\r\n        ],\r\n        context: {\r\n          pageUri: window.location.href,\r\n          pageName: document.title\r\n        }\r\n      };\r\n\r\n      console.log('HUBSPOT PROFILE PAYLOAD', payload);\r\n\r\n      fetch('https:\/\/api.hsforms.com\/submissions\/v3\/integration\/submit\/6587955\/b18601f8-4287-439f-86dd-d9bb930a5c53', {\r\n        method: 'POST',\r\n        headers: {\r\n          'Content-Type': 'application\/json'\r\n        },\r\n        body: JSON.stringify(payload)\r\n      })\r\n      .then(async response => {\r\n        const text = await response.text();\r\n        console.log('HUBSPOT PROFILE RESPONSE STATUS', response.status);\r\n        console.log('HUBSPOT PROFILE RESPONSE BODY', text);\r\n      })\r\n      .catch(error => {\r\n        console.error('HUBSPOT PROFILE ERROR', error);\r\n      });\r\n\r\n    }, 1500);\r\n  });\r\n});\r\n<\/script>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-60c42fe0 elementor-widget elementor-widget-shortcode\" data-id=\"60c42fe0\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"shortcode.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-shortcode\"><div class=\"es-auth js-es-auth content-font\">\n    \t    \t    <div class=\"es-auth__item es-auth__login-buttons \">\n\t        <h3 class=\"heading-font\">Access your owner portal<\/h3>\n\t\n\t        <p>Log in to submit and manage your property.<\/p>\n\t\n\t\t\t\t\t\t\t        <a href=\"#\" data-auth-item=\"login-form\" class=\"js-es-auth-item__switcher es-btn es-btn--default es-btn--auth \">\n\t\t\tLog in with email        <\/a>\n\t\n\t\n    <div class=\"es-space\"><\/div>\n\n    \t<div class=\"es-auth-footer\">\n\t\t<div class=\"es-auth-footer__inner\">\n\t\t\t<div class=\"es-auth-footer__left\">\n\t\t\t\t<span class=\"es-icon es-icon_glasses es-secondary-color\"><\/span>\n\t\t\t\t<div class=\"es-auth-footer__content\">\n\t\t\t\t\t<b>Real estate professional?<\/b>\n\t\t\t\t\t<p>Manage your listings, profile and more.<\/p>\n\t\t\t\t<\/div>\n\t\t\t<\/div>\n\t\t\t<a href=\"#\" data-auth-item=\"agent-register-buttons\" class=\"js-es-auth-item__switcher es-btn es-btn--secondary es-btn--bordered\">Sign up as agent<\/a>\n\t\t<\/div>\n\t<\/div>\n<\/div>\n\t    <div class=\"es-auth__item js-es-auth__login-form es-auth__login-form es-auth__item--hidden\">\n\t        <h3 class=\"heading-font\">Access your owner portal<\/h3>\n\t\n\t        <p>Log in to submit and manage your property.<\/p>\n\t\n    <div class=\"all-login-back\">\n        <a href=\"#\" data-auth-item=\"login-buttons\" class=\"js-es-auth-item__switcher\">\n            <span class=\"es-icon es-icon_chevron-left\"><\/span>All log in options        <\/a>\n    <\/div>\n\n    <form action=\"\" method=\"POST\">\n\t\t\n                               <div class='es-field es-field__es_user_login es-field--text '>\n                                   <label for='es_user_login-69f2a14fc3f23'><span class='es-field__label'>Email<\/span><input id=\"es_user_login-69f2a14fc3f23\" name=\"es_user_login\" class=\"es-field__input\" required=\"required\" autocomplete=\"username\" type=\"text\" value=\"\" \/><\/label>\n                               <\/div>\n                           \n                                   <div class='es-field es-field__es_user_password es-field--password '>\n                                       <label for='es_user_password-69f2a14fc4323'><span class='es-field__label'>Password<\/span><div class='es-input__wrap'><input id=\"es_user_password-69f2a14fc4323\" name=\"es_user_password\" class=\"es-field__input\" required=\"required\" autocomplete=\"current-password\" type=\"password\" value=\"\" \/><a href='#' aria-label='Show or Hide password' class='es-toggle-pwd js-es-toggle-pwd'><span class='es-icon es-icon_eye'><\/span><\/a><\/div><\/label>\n                                   <\/div>\n                                       <div class=\"forgot-pwd\">\n            <a href=\"#\" data-auth-item=\"reset-form\" class=\"js-es-auth-item__switcher\">Forgot password?<\/a>\n        <\/div>\n\n\t\t        <input type=\"hidden\" name=\"uniqid\" value=\"69f2a14fc433c\"\/>\n\t\t<input type=\"hidden\" id=\"es_auth_nonce_69f2a14fc433c\" name=\"es_auth_nonce_69f2a14fc433c\" value=\"970b0810a4\" \/><input type=\"hidden\" name=\"_wp_http_referer\" value=\"\/en\/wp-json\/wp\/v2\/pages\/60375\" \/>\t            <button type=\"submit\" class=\"es-btn es-btn--primary js-es-btn--login es-btn--login\" disabled>Log in<\/button>\n    <\/form>\n\n\t    <div class=\"es-space\"><\/div>\n<\/div>\n\t    <div class=\"es-auth__item es-auth__reset-form es-auth__item--hidden\">\n    <h3 class=\"heading-font\">Reset password<\/h3>\n    <p>Enter your email address and we will send you a link to change your password.<\/p>\n\n    <form action=\"\" method=\"POST\">\n\t\t\n        <input type=\"hidden\" name=\"uniqid\" value=\"69f2a14fc43b7\"\/>\n\n\t\t\t\t\t\n                               <div class='es-field es-field__es_user_email es-field--email '>\n                                   <label for='es_user_email-69f2a14fc43bb'><span class='es-field__label'>Email<\/span><input id=\"es_user_email-69f2a14fc43bb\" name=\"es_user_email\" class=\"es-field__input\" required=\"required\" autocomplete=\"username\" type=\"email\" value=\"\" \/><\/label>\n                               <\/div>\n                           \t\t\t<input type=\"hidden\" id=\"es_retrieve_pwd_nonce_69f2a14fc43b7\" name=\"es_retrieve_pwd_nonce_69f2a14fc43b7\" value=\"16b37e68d2\" \/><input type=\"hidden\" name=\"_wp_http_referer\" value=\"\/en\/wp-json\/wp\/v2\/pages\/60375\" \/>\t\t\t            <button type=\"submit\" class=\"es-btn es-btn--primary es-btn--reset\">Send reset link<\/button>\n\t\t\n        <div><a href=\"#\" data-auth-item=\"login-buttons\" class=\"js-es-auth-item__switcher login-back\"><span class=\"es-icon es-icon_chevron-left\"><\/span>Back to login<\/a><\/div>\n    <\/form>\n    <div class=\"es-space\"><\/div>\n<\/div>\n\t    \t                <div class=\"es-auth__item es-auth__agent-register-form es-auth__item--hidden\">\n\t\t\t<h3 class=\"heading-font\">Register as an owner.<\/h3>\n\t\n\t\t\t<p>Manage your listings, your profile, and more.<\/p>\n\t\n\t<div class=\"all-login-back\">\n\t\t<a href=\"#\" class=\"js-es-auth-item__switcher\" data-auth-item=\"agent-register-buttons\">\n\t\t\t<span class=\"es-icon es-icon_chevron-left\"><\/span>All sign up options\t\t<\/a>\n\t<\/div>\n\n\t<form action=\"\" method=\"POST\">\n\t\t        <input type=\"hidden\" name=\"uniqid\" value=\"69f2a14fc443e\"\/>\n        <input type=\"hidden\" id=\"es_register_nonce_69f2a14fc443e\" name=\"es_register_nonce_69f2a14fc443e\" value=\"05c734878f\" \/><input type=\"hidden\" name=\"_wp_http_referer\" value=\"\/en\/wp-json\/wp\/v2\/pages\/60375\" \/><input id=\"redirect_url-69f2a14fc4473\" name=\"redirect_url\" class=\"es-field__input\" type=\"hidden\" value=\"\" \/><input id=\"es_type-69f2a14fc4487\" name=\"es_type\" class=\"es-field__input\" type=\"hidden\" value=\"agent\" \/>\n                               <div class='es-field es-field__es_extra_info es-field--text '>\n                                   <label for='es_extra_info-69f2a14fc4494'><input id=\"es_extra_info-69f2a14fc4494\" name=\"es_extra_info\" class=\"es-field__input\" type=\"text\" value=\"\" \/><\/label>\n                               <\/div>\n                           \n                               <div class='es-field es-field__es_user_email es-field--email '>\n                                   <label for='es_user_email-69f2a14fc44a7'><span class='es-field__label'>Email *<\/span><input id=\"es_user_email-69f2a14fc44a7\" name=\"es_user_email\" class=\"es-field__input\" required=\"required\" type=\"email\" value=\"\" \/><p class='es-field__description'>You'll use it to sign in, and we'll use it to contact you.<\/p><\/label>\n                               <\/div>\n                           \n                               <div class='es-field es-field__es_phone es-field--phone '>\n                                   <div><span class='es-field__label'>Phone<\/span>\n                               <div class='js-es-field es-field es-field__code es-field--select '>\n                                   <label for='es-field-code-69f2a14fc45b4'>\n\t\t\t<select id=\"es-field-code-69f2a14fc45b4\" name=\"es_phone[code]\" class=\"js-es-phone-field es-field__input\" data-codes=\"{&quot;US&quot;:&quot;+1&quot;,&quot;CA&quot;:&quot;+1&quot;,&quot;GB&quot;:&quot;+44&quot;,&quot;PL&quot;:&quot;+48&quot;,&quot;DE&quot;:&quot;+49&quot;,&quot;ES&quot;:&quot;+34&quot;,&quot;FR&quot;:&quot;+33&quot;,&quot;AU&quot;:&quot;+61&quot;,&quot;AT&quot;:&quot;+43&quot;,&quot;BE&quot;:&quot;+32&quot;,&quot;CL&quot;:&quot;+56&quot;,&quot;CY&quot;:&quot;+357&quot;,&quot;CZ&quot;:&quot;+420&quot;,&quot;DK&quot;:&quot;+45&quot;,&quot;EG&quot;:&quot;+20&quot;,&quot;FI&quot;:&quot;+358&quot;,&quot;GE&quot;:&quot;+995&quot;,&quot;GR&quot;:&quot;+30&quot;,&quot;IL&quot;:&quot;+972&quot;,&quot;LV&quot;:&quot;+371&quot;,&quot;LT&quot;:&quot;+370&quot;,&quot;MC&quot;:&quot;+377&quot;,&quot;NL&quot;:&quot;+31&quot;,&quot;PH&quot;:&quot;+63&quot;,&quot;PT&quot;:&quot;+351&quot;,&quot;SE&quot;:&quot;+46&quot;,&quot;IT&quot;:&quot;+39&quot;,&quot;ZA&quot;:&quot;+27&quot;}\" data-icons=\"{&quot;US&quot;:&quot;https:\\\/\\\/www.js-relocation.com\\\/wp-content\\\/plugins\\\/estatik\\\/\\\/public\\\/img\\\/flags\\\/united-states-of-america-flag.svg&quot;,&quot;CA&quot;:&quot;https:\\\/\\\/www.js-relocation.com\\\/wp-content\\\/plugins\\\/estatik\\\/\\\/public\\\/img\\\/flags\\\/canada-flag.svg&quot;,&quot;GB&quot;:&quot;https:\\\/\\\/www.js-relocation.com\\\/wp-content\\\/plugins\\\/estatik\\\/\\\/public\\\/img\\\/flags\\\/united-kingdom-flag.svg&quot;,&quot;PL&quot;:&quot;https:\\\/\\\/www.js-relocation.com\\\/wp-content\\\/plugins\\\/estatik\\\/\\\/public\\\/img\\\/flags\\\/poland-flag.svg&quot;,&quot;DE&quot;:&quot;https:\\\/\\\/www.js-relocation.com\\\/wp-content\\\/plugins\\\/estatik\\\/\\\/public\\\/img\\\/flags\\\/germany-flag.svg&quot;,&quot;ES&quot;:&quot;https:\\\/\\\/www.js-relocation.com\\\/wp-content\\\/plugins\\\/estatik\\\/\\\/public\\\/img\\\/flags\\\/spain-flag.svg&quot;,&quot;FR&quot;:&quot;https:\\\/\\\/www.js-relocation.com\\\/wp-content\\\/plugins\\\/estatik\\\/\\\/public\\\/img\\\/flags\\\/france-flag.svg&quot;,&quot;AU&quot;:&quot;https:\\\/\\\/www.js-relocation.com\\\/wp-content\\\/plugins\\\/estatik\\\/\\\/public\\\/img\\\/flags\\\/australia-flag.svg&quot;,&quot;AT&quot;:&quot;https:\\\/\\\/www.js-relocation.com\\\/wp-content\\\/plugins\\\/estatik\\\/\\\/public\\\/img\\\/flags\\\/austria-flag.svg&quot;,&quot;BE&quot;:&quot;https:\\\/\\\/www.js-relocation.com\\\/wp-content\\\/plugins\\\/estatik\\\/\\\/public\\\/img\\\/flags\\\/belgium-flag.svg&quot;,&quot;CL&quot;:&quot;https:\\\/\\\/www.js-relocation.com\\\/wp-content\\\/plugins\\\/estatik\\\/\\\/public\\\/img\\\/flags\\\/chile-flag.svg&quot;,&quot;CY&quot;:&quot;https:\\\/\\\/www.js-relocation.com\\\/wp-content\\\/plugins\\\/estatik\\\/\\\/public\\\/img\\\/flags\\\/cyprus-flag.svg&quot;,&quot;CZ&quot;:&quot;https:\\\/\\\/www.js-relocation.com\\\/wp-content\\\/plugins\\\/estatik\\\/\\\/public\\\/img\\\/flags\\\/czech-republic-flag.svg&quot;,&quot;DK&quot;:&quot;https:\\\/\\\/www.js-relocation.com\\\/wp-content\\\/plugins\\\/estatik\\\/\\\/public\\\/img\\\/flags\\\/denmark-flag.svg&quot;,&quot;EG&quot;:&quot;https:\\\/\\\/www.js-relocation.com\\\/wp-content\\\/plugins\\\/estatik\\\/\\\/public\\\/img\\\/flags\\\/egypt-flag.svg&quot;,&quot;FI&quot;:&quot;https:\\\/\\\/www.js-relocation.com\\\/wp-content\\\/plugins\\\/estatik\\\/\\\/public\\\/img\\\/flags\\\/finland-flag.svg&quot;,&quot;GE&quot;:&quot;https:\\\/\\\/www.js-relocation.com\\\/wp-content\\\/plugins\\\/estatik\\\/\\\/public\\\/img\\\/flags\\\/georgia-flag.svg&quot;,&quot;GR&quot;:&quot;https:\\\/\\\/www.js-relocation.com\\\/wp-content\\\/plugins\\\/estatik\\\/\\\/public\\\/img\\\/flags\\\/greece-flag.svg&quot;,&quot;IL&quot;:&quot;https:\\\/\\\/www.js-relocation.com\\\/wp-content\\\/plugins\\\/estatik\\\/\\\/public\\\/img\\\/flags\\\/israel-flag.svg&quot;,&quot;LV&quot;:&quot;https:\\\/\\\/www.js-relocation.com\\\/wp-content\\\/plugins\\\/estatik\\\/\\\/public\\\/img\\\/flags\\\/latvia-flag.svg&quot;,&quot;LT&quot;:&quot;https:\\\/\\\/www.js-relocation.com\\\/wp-content\\\/plugins\\\/estatik\\\/\\\/public\\\/img\\\/flags\\\/lithuania-flag.svg&quot;,&quot;MC&quot;:&quot;https:\\\/\\\/www.js-relocation.com\\\/wp-content\\\/plugins\\\/estatik\\\/\\\/public\\\/img\\\/flags\\\/monaco-flag.svg&quot;,&quot;NL&quot;:&quot;https:\\\/\\\/www.js-relocation.com\\\/wp-content\\\/plugins\\\/estatik\\\/\\\/public\\\/img\\\/flags\\\/netherlands-flag.svg&quot;,&quot;PH&quot;:&quot;https:\\\/\\\/www.js-relocation.com\\\/wp-content\\\/plugins\\\/estatik\\\/\\\/public\\\/img\\\/flags\\\/philippines-flag.svg&quot;,&quot;PT&quot;:&quot;https:\\\/\\\/www.js-relocation.com\\\/wp-content\\\/plugins\\\/estatik\\\/\\\/public\\\/img\\\/flags\\\/portugal-flag.svg&quot;,&quot;SE&quot;:&quot;https:\\\/\\\/www.js-relocation.com\\\/wp-content\\\/plugins\\\/estatik\\\/\\\/public\\\/img\\\/flags\\\/sweden-flag.svg&quot;,&quot;IT&quot;:&quot;https:\\\/\\\/www.js-relocation.com\\\/wp-content\\\/plugins\\\/estatik\\\/\\\/public\\\/img\\\/flags\\\/italy-flag.svg&quot;,&quot;ZA&quot;:&quot;https:\\\/\\\/www.js-relocation.com\\\/wp-content\\\/plugins\\\/estatik\\\/\\\/public\\\/img\\\/flags\\\/south-africa-flag.svg&quot;}\" ><option value=\"US\" >USA<\/option><option value=\"CA\" >Canada<\/option><option value=\"GB\" >Grande-Bretagne<\/option><option value=\"PL\" >Poland<\/option><option value=\"DE\" >Allemagne<\/option><option value=\"ES\" >Espagne<\/option><option value=\"FR\" >France<\/option><option value=\"AU\" >Australia<\/option><option value=\"AT\" >Austria<\/option><option value=\"BE\" >Belgium<\/option><option value=\"CL\" >Chile<\/option><option value=\"CY\" >Cyprus<\/option><option value=\"CZ\" >Czech Republic<\/option><option value=\"DK\" >Denmark<\/option><option value=\"EG\" >Egypt<\/option><option value=\"FI\" >Finland<\/option><option value=\"GE\" >Georgia<\/option><option value=\"GR\" >Greece<\/option><option value=\"IL\" >Israel<\/option><option value=\"LV\" >Latvia<\/option><option value=\"LT\" >Lithuania<\/option><option value=\"MC\" >Monaco<\/option><option value=\"NL\" >Pays-Bas<\/option><option value=\"PH\" >Philippines<\/option><option value=\"PT\" >Portugal<\/option><option value=\"SE\" >Sweden<\/option><option value=\"IT\" >Italie<\/option><option value=\"ZA\" >South Africa<\/option><option value=\"0\" >Other<\/option><\/select>\n\t\t<\/label>\n                               <\/div>\n                           \n                               <div class='es-field es-field__tel es-field--text '>\n                                   <label for='es-field-tel-69f2a14fc45b5'><input id=\"es-field-tel-69f2a14fc45b5\" name=\"es_phone[tel]\" class=\"js-es-phone es-field__input\" maxlength=\"40\" minlength=\"4\" pattern=\"+?[0-9]+\" type=\"text\" value=\"\" \/><\/label>\n                               <\/div>\n                           <p class='es-field__description'>Buyers will use it to contact you.<\/p><\/div>\n                               <\/div>\n                           \n                                   <div class='es-field es-field__es_user_password es-field--password '>\n                                       <label for='es_user_password-69f2a14fc46e9'><span class='es-field__label'>Password *<\/span><div class='es-input__wrap'><input id=\"es_user_password-69f2a14fc46e9\" name=\"es_user_password\" class=\"js-es-password-field es-field__input\" required=\"required\" minlength=\"8\" type=\"password\" value=\"\" \/><a href='#' aria-label='Show or Hide password' class='es-toggle-pwd js-es-toggle-pwd'><span class='es-icon es-icon_eye'><\/span><\/a><\/div><p class='es-field__description'><ul class='es-field__validate-list'>\n                                <li class='es-validate-item es-validate-item__contain'>Can't contain the name or email address<\/li>\n                                <li class='es-validate-item es-validate-item__length'>At least 8 characters<\/li>\n                                <li class='es-validate-item es-validate-item__char'>Contains a number or symbol<\/li>\n                            <\/ul><\/p><\/label>\n                                   <\/div>\n                               \n\t\t\n\t\t<button type=\"submit\" disabled class=\"es-btn es-btn--primary es-btn--signup\">Sign up<\/button>\n\t\t<div class='es-privacy-policy-container'><div class='es-terms-text'>By clicking the \u00abSIGN UP\u00bb button you agree to the Terms of Use and Privacy Policy<\/div><\/div>\t\t<p class=\"sign-in-text\">Already have an account? <a href=\"#\" class=\"js-es-auth-item__switcher\" data-auth-item=\"login-buttons\">Log in<\/a><\/p>\n\t<\/form>\n\t<div class=\"es-space\"><\/div>\n<\/div>\n            <div class=\"es-auth__item es-auth__agent-register-buttons es-auth__item--hidden\">\n\t\t\t<h3 class=\"heading-font\">Register as an owner.<\/h3>\n\t\n\t\t\t<p>Manage your listings, your profile, and more.<\/p>\n\t\n\t\t\t\t\t\t\t\t\t<a href=\"#\" data-auth-item=\"agent-register-form\" class=\"js-es-auth-item__switcher es-btn es-btn--default es-btn--auth \">Sign up with email<\/a>\n\t\n\t<p class=\"sign-in-text\">Already have an account? <a href=\"#\" data-auth-item=\"login-buttons\" class=\"js-es-auth-item__switcher\">Log in<\/a><\/p>\n\t<div class=\"es-space\"><\/div>\n<\/div>\n            \n    <\/div>\n<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>My space Hosts and Tenants<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"content-type":"","footnotes":""},"class_list":["post-60375","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/www.js-relocation.com\/en\/wp-json\/wp\/v2\/pages\/60375","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.js-relocation.com\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.js-relocation.com\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.js-relocation.com\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.js-relocation.com\/en\/wp-json\/wp\/v2\/comments?post=60375"}],"version-history":[{"count":3,"href":"https:\/\/www.js-relocation.com\/en\/wp-json\/wp\/v2\/pages\/60375\/revisions"}],"predecessor-version":[{"id":61397,"href":"https:\/\/www.js-relocation.com\/en\/wp-json\/wp\/v2\/pages\/60375\/revisions\/61397"}],"wp:attachment":[{"href":"https:\/\/www.js-relocation.com\/en\/wp-json\/wp\/v2\/media?parent=60375"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}