{"id":1708,"date":"2023-05-23T11:47:17","date_gmt":"2023-05-23T11:47:17","guid":{"rendered":"https:\/\/www.springerboerse.ch\/buchungsseite\/"},"modified":"2024-08-15T06:45:24","modified_gmt":"2024-08-15T06:45:24","slug":"page-de-reservation","status":"publish","type":"page","link":"https:\/\/www.springerboerse.ch\/fr\/page-de-reservation\/","title":{"rendered":"R\u00e9server un rempla\u00e7ant"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"1708\" class=\"elementor elementor-1708 elementor-9\" data-elementor-post-type=\"page\">\n\t\t\t\t<div class=\"elementor-element elementor-element-b700dd3 e-flex e-con-boxed e-con e-parent\" data-id=\"b700dd3\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-1bcfa14 elementor-widget elementor-widget-heading\" data-id=\"1bcfa14\" data-element_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-xl\">R\u00e9server un rempla\u00e7ant<\/h1>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-bc6c58f elementor-widget elementor-widget-heading\" data-id=\"bc6c58f\" data-element_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\"><h2>Instructions pour le t\u00e9l\u00e9chargement<\/h2> Vous pouvez t\u00e9l\u00e9charger des instructions sur le processus de r\u00e9servation:<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-4a5ba97 elementor-widget elementor-widget-button\" data-id=\"4a5ba97\" data-element_type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-button-wrapper\">\n\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"https:\/\/www.springerboerse.ch\/wp-content\/uploads\/2024\/08\/Buchungsvorgang-Anleitung_FR-CH.pdf\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">Download PDF<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t<\/div>\n\t\t\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<div class=\"elementor-element elementor-element-d599dba e-flex e-con-boxed e-con e-parent\" data-id=\"d599dba\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-f772023 elementor-widget elementor-widget-booknetic\" data-id=\"f772023\" data-element_type=\"widget\" data-widget_type=\"booknetic.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div id=\"bookneticElementorContainer\"><script type=\"application\/javascript\">location.href=\"https:\/\/www.springerboerse.ch\/anmeldung\/?redirect_to=https%3A%2F%2Fwww.springerboerse.ch%2Ffr%2Fpage-de-reservation%2F\";<\/script>Redirection...      <script>\r\n          jQuery(document).ready(() => {\r\n              const userLoggedIn = ;\r\n\r\n              if (typeof bookneticHooks !== \"undefined\") {\r\n                  bookneticHooks.addAction('loaded_step_information', () => {\r\n                      jQuery('#bkntc_input_name').val(\"-\").parents('.form-row').hide();\r\n                      jQuery('#bkntc_input_surname').val('-');\r\n                      jQuery('#bkntc_input_phone').parents('.form-group').hide();\r\n                      jQuery('#bkntc_input_email').parents('.form-group').removeClass('col-md-6').addClass('col-md-12');\r\n\r\n                      const template = jQuery('#artd_bkntc-booking');\r\n                      const stepInformation = jQuery('.booknetic_appointment_container [data-step-id=\"information\"]');\r\n                      if (stepInformation.length) {\r\n                          stepInformation[0].insertBefore(template[0].content, stepInformation[0].firstChild);\r\n\r\n                          jQuery('[name^=\"acf\"]').addClass('form-control');\r\n                          jQuery('.acf-label label').attr('data-required', true);\r\n                          document.querySelectorAll('.acf-label').forEach((el) => {\r\n                              el.replaceWith(...el.childNodes);\r\n                          });\r\n                      }\r\n\r\n                      const fieldsToMakeNotRequired = ['#bkntc_input_phone', '#bkntc_input_name', '#bkntc_input_surname'];\r\n                      for (const fieldToMakeNotRequired of fieldsToMakeNotRequired) {\r\n                          jQuery(fieldToMakeNotRequired).parents('.form-group')\r\n                              .find('[data-required=\"true\"]').removeAttr('data-required');\r\n                      }\r\n                  });\r\n\r\n                  bookneticHooks.addFilter('step_validation_information', function (result, booknetic) {\r\n                      const panel = booknetic.panel_js;\r\n                      panel.find('.acf-field').each(function () {\r\n                          const $el = jQuery(this);\r\n                          const label = $el.find('label');\r\n                          const isRequired = label.attr('data-required') === 'true';\r\n\r\n                          if (isRequired) {\r\n                              const key = $el.attr('data-key');\r\n                              const value = jQuery(`[name=\"acf[${key}]\"]`).val();\r\n                              if (!value) {\r\n                                  $el.find('input, select').addClass('booknetic_input_error');\r\n                                  result.status = false;\r\n                                  result.errorMsg = booknetic.__('fill_all_required');\r\n                              } else {\r\n                                  $el.find('input, select').removeClass('booknetic_input_error');\r\n                              }\r\n                          }\r\n                      });\r\n                      return result;\r\n                  });\r\n\r\n                  jQuery.ajaxSetup({\r\n                      beforeSend: function (jqXHR, settings) {\r\n                          if (typeof settings.data === \"string\" &&\r\n                              (settings.data.match('action=bkntc_get_data($|&)') && settings.data.match('current_step=confirm($|&)')) ||\r\n                              settings.data instanceof FormData && settings.data.get('action') === 'bkntc_get_data'\r\n                              && settings.data.get(\"current_step\") === \"confirm\"\r\n                          ) {\r\n                              const acfFields = jQuery('[name^=\"acf\"]');\r\n                              const formData = [];\r\n                              acfFields.each(function () {\r\n                                  const name = jQuery(this).attr('name');\r\n                                  const value = jQuery(this).val();\r\n                                  formData.push({name, value});\r\n                              });\r\n\r\n                              const isFormData = settings.data instanceof FormData;\r\n                              for (const [, datum] of formData.entries()) {\r\n                                  if (typeof settings.data === \"string\" && !settings.data.match(new RegExp(`(^|&)${datum.name}`))) {\r\n                                      settings.data += `&${datum.name}=${datum.value}`;\r\n                                  } else if (isFormData) {\r\n                                      settings.data.append(datum.name, datum.value);\r\n                                  }\r\n                              }\r\n                          }\r\n                      }\r\n                  });\r\n              }\r\n          });\r\n      <\/script>\r\n    <\/div>\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>R\u00e9server un rempla\u00e7ant Instructions pour le t\u00e9l\u00e9chargement Vous pouvez t\u00e9l\u00e9charger des instructions sur le processus de r\u00e9servation: Download PDF<\/p>\n","protected":false},"author":5,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"elementor_header_footer","meta":{"_acf_changed":false,"ocean_post_layout":"","ocean_both_sidebars_style":"","ocean_both_sidebars_content_width":0,"ocean_both_sidebars_sidebars_width":0,"ocean_sidebar":"","ocean_second_sidebar":"","ocean_disable_margins":"enable","ocean_add_body_class":"","ocean_shortcode_before_top_bar":"","ocean_shortcode_after_top_bar":"","ocean_shortcode_before_header":"","ocean_shortcode_after_header":"","ocean_has_shortcode":"","ocean_shortcode_after_title":"","ocean_shortcode_before_footer_widgets":"","ocean_shortcode_after_footer_widgets":"","ocean_shortcode_before_footer_bottom":"","ocean_shortcode_after_footer_bottom":"","ocean_display_top_bar":"default","ocean_display_header":"default","ocean_header_style":"","ocean_center_header_left_menu":"","ocean_custom_header_template":"","ocean_custom_logo":0,"ocean_custom_retina_logo":0,"ocean_custom_logo_max_width":0,"ocean_custom_logo_tablet_max_width":0,"ocean_custom_logo_mobile_max_width":0,"ocean_custom_logo_max_height":0,"ocean_custom_logo_tablet_max_height":0,"ocean_custom_logo_mobile_max_height":0,"ocean_header_custom_menu":"","ocean_menu_typo_font_family":"","ocean_menu_typo_font_subset":"","ocean_menu_typo_font_size":0,"ocean_menu_typo_font_size_tablet":0,"ocean_menu_typo_font_size_mobile":0,"ocean_menu_typo_font_size_unit":"px","ocean_menu_typo_font_weight":"","ocean_menu_typo_font_weight_tablet":"","ocean_menu_typo_font_weight_mobile":"","ocean_menu_typo_transform":"","ocean_menu_typo_transform_tablet":"","ocean_menu_typo_transform_mobile":"","ocean_menu_typo_line_height":0,"ocean_menu_typo_line_height_tablet":0,"ocean_menu_typo_line_height_mobile":0,"ocean_menu_typo_line_height_unit":"","ocean_menu_typo_spacing":0,"ocean_menu_typo_spacing_tablet":0,"ocean_menu_typo_spacing_mobile":0,"ocean_menu_typo_spacing_unit":"","ocean_menu_link_color":"","ocean_menu_link_color_hover":"","ocean_menu_link_color_active":"","ocean_menu_link_background":"","ocean_menu_link_hover_background":"","ocean_menu_link_active_background":"","ocean_menu_social_links_bg":"","ocean_menu_social_hover_links_bg":"","ocean_menu_social_links_color":"","ocean_menu_social_hover_links_color":"","ocean_disable_title":"default","ocean_disable_heading":"default","ocean_post_title":"","ocean_post_subheading":"","ocean_post_title_style":"","ocean_post_title_background_color":"","ocean_post_title_background":0,"ocean_post_title_bg_image_position":"","ocean_post_title_bg_image_attachment":"","ocean_post_title_bg_image_repeat":"","ocean_post_title_bg_image_size":"","ocean_post_title_height":0,"ocean_post_title_bg_overlay":0.5,"ocean_post_title_bg_overlay_color":"","ocean_disable_breadcrumbs":"default","ocean_breadcrumbs_color":"","ocean_breadcrumbs_separator_color":"","ocean_breadcrumbs_links_color":"","ocean_breadcrumbs_links_hover_color":"","ocean_display_footer_widgets":"default","ocean_display_footer_bottom":"default","ocean_custom_footer_template":"","footnotes":""},"class_list":["post-1708","page","type-page","status-publish","hentry","entry"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v25.5 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>R\u00e9server un rempla\u00e7ant - Springerb\u00f6rse.ch AG<\/title>\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.springerboerse.ch\/buchungsseite\/\" \/>\n<meta property=\"og:locale\" content=\"fr_FR\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"R\u00e9server un rempla\u00e7ant - Springerb\u00f6rse.ch AG\" \/>\n<meta property=\"og:description\" content=\"R\u00e9server un rempla\u00e7ant Instructions pour le t\u00e9l\u00e9chargement Vous pouvez t\u00e9l\u00e9charger des instructions sur le processus de r\u00e9servation: Download PDF\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.springerboerse.ch\/buchungsseite\/\" \/>\n<meta property=\"og:site_name\" content=\"Springerb\u00f6rse.ch AG\" \/>\n<meta property=\"article:modified_time\" content=\"2024-08-15T06:45:24+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.springerboerse.ch\/buchungsseite\/\",\"url\":\"https:\/\/www.springerboerse.ch\/buchungsseite\/\",\"name\":\"R\u00e9server un rempla\u00e7ant - Springerb\u00f6rse.ch AG\",\"isPartOf\":{\"@id\":\"https:\/\/www.springerboerse.ch\/#website\"},\"datePublished\":\"2023-05-23T11:47:17+00:00\",\"dateModified\":\"2024-08-15T06:45:24+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/www.springerboerse.ch\/buchungsseite\/#breadcrumb\"},\"inLanguage\":\"fr-FR\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.springerboerse.ch\/buchungsseite\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.springerboerse.ch\/buchungsseite\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/www.springerboerse.ch\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"R\u00e9server un rempla\u00e7ant\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/www.springerboerse.ch\/#website\",\"url\":\"https:\/\/www.springerboerse.ch\/\",\"name\":\"Springerb\u00f6rse.ch AG\",\"description\":\"Die Springerb\u00f6rse bietet einzigartigen Service f\u00fcr Vertretungen in Ihrer Apotheke.\",\"publisher\":{\"@id\":\"https:\/\/www.springerboerse.ch\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/www.springerboerse.ch\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"fr-FR\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/www.springerboerse.ch\/#organization\",\"name\":\"Springerb\u00f6rse.ch AG\",\"url\":\"https:\/\/www.springerboerse.ch\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"fr-FR\",\"@id\":\"https:\/\/www.springerboerse.ch\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/www.springerboerse.ch\/wp-content\/uploads\/2023\/05\/logo.svg\",\"contentUrl\":\"https:\/\/www.springerboerse.ch\/wp-content\/uploads\/2023\/05\/logo.svg\",\"width\":290,\"height\":37,\"caption\":\"Springerb\u00f6rse.ch AG\"},\"image\":{\"@id\":\"https:\/\/www.springerboerse.ch\/#\/schema\/logo\/image\/\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"R\u00e9server un rempla\u00e7ant - Springerb\u00f6rse.ch AG","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.springerboerse.ch\/buchungsseite\/","og_locale":"fr_FR","og_type":"article","og_title":"R\u00e9server un rempla\u00e7ant - Springerb\u00f6rse.ch AG","og_description":"R\u00e9server un rempla\u00e7ant Instructions pour le t\u00e9l\u00e9chargement Vous pouvez t\u00e9l\u00e9charger des instructions sur le processus de r\u00e9servation: Download PDF","og_url":"https:\/\/www.springerboerse.ch\/buchungsseite\/","og_site_name":"Springerb\u00f6rse.ch AG","article_modified_time":"2024-08-15T06:45:24+00:00","twitter_card":"summary_large_image","schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/www.springerboerse.ch\/buchungsseite\/","url":"https:\/\/www.springerboerse.ch\/buchungsseite\/","name":"R\u00e9server un rempla\u00e7ant - Springerb\u00f6rse.ch AG","isPartOf":{"@id":"https:\/\/www.springerboerse.ch\/#website"},"datePublished":"2023-05-23T11:47:17+00:00","dateModified":"2024-08-15T06:45:24+00:00","breadcrumb":{"@id":"https:\/\/www.springerboerse.ch\/buchungsseite\/#breadcrumb"},"inLanguage":"fr-FR","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.springerboerse.ch\/buchungsseite\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/www.springerboerse.ch\/buchungsseite\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.springerboerse.ch\/"},{"@type":"ListItem","position":2,"name":"R\u00e9server un rempla\u00e7ant"}]},{"@type":"WebSite","@id":"https:\/\/www.springerboerse.ch\/#website","url":"https:\/\/www.springerboerse.ch\/","name":"Springerb\u00f6rse.ch AG","description":"Die Springerb\u00f6rse bietet einzigartigen Service f\u00fcr Vertretungen in Ihrer Apotheke.","publisher":{"@id":"https:\/\/www.springerboerse.ch\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.springerboerse.ch\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"fr-FR"},{"@type":"Organization","@id":"https:\/\/www.springerboerse.ch\/#organization","name":"Springerb\u00f6rse.ch AG","url":"https:\/\/www.springerboerse.ch\/","logo":{"@type":"ImageObject","inLanguage":"fr-FR","@id":"https:\/\/www.springerboerse.ch\/#\/schema\/logo\/image\/","url":"https:\/\/www.springerboerse.ch\/wp-content\/uploads\/2023\/05\/logo.svg","contentUrl":"https:\/\/www.springerboerse.ch\/wp-content\/uploads\/2023\/05\/logo.svg","width":290,"height":37,"caption":"Springerb\u00f6rse.ch AG"},"image":{"@id":"https:\/\/www.springerboerse.ch\/#\/schema\/logo\/image\/"}}]}},"_links":{"self":[{"href":"https:\/\/www.springerboerse.ch\/fr\/wp-json\/wp\/v2\/pages\/1708","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.springerboerse.ch\/fr\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.springerboerse.ch\/fr\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.springerboerse.ch\/fr\/wp-json\/wp\/v2\/users\/5"}],"replies":[{"embeddable":true,"href":"https:\/\/www.springerboerse.ch\/fr\/wp-json\/wp\/v2\/comments?post=1708"}],"version-history":[{"count":23,"href":"https:\/\/www.springerboerse.ch\/fr\/wp-json\/wp\/v2\/pages\/1708\/revisions"}],"predecessor-version":[{"id":2013,"href":"https:\/\/www.springerboerse.ch\/fr\/wp-json\/wp\/v2\/pages\/1708\/revisions\/2013"}],"wp:attachment":[{"href":"https:\/\/www.springerboerse.ch\/fr\/wp-json\/wp\/v2\/media?parent=1708"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}