{"id":1480290,"date":"2026-02-13T10:58:54","date_gmt":"2026-02-13T09:58:54","guid":{"rendered":"https:\/\/way-partner.com\/?page_id=1480290"},"modified":"2026-02-13T11:15:07","modified_gmt":"2026-02-13T10:15:07","slug":"registration-assistance","status":"publish","type":"page","link":"https:\/\/way-partner.com\/en\/aide\/aide-a-linscription\/","title":{"rendered":"Aide \u00e0 l&rsquo;inscription"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"1480290\" class=\"elementor elementor-1480290\" data-elementor-post-type=\"page\">\n\t\t\t\t<div class=\"elementor-element elementor-element-f7b767d e-flex e-con-boxed e-con e-parent\" data-id=\"f7b767d\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-0dff9ac e-con-full e-flex e-con e-child\" data-id=\"0dff9ac\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-7e41cb0 e-con-full e-flex e-con e-child\" data-id=\"7e41cb0\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-022b16c elementor-widget elementor-widget-heading\" data-id=\"022b16c\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h1 class=\"elementor-heading-title elementor-size-default\">Aide \u00e0 l'inscription<\/h1>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-b978c11 elementor-widget elementor-widget-text-editor\" data-id=\"b978c11\" 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>Vous souhaitez \u00eatre accompagn\u00e9 lors de votre inscription WAY-Partner ?<br \/>R\u00e9servez un cr\u00e9neau avec notre \u00e9quipe de support au moment qui vous convient.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-386f2b5 e-con-full e-flex e-con e-child\" data-id=\"386f2b5\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-940a5fc elementor-hidden-mobile elementor-widget elementor-widget-html\" data-id=\"940a5fc\" 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<!-- Google Calendar Appointment Scheduling begin -->\r\n<iframe id=\"gcalendar\" src=\"https:\/\/calendar.google.com\/calendar\/appointments\/schedules\/AcZssZ1C6g6dAOlXQc6eGAlvKj3_qoePLNKVg6xDundhmLdnmXwBAsfhY9LNt2cCaTSloE8t-g1X2rUy?gv=true\" style=\"border: 0\" width=\"100%\" height=\"960\" frameborder=\"0\"><\/iframe>\r\n<!-- end Google Calendar Appointment Scheduling -->\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-03920df elementor-widget elementor-widget-html\" data-id=\"03920df\" 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>\n(() => {\n  const IGNORE = new Set([\n    \/\/ mouvements \/ d\u00e9riv\u00e9s\n    \"mousemove\",\"pointermove\",\"touchmove\",\n    \"mouseover\",\"mouseout\",\"mouseenter\",\"mouseleave\",\n    \"pointerover\",\"pointerout\",\"pointerenter\",\"pointerleave\",\n    \/\/ scroll \/ d\u00e9riv\u00e9s\n    \"scroll\",\"wheel\",\n    \/\/ autres bruyants\n    \"pointerrawupdate\",\"load\",\n    \/\/ ajout\u00e9s sur demande\n    \"pointerup\",\"pointerdown\",\n    \"mouseup\",\"mousedown\",\n    \"keyup\",\"keydown\",\n    \"message\",\n    \"animationstart\",\"animationend\"\n  ]);\n\n  const nodePath = (el) => {\n    if (!el || !el.nodeType) return String(el);\n    const parts = [];\n    let cur = el;\n    while (cur && cur.nodeType === 1 && parts.length < 5) {\n      const id = cur.id ? `#${cur.id}` : \"\";\n      const cls = cur.classList && cur.classList.length ? \".\" + [...cur.classList].slice(0,3).join(\".\") : \"\";\n      parts.unshift(cur.tagName.toLowerCase() + id + cls);\n      cur = cur.parentElement;\n    }\n    return parts.join(\" > \");\n  };\n\n  const summarize = (e) => ({\n    type: e.type,\n    time: new Date().toISOString(),\n    target: nodePath(e.target),\n    currentTarget: nodePath(e.currentTarget),\n    key: \"key\" in e ? e.key : undefined,\n    code: \"code\" in e ? e.code : undefined,\n    button: \"button\" in e ? e.button : undefined,\n    detail: \"detail\" in e ? e.detail : undefined,\n    files: e.target && e.target.files ? e.target.files.length : undefined,\n    checked: e.target && typeof e.target.checked === \"boolean\" ? e.target.checked : undefined\n  });\n\n  const collectTypes = () => {\n    const fromProto = (obj) =>\n      Object.getOwnPropertyNames(obj || {})\n        .filter(k => k.startsWith(\"on\"))\n        .map(k => k.slice(2));\n\n    const set = new Set([\n      ...fromProto(window),\n      ...fromProto(document),\n      ...fromProto(Document.prototype || {}),\n      ...fromProto(HTMLElement.prototype || {}),\n      ...fromProto(Node.prototype || {})\n    ]);\n\n    for (const t of [...set]) {\n      if (IGNORE.has(t)) set.delete(t);\n    }\n    return [...set].sort();\n  };\n\n  const TYPES = collectTypes();\n\n  if (window.__eventLoggerStop) {\n    window.__eventLoggerStop();\n  }\n\n  const listeners = [];\n\n  const handler = (source) => (e) => {\n    const data = summarize(e);\n    console.groupCollapsed(`[${source}] ${data.type} \u2014 ${data.target}`);\n    console.log(data, e);\n    console.groupEnd();\n  };\n\n  const addAll = (target, sourceLabel) => {\n    TYPES.forEach(t => {\n      try {\n        const h = handler(sourceLabel);\n        target.addEventListener(t, h, { capture: true, passive: true });\n        listeners.push({ target, type: t, handler: h });\n      } catch {}\n    });\n  };\n\n  \/\/ document + window\n  addAll(document, \"document\");\n  addAll(window, \"window\");\n\n  \/\/ iframe#gcalendar (seulement l\u2019\u00e9l\u00e9ment iframe)\n  const iframe = document.querySelector(\"iframe#gcalendar\");\n  if (iframe) {\n    TYPES.forEach(t => {\n      try {\n        const h = handler(\"iframe#gcalendar\");\n        iframe.addEventListener(t, h, { capture: true, passive: true });\n        listeners.push({ target: iframe, type: t, handler: h });\n      } catch {}\n    });\n    console.info(\"[event-logger] listening on <iframe#gcalendar> (\u00e9l\u00e9ment, pas contenu).\");\n  } else {\n    console.warn(\"[event-logger] aucun <iframe#gcalendar> trouv\u00e9.\");\n  }\n\n  window.__eventLoggerList = () => TYPES;\n  window.__eventLoggerStop = () => {\n    for (const { target, type, handler } of listeners) {\n      try { target.removeEventListener(type, handler, { capture: true }); } catch {}\n    }\n    delete window.__eventLoggerStop;\n    console.info(`[event-logger] stopped. Removed ${listeners.length} listeners.`);\n  };\n\n  console.info(`[event-logger] listening to ${TYPES.length} event types (exclusions appliqu\u00e9es).`);\n})();\n\n<\/script>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-9651a9c elementor-hidden-desktop elementor-hidden-laptop elementor-hidden-tablet_extra elementor-hidden-tablet elementor-hidden-mobile_extra elementor-widget elementor-widget-html\" data-id=\"9651a9c\" 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<!-- Google Calendar Appointment Scheduling begin -->\r\n<iframe src=\"https:\/\/calendar.google.com\/calendar\/appointments\/schedules\/AcZssZ1C6g6dAOlXQc6eGAlvKj3_qoePLNKVg6xDundhmLdnmXwBAsfhY9LNt2cCaTSloE8t-g1X2rUy?gv=true\" style=\"border: 0\" width=\"100%\" height=\"1720\" frameborder=\"0\"><\/iframe>\r\n<!-- end Google Calendar Appointment Scheduling -->\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-b7f9266 e-con-full e-flex e-con e-child\" data-id=\"b7f9266\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-ed5bbbe e-con-full e-flex e-con e-child\" data-id=\"ed5bbbe\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-dd62f2a elementor-widget elementor-widget-heading\" data-id=\"dd62f2a\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Formulaire de contact<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-060cb84 elementor-button-align-stretch elementor-widget elementor-widget-form\" data-id=\"060cb84\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;step_next_label&quot;:&quot;Suivant&quot;,&quot;step_previous_label&quot;:&quot;Pr\\u00e9c\\u00e9dent&quot;,&quot;button_width&quot;:&quot;100&quot;,&quot;step_type&quot;:&quot;number_text&quot;,&quot;step_icon_shape&quot;:&quot;circle&quot;}\" data-widget_type=\"form.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<form class=\"elementor-form\" method=\"post\" name=\"Formulaire de contact\" aria-label=\"Formulaire de contact\">\n\t\t\t<input type=\"hidden\" name=\"post_id\" value=\"1480290\"\/>\n\t\t\t<input type=\"hidden\" name=\"form_id\" value=\"060cb84\"\/>\n\t\t\t<input type=\"hidden\" name=\"referer_title\" value=\"Aide \u00e0 l&#039;inscription - WAY-Partner\" \/>\n\n\t\t\t\t\t\t\t<input type=\"hidden\" name=\"queried_id\" value=\"1480290\"\/>\n\t\t\t\n\t\t\t<div class=\"elementor-form-fields-wrapper elementor-labels-\">\n\t\t\t\t\t\t\t\t<div class=\"elementor-field-type-email elementor-field-group elementor-column elementor-field-group-field_eee1f89 elementor-col-50 elementor-field-required\">\n\t\t\t\t\t\t\t\t\t\t\t\t<label for=\"form-field-field_eee1f89\" class=\"elementor-field-label elementor-screen-only\">\n\t\t\t\t\t\t\t\tE-mail\t\t\t\t\t\t\t<\/label>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<input size=\"1\" type=\"email\" name=\"form_fields[field_eee1f89]\" id=\"form-field-field_eee1f89\" class=\"elementor-field elementor-size-sm  elementor-field-textual\" placeholder=\"E-mail *\" required=\"required\">\n\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<div class=\"elementor-field-type-text elementor-field-group elementor-column elementor-field-group-objet elementor-col-50 elementor-field-required\">\n\t\t\t\t\t\t\t\t\t\t\t\t<label for=\"form-field-objet\" class=\"elementor-field-label elementor-screen-only\">\n\t\t\t\t\t\t\t\tObjet\t\t\t\t\t\t\t<\/label>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<input size=\"1\" type=\"text\" name=\"form_fields[objet]\" id=\"form-field-objet\" class=\"elementor-field elementor-size-sm  elementor-field-textual\" placeholder=\"Objet *\" required=\"required\">\n\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<div class=\"elementor-field-type-tel elementor-field-group elementor-column elementor-field-group-telephone elementor-col-50\">\n\t\t\t\t\t\t\t\t\t\t\t\t<label for=\"form-field-telephone\" class=\"elementor-field-label elementor-screen-only\">\n\t\t\t\t\t\t\t\tNum\u00e9ro de t\u00e9l\u00e9phone\t\t\t\t\t\t\t<\/label>\n\t\t\t\t\t\t\t\t<input size=\"1\" type=\"tel\" name=\"form_fields[telephone]\" id=\"form-field-telephone\" class=\"elementor-field elementor-size-sm  elementor-field-textual\" placeholder=\"Num\u00e9ro de t\u00e9l\u00e9phone\" pattern=\"[0-9()#&amp;+*-=.]+\" title=\"Seuls les caract\u00e8res de num\u00e9ros de t\u00e9l\u00e9phone (#, -, *, etc.) sont accept\u00e9s.\">\n\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<div class=\"elementor-field-type-text elementor-field-group elementor-column elementor-field-group-contact_key elementor-col-50\">\n\t\t\t\t\t\t\t\t\t\t\t\t<label for=\"form-field-contact_key\" class=\"elementor-field-label elementor-screen-only\">\n\t\t\t\t\t\t\t\tCl\u00e9 de contact\t\t\t\t\t\t\t<\/label>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<input size=\"1\" type=\"text\" name=\"form_fields[contact_key]\" id=\"form-field-contact_key\" class=\"elementor-field elementor-size-sm  elementor-field-textual\" placeholder=\"Cl\u00e9 de contact WAY-Partner\">\n\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<div class=\"elementor-field-type-textarea elementor-field-group elementor-column elementor-field-group-message elementor-col-100 elementor-field-required\">\n\t\t\t\t\t\t\t\t\t\t\t\t<label for=\"form-field-message\" class=\"elementor-field-label elementor-screen-only\">\n\t\t\t\t\t\t\t\tMessage\t\t\t\t\t\t\t<\/label>\n\t\t\t\t\t\t<textarea class=\"elementor-field-textual elementor-field  elementor-size-sm\" name=\"form_fields[message]\" id=\"form-field-message\" rows=\"4\" placeholder=\"Message *\" required=\"required\"><\/textarea>\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<div class=\"elementor-field-type-recaptcha_v3 elementor-field-group elementor-column elementor-field-group-field_0f40b94 elementor-col-100 recaptcha_v3-bottomright\">\n\t\t\t\t\t<div class=\"elementor-field\" id=\"form-field-field_0f40b94\"><div class=\"elementor-g-recaptcha\" data-sitekey=\"6Ldni0seAAAAAJDGDEKs6wnALrl62vAwRX5NaL_O\" data-type=\"v3\" data-action=\"Form\" data-badge=\"bottomright\" data-size=\"invisible\"><\/div><\/div>\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<div class=\"elementor-field-group elementor-column elementor-field-type-submit elementor-col-100 e-form__buttons\">\n\t\t\t\t\t<button class=\"elementor-button elementor-size-sm\" type=\"submit\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">Envoyer<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/button>\n\t\t\t\t<\/div>\n\t\t\t<\/div>\n\t\t<\/form>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-43b117a elementor-widget elementor-widget-text-editor\" data-id=\"43b117a\" 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* Champs obligatoires\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<\/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>Aide \u00e0 l&rsquo;inscription Vous souhaitez \u00eatre accompagn\u00e9 lors de votre inscription WAY-Partner ? R\u00e9servez un cr\u00e9neau avec notre \u00e9quipe de support au moment qui vous convient. Formulaire de contact * Champs obligatoires<\/p>","protected":false},"author":1,"featured_media":408511,"parent":408058,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_acf_changed":false,"content-type":"","footnotes":""},"class_list":["post-1480290","page","type-page","status-publish","has-post-thumbnail","hentry"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.5 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Aide \u00e0 l&#039;inscription - WAY-Partner<\/title>\n<meta name=\"description\" content=\"Vous souhaitez \u00eatre accompagn\u00e9 lors de votre inscription WAY-Partner ?R\u00e9servez un cr\u00e9neau avec notre \u00e9quipe de support !\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/way-partner.com\/en\/assistance\/registration-assistance\/\" \/>\n<meta property=\"og:locale\" content=\"en_GB\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Aide \u00e0 l&#039;inscription - WAY-Partner\" \/>\n<meta property=\"og:description\" content=\"Vous souhaitez \u00eatre accompagn\u00e9 lors de votre inscription WAY-Partner ?R\u00e9servez un cr\u00e9neau avec notre \u00e9quipe de support !\" \/>\n<meta property=\"og:url\" content=\"https:\/\/way-partner.com\/en\/assistance\/registration-assistance\/\" \/>\n<meta property=\"og:site_name\" content=\"WAY-Partner\" \/>\n<meta property=\"article:modified_time\" content=\"2026-02-13T10:15:07+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/way-partner.com\/wp-content\/uploads\/2024\/11\/logo.png\" \/>\n\t<meta property=\"og:image:width\" content=\"1024\" \/>\n\t<meta property=\"og:image:height\" content=\"1024\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Estimated reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"1 minute\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/way-partner.com\\\/aide\\\/aide-a-linscription\\\/\",\"url\":\"https:\\\/\\\/way-partner.com\\\/aide\\\/aide-a-linscription\\\/\",\"name\":\"Aide \u00e0 l'inscription - WAY-Partner\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/way-partner.com\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/way-partner.com\\\/aide\\\/aide-a-linscription\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/way-partner.com\\\/aide\\\/aide-a-linscription\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/way-partner.com\\\/wp-content\\\/uploads\\\/2024\\\/11\\\/logo.png\",\"datePublished\":\"2026-02-13T09:58:54+00:00\",\"dateModified\":\"2026-02-13T10:15:07+00:00\",\"description\":\"Vous souhaitez \u00eatre accompagn\u00e9 lors de votre inscription WAY-Partner ?R\u00e9servez un cr\u00e9neau avec notre \u00e9quipe de support !\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/way-partner.com\\\/aide\\\/aide-a-linscription\\\/#breadcrumb\"},\"inLanguage\":\"en-GB\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/way-partner.com\\\/aide\\\/aide-a-linscription\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-GB\",\"@id\":\"https:\\\/\\\/way-partner.com\\\/aide\\\/aide-a-linscription\\\/#primaryimage\",\"url\":\"https:\\\/\\\/way-partner.com\\\/wp-content\\\/uploads\\\/2024\\\/11\\\/logo.png\",\"contentUrl\":\"https:\\\/\\\/way-partner.com\\\/wp-content\\\/uploads\\\/2024\\\/11\\\/logo.png\",\"width\":1024,\"height\":1024,\"caption\":\"logo\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/way-partner.com\\\/aide\\\/aide-a-linscription\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Aide\",\"item\":\"https:\\\/\\\/way-partner.com\\\/aide\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Aide \u00e0 l&#8217;inscription\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/way-partner.com\\\/#website\",\"url\":\"https:\\\/\\\/way-partner.com\\\/\",\"name\":\"WAY-Partner\",\"description\":\"L&#039;app des chauffeurs ind\u00e9pendants de WAYNIUM\",\"publisher\":{\"@id\":\"https:\\\/\\\/way-partner.com\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/way-partner.com\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-GB\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/way-partner.com\\\/#organization\",\"name\":\"WAY-Partner\",\"url\":\"https:\\\/\\\/way-partner.com\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-GB\",\"@id\":\"https:\\\/\\\/way-partner.com\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/way-partner.com\\\/wp-content\\\/uploads\\\/2026\\\/01\\\/favicon.png\",\"contentUrl\":\"https:\\\/\\\/way-partner.com\\\/wp-content\\\/uploads\\\/2026\\\/01\\\/favicon.png\",\"width\":512,\"height\":512,\"caption\":\"WAY-Partner\"},\"image\":{\"@id\":\"https:\\\/\\\/way-partner.com\\\/#\\\/schema\\\/logo\\\/image\\\/\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Registration assistance - WAY-Partner","description":"If you'd like us to help you register as a WAY-Partner, book a slot with our support team!","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:\/\/way-partner.com\/en\/assistance\/registration-assistance\/","og_locale":"en_GB","og_type":"article","og_title":"Aide \u00e0 l'inscription - WAY-Partner","og_description":"Vous souhaitez \u00eatre accompagn\u00e9 lors de votre inscription WAY-Partner ?R\u00e9servez un cr\u00e9neau avec notre \u00e9quipe de support !","og_url":"https:\/\/way-partner.com\/en\/assistance\/registration-assistance\/","og_site_name":"WAY-Partner","article_modified_time":"2026-02-13T10:15:07+00:00","og_image":[{"width":1024,"height":1024,"url":"https:\/\/way-partner.com\/wp-content\/uploads\/2024\/11\/logo.png","type":"image\/png"}],"twitter_card":"summary_large_image","twitter_misc":{"Estimated reading time":"1 minute"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/way-partner.com\/aide\/aide-a-linscription\/","url":"https:\/\/way-partner.com\/aide\/aide-a-linscription\/","name":"Registration assistance - WAY-Partner","isPartOf":{"@id":"https:\/\/way-partner.com\/#website"},"primaryImageOfPage":{"@id":"https:\/\/way-partner.com\/aide\/aide-a-linscription\/#primaryimage"},"image":{"@id":"https:\/\/way-partner.com\/aide\/aide-a-linscription\/#primaryimage"},"thumbnailUrl":"https:\/\/way-partner.com\/wp-content\/uploads\/2024\/11\/logo.png","datePublished":"2026-02-13T09:58:54+00:00","dateModified":"2026-02-13T10:15:07+00:00","description":"If you'd like us to help you register as a WAY-Partner, book a slot with our support team!","breadcrumb":{"@id":"https:\/\/way-partner.com\/aide\/aide-a-linscription\/#breadcrumb"},"inLanguage":"en-GB","potentialAction":[{"@type":"ReadAction","target":["https:\/\/way-partner.com\/aide\/aide-a-linscription\/"]}]},{"@type":"ImageObject","inLanguage":"en-GB","@id":"https:\/\/way-partner.com\/aide\/aide-a-linscription\/#primaryimage","url":"https:\/\/way-partner.com\/wp-content\/uploads\/2024\/11\/logo.png","contentUrl":"https:\/\/way-partner.com\/wp-content\/uploads\/2024\/11\/logo.png","width":1024,"height":1024,"caption":"logo"},{"@type":"BreadcrumbList","@id":"https:\/\/way-partner.com\/aide\/aide-a-linscription\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Aide","item":"https:\/\/way-partner.com\/aide\/"},{"@type":"ListItem","position":2,"name":"Aide \u00e0 l&#8217;inscription"}]},{"@type":"WebSite","@id":"https:\/\/way-partner.com\/#website","url":"https:\/\/way-partner.com\/","name":"WAY-Partner","description":"The WAYNIUM app for self-employed drivers","publisher":{"@id":"https:\/\/way-partner.com\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/way-partner.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-GB"},{"@type":"Organization","@id":"https:\/\/way-partner.com\/#organization","name":"WAY-Partner","url":"https:\/\/way-partner.com\/","logo":{"@type":"ImageObject","inLanguage":"en-GB","@id":"https:\/\/way-partner.com\/#\/schema\/logo\/image\/","url":"https:\/\/way-partner.com\/wp-content\/uploads\/2026\/01\/favicon.png","contentUrl":"https:\/\/way-partner.com\/wp-content\/uploads\/2026\/01\/favicon.png","width":512,"height":512,"caption":"WAY-Partner"},"image":{"@id":"https:\/\/way-partner.com\/#\/schema\/logo\/image\/"}}]}},"_links":{"self":[{"href":"https:\/\/way-partner.com\/en\/wp-json\/wp\/v2\/pages\/1480290","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/way-partner.com\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/way-partner.com\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/way-partner.com\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/way-partner.com\/en\/wp-json\/wp\/v2\/comments?post=1480290"}],"version-history":[{"count":8,"href":"https:\/\/way-partner.com\/en\/wp-json\/wp\/v2\/pages\/1480290\/revisions"}],"predecessor-version":[{"id":1480374,"href":"https:\/\/way-partner.com\/en\/wp-json\/wp\/v2\/pages\/1480290\/revisions\/1480374"}],"up":[{"embeddable":true,"href":"https:\/\/way-partner.com\/en\/wp-json\/wp\/v2\/pages\/408058"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/way-partner.com\/en\/wp-json\/wp\/v2\/media\/408511"}],"wp:attachment":[{"href":"https:\/\/way-partner.com\/en\/wp-json\/wp\/v2\/media?parent=1480290"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}