{"id":116473,"date":"2023-02-09T17:18:44","date_gmt":"2023-02-09T22:18:44","guid":{"rendered":"https:\/\/www.ubishops.ca\/bureau-des-relations-avec-les-diplomes-et-de-la-philanthropie\/address-update\/"},"modified":"2024-10-16T14:27:51","modified_gmt":"2024-10-16T18:27:51","slug":"mets-tes-infos-a-jour","status":"publish","type":"page","link":"https:\/\/www.ubishops.ca\/fr\/bureau-des-relations-avec-les-diplomes-et-de-la-philanthropie\/mets-tes-infos-a-jour\/","title":{"rendered":"Mets tes infos \u00e0 jour"},"content":{"rendered":"\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" width=\"288\" height=\"184\" src=\"https:\/\/www.ubishops.ca\/wp-content\/uploads\/bishops_alumni_gaiter_positioning-1.png\" alt=\"Gaiter Positioning System\" class=\"wp-image-92727\" srcset=\"https:\/\/www.ubishops.ca\/wp-content\/uploads\/bishops_alumni_gaiter_positioning-1.png 288w, https:\/\/www.ubishops.ca\/wp-content\/uploads\/bishops_alumni_gaiter_positioning-1-150x96.png 150w\" sizes=\"(max-width: 288px) 100vw, 288px\" \/><\/figure>\n\n\n\n<p class=\"wp-block-paragraph\">D\u00e9m\u00e9nag\u00e9 dans une nouvelle ville? Chang\u00e9 d\u2019emploi? Nouveau num\u00e9ro de t\u00e9l\u00e9phone ou nouvelle adresse courriel?<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Mets tes infos \u00e0 jour pour t\u2019assurer de recevoir toutes les informations sur nos \u00e9v\u00e9nements et rassemblements dans ta r\u00e9gion, les nouvelles du campus et les offres exclusives pour dipl\u00f4m\u00e9s de nos partenaires!<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Ne rate rien de ce que ton Association des anciennes et anciens \u00e9l\u00e8ves peut t\u2019offrir\u202f: indique tes nouvelles informations ci-dessous.<\/p>\n\n\n\n<iframe\n      id=\"JotFormIFrame-211176242701041\"\n      title=\"Alumni Address Update\"\n      onload=\"window.parent.scrollTo(0,0)\"\n      allowtransparency=\"true\"\n      allowfullscreen=\"true\"\n      allow=\"geolocation; microphone; camera\"\n      src=\"https:\/\/ubishops.jotform.com\/211176242701041\"\n      frameborder=\"0\"\n      style=\"min-width:100%;max-width:100%;height:539px;border:none;\"\n      scrolling=\"no\"\n    >\n    <\/iframe>\n    <script type=\"text\/javascript\">\n    var ifr = document.getElementById(\"JotFormIFrame-211176242701041\");\n    if (ifr) {\n      var src = ifr.src;\n      var iframeParams = [];\n      if (window.location.href && window.location.href.indexOf(\"?\") > -1) {\n        iframeParams = iframeParams.concat(window.location.href.substr(window.location.href.indexOf(\"?\") + 1).split('&'));\n      }\n      if (src && src.indexOf(\"?\") > -1) {\n        iframeParams = iframeParams.concat(src.substr(src.indexOf(\"?\") + 1).split(\"&\"));\n        src = src.substr(0, src.indexOf(\"?\"))\n      }\n      iframeParams.push(\"isIframeEmbed=1\");\n      ifr.src = src + \"?\" + iframeParams.join('&');\n    }\n    window.handleIFrameMessage = function(e) {\n      if (typeof e.data === 'object') { return; }\n      var args = e.data.split(\":\");\n      if (args.length > 2) { iframe = document.getElementById(\"JotFormIFrame-\" + args[(args.length - 1)]); } else { iframe = document.getElementById(\"JotFormIFrame\"); }\n      if (!iframe) { return; }\n      switch (args[0]) {\n        case \"scrollIntoView\":\n          iframe.scrollIntoView();\n          break;\n        case \"setHeight\":\n          iframe.style.height = args[1] + \"px\";\n          if (!isNaN(args[1]) && parseInt(iframe.style.minHeight) > parseInt(args[1])) {\n            iframe.style.minHeight = args[1] + \"px\";\n          }\n          break;\n        case \"collapseErrorPage\":\n          if (iframe.clientHeight > window.innerHeight) {\n            iframe.style.height = window.innerHeight + \"px\";\n          }\n          break;\n        case \"reloadPage\":\n          window.location.reload();\n          break;\n        case \"loadScript\":\n          if( !window.isPermitted(e.origin, ['jotform.com', 'jotform.pro']) ) { break; }\n          var src = args[1];\n          if (args.length > 3) {\n              src = args[1] + ':' + args[2];\n          }\n          var script = document.createElement('script');\n          script.src = src;\n          script.type = 'text\/javascript';\n          document.body.appendChild(script);\n          break;\n        case \"exitFullscreen\":\n          if      (window.document.exitFullscreen)        window.document.exitFullscreen();\n          else if (window.document.mozCancelFullScreen)   window.document.mozCancelFullScreen();\n          else if (window.document.mozCancelFullscreen)   window.document.mozCancelFullScreen();\n          else if (window.document.webkitExitFullscreen)  window.document.webkitExitFullscreen();\n          else if (window.document.msExitFullscreen)      window.document.msExitFullscreen();\n          break;\n      }\n      var isJotForm = (e.origin.indexOf(\"jotform\") > -1) ? true : false;\n      if(isJotForm && \"contentWindow\" in iframe && \"postMessage\" in iframe.contentWindow) {\n        var urls = {\"docurl\":encodeURIComponent(document.URL),\"referrer\":encodeURIComponent(document.referrer)};\n        iframe.contentWindow.postMessage(JSON.stringify({\"type\":\"urls\",\"value\":urls}), \"*\");\n      }\n    };\n    window.isPermitted = function(originUrl, whitelisted_domains) {\n      var url = document.createElement('a');\n      url.href = originUrl;\n      var hostname = url.hostname;\n      var result = false;\n      if( typeof hostname !== 'undefined' ) {\n        whitelisted_domains.forEach(function(element) {\n            if( hostname.slice((-1 * element.length - 1)) === '.'.concat(element) ||  hostname === element ) {\n                result = true;\n            }\n        });\n        return result;\n      }\n    };\n    if (window.addEventListener) {\n      window.addEventListener(\"message\", handleIFrameMessage, false);\n    } else if (window.attachEvent) {\n      window.attachEvent(\"onmessage\", handleIFrameMessage);\n    }\n    <\/script>\n","protected":false},"excerpt":{"rendered":"<p>D\u00e9m\u00e9nag\u00e9 dans une nouvelle ville? Chang\u00e9 d\u2019emploi? Nouveau num\u00e9ro de t\u00e9l\u00e9phone ou nouvelle adresse courriel? Mets tes infos \u00e0 jour pour t\u2019assurer de recevoir toutes les informations sur nos \u00e9v\u00e9nements et rassemblements dans ta r\u00e9gion, les nouvelles du campus et les offres exclusives pour dipl\u00f4m\u00e9s de nos partenaires! Ne rate rien de ce que ton&#8230;<\/p>\n","protected":false},"author":49,"featured_media":0,"parent":116188,"menu_order":132,"comment_status":"closed","ping_status":"closed","template":"templates\/page-width-sidebar.php","meta":{"_acf_changed":false,"_cbd_carousel_blocks":"[]","_kad_blocks_custom_css":"","_kad_blocks_head_custom_js":"","_kad_blocks_body_custom_js":"","_kad_blocks_footer_custom_js":"","_kad_post_transparent":"","_kad_post_title":"","_kad_post_layout":"","_kad_post_sidebar_id":"","_kad_post_content_style":"","_kad_post_vertical_padding":"","_kad_post_feature":"","_kad_post_feature_position":"","_kad_post_header":false,"_kad_post_footer":false,"_kad_post_classname":"","footnotes":"","_links_to":"","_links_to_target":""},"class_list":["post-116473","page","type-page","status-publish","hentry"],"acf":[],"taxonomy_info":[],"featured_image_src_large":false,"author_info":{"display_name":"Julie Fradette","author_link":"https:\/\/www.ubishops.ca\/fr\/author\/jfradett\/"},"comment_info":0,"publishpress_future_action":{"enabled":false,"date":"2026-07-28 11:07:40","action":"change-status","newStatus":"draft","terms":[],"taxonomy":"translation_priority","extraData":[]},"publishpress_future_workflow_manual_trigger":{"enabledWorkflows":[]},"_links":{"self":[{"href":"https:\/\/www.ubishops.ca\/fr\/wp-json\/wp\/v2\/pages\/116473","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.ubishops.ca\/fr\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.ubishops.ca\/fr\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.ubishops.ca\/fr\/wp-json\/wp\/v2\/users\/49"}],"replies":[{"embeddable":true,"href":"https:\/\/www.ubishops.ca\/fr\/wp-json\/wp\/v2\/comments?post=116473"}],"version-history":[{"count":0,"href":"https:\/\/www.ubishops.ca\/fr\/wp-json\/wp\/v2\/pages\/116473\/revisions"}],"up":[{"embeddable":true,"href":"https:\/\/www.ubishops.ca\/fr\/wp-json\/wp\/v2\/pages\/116188"}],"wp:attachment":[{"href":"https:\/\/www.ubishops.ca\/fr\/wp-json\/wp\/v2\/media?parent=116473"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}