{"id":119,"date":"2019-07-17T17:30:30","date_gmt":"2019-07-17T15:30:30","guid":{"rendered":"https:\/\/mijnbehoudenhuis.bmade.it\/?page_id=119"},"modified":"2023-05-15T16:29:11","modified_gmt":"2023-05-15T14:29:11","slug":"contact","status":"publish","type":"page","link":"https:\/\/www.rapoo-eu.com\/fr\/contact\/","title":{"rendered":"Contact"},"content":{"rendered":"\n<div class=\"container wp-block-advanced-bootstrap-blocks-container\">\n<div class=\"row wp-block-advanced-bootstrap-blocks-row\">\n<div class=\"col wp-block-advanced-bootstrap-blocks-column col-xl-10\"><link rel=\"stylesheet\" href=\"https:\/\/www.rapoo-eu.com\/fr\/wp-content\/themes\/bmade\/dist\/css\/bmade.rich-text.css?ver=1754292888\" type=\"text\/css\" media=\"all\">\n\n<section class=\"section section--rich-text rich-text\">\n    <div class=\"rich-text__inner\">\n        <h3>Get In Touch<\/h3>\n<p>If you have any additional questions not covered in our FAQs and Support Center, or for new inquiries, please get in touch. We will come back to you as soon as possible!<\/p>\n<h3>Headquarters Europe &amp; MEA<\/h3>\n<p><b>Rapoo Europe BV<br \/>\n<\/b><span class=\"x_x_x_x_x_xxxxxxxcontentpasted0\"><span class=\"x_ContentPasted2\">Prismalaan West 27<\/span><\/span><br \/>\n<span class=\"x_x_x_x_x_xxxxxxxcontentpasted0\"><span class=\"x_ContentPasted2\">\u00a0<\/span><\/span><span class=\"x_x_x_x_x_xxxxxxxcontentpasted0\"><span class=\"x_ContentPasted2\">2665 PC\u00a0 Bleiswijk<\/span><\/span><br \/>\nThe Netherlands<\/p>\n\n    <\/div>\n<\/section><\/div>\n\n\n\n<div class=\"col wp-block-advanced-bootstrap-blocks-column offset-lg-1 offset-xl-2\"><div class=\"form-wrapper\">\n\n    <div class=\"container\">\n        <div class=\"row justify-content-center\">\n            <div class=\"col-24\">\n                <script type=\"text\/javascript\" data-cookieconsent=\"ignore\">\n    window['bmade']['form-c'] = [];\n    window['bmade']['form-c']['form-id'] = '3';\n    window['bmade']['form-c']['form-get-url'] = 'https:\/\/www.rapoo-eu.com\/fr\/wp-json\/bmade\/v1\/gf\/forms\/3';\n    window['bmade']['form-c']['form-post-url'] = 'https:\/\/www.rapoo-eu.com\/fr\/wp-json\/bmade\/v1\/gf\/entries';\n<\/script>\n\n<link rel=\"stylesheet\" href=\"https:\/\/www.rapoo-eu.com\/fr\/wp-content\/themes\/bmade\/dist\/css\/bmade.form.css?ver=1754292888\" type=\"text\/css\" media=\"all\">\n\n\n<form :id=\"fetchedForm.id\" class=\"form\" v-if=\"fetchedForm &#038;&#038; fetchedForm.fields\">\n    <div class=\"form__inner\">\n        <template v-if=\"!submitSuccess\">\n                                    <div class=\"row\">\n                <div :class=\"'col-24 '+ field.cssClass\" v-for=\"(field, index) in fetchedForm.fields\">\n                    <div class=\"input-group\">\n\n                        <label class=\"input-group__label\" v-if=\"field.type !== 'hidden'\"\n                               :for=\"'field-' + fetchedForm.id + '-' + index\">\n                            {{ field.label }}\n                            <span class=\"tooltip tooltip--align-center\" v-if=\"field.description\">\n                                    <span class=\"tooltip__icon\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\n                                                                     viewBox=\"0 0 192 512\"><path\n                                                    d=\"M20 424.229h20V279.771H20c-11.046 0-20-8.954-20-20V212c0-11.046 8.954-20 20-20h112c11.046 0 20 8.954 20 20v212.229h20c11.046 0 20 8.954 20 20V492c0 11.046-8.954 20-20 20H20c-11.046 0-20-8.954-20-20v-47.771c0-11.046 8.954-20 20-20zM96 0C56.235 0 24 32.235 24 72s32.235 72 72 72 72-32.235 72-72S135.764 0 96 0z\"\/><\/svg><\/span>\n                                    <div class=\"tooltip__content\">\n                                        {{ field.description }}\n                                    <\/div>\n                                <\/span>\n                        <\/label>\n\n                        <template v-if=\"field.type === 'select'\">\n                            <select-input :formid=\"fetchedForm.id\" :index=\"index\" :field=\"field\"\n                                          v-on:set-field-value=\"setFieldValue\"><\/select-input>\n                        <\/template>\n                        <template v-if=\"field.type === 'text' || field.type === 'email' || field.type === 'phone'\">\n                            <textual-input :type=\"field.type\" :formid=\"fetchedForm.id\" :index=\"index\" :field=\"field\"\n                                           v-on:set-field-value=\"setFieldValue\"><\/textual-input>\n                        <\/template>\n                        <template v-if=\"field.type === 'textarea'\">\n                            <textarea-input :formid=\"fetchedForm.id\" :index=\"index\" :field=\"field\"\n                                            v-on:set-field-value=\"setFieldValue\"><\/textarea-input>\n                        <\/template>\n                        <template v-if=\"field.type === 'checkbox'\">\n                            <checkbox :formid=\"fetchedForm.id\" :index=\"index\" :field=\"field\"\n                                      v-on:set-field-value=\"setFieldValue\"><\/checkbox>\n                        <\/template>\n                        <template v-if=\"field.type === 'radio'\">\n                            <radio :formid=\"fetchedForm.id\" :index=\"index\" :field=\"field\"\n                                   v-on:set-field-value=\"setFieldValue\"><\/radio>\n                        <\/template>\n                        <template v-if=\"field.type === 'hidden'\">\n                            <hidden :formid=\"fetchedForm.id\" :index=\"index\" :field=\"field\"\n                                    v-on:set-field-value=\"setFieldValue\"><\/hidden>\n                        <\/template>\n\n                        <!--<span class=\"input-group__error\"\n                                  v-if=\"errors.first('field-' + fetchedForm.id + '-' + index)\">{{ errors.first('field-' + fetchedForm.id + '-' + index) }}<\/span>-->\n                    <\/div>\n                <\/div>\n            <\/div>\n\n            <input type=\"submit\" class=\"button form__button\" @click.prevent=\"submit\"\n                   :value=\"fetchedForm.button.text\"\/>\n        <\/template>\n        <template v-else>\n            <div class=\"form__submitted\">\n                                <h3 class=\"form__submitted-title\">{{\n                        fetchedForm.confirmations[Object.keys(fetchedForm.confirmations)[0]].message }}<\/h3>\n            <\/div>\n        <\/template>\n    <\/div>\n<\/form>\n\n            <\/div>\n        <\/div>\n    <\/div>\n\n<\/div>\n<\/div>\n<\/div>\n<\/div>\n","protected":false},"excerpt":{"rendered":"","protected":false},"author":4,"featured_media":0,"parent":0,"menu_order":3,"comment_status":"closed","ping_status":"closed","template":"","meta":[],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v22.9 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Contact - French new<\/title>\n<meta name=\"description\" content=\"If you have any additional questions not covered in our FAQs and Support Center, or for new inquiries, please get in touch. We will come back to you as soon as possible!\" \/>\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.rapoo-eu.com\/fr\/contact\/\" \/>\n<meta property=\"og:locale\" content=\"fr_FR\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Contact - French new\" \/>\n<meta property=\"og:description\" content=\"If you have any additional questions not covered in our FAQs and Support Center, or for new inquiries, please get in touch. We will come back to you as soon as possible!\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.rapoo-eu.com\/fr\/contact\/\" \/>\n<meta property=\"og:site_name\" content=\"French new\" \/>\n<meta property=\"article:modified_time\" content=\"2023-05-15T14:29:11+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.rapoo-eu.com\/fr\/contact\/\",\"url\":\"https:\/\/www.rapoo-eu.com\/fr\/contact\/\",\"name\":\"Contact - French new\",\"isPartOf\":{\"@id\":\"https:\/\/www.rapoo-eu.com\/fr\/#website\"},\"datePublished\":\"2019-07-17T15:30:30+00:00\",\"dateModified\":\"2023-05-15T14:29:11+00:00\",\"description\":\"If you have any additional questions not covered in our FAQs and Support Center, or for new inquiries, please get in touch. We will come back to you as soon as possible!\",\"breadcrumb\":{\"@id\":\"https:\/\/www.rapoo-eu.com\/fr\/contact\/#breadcrumb\"},\"inLanguage\":\"fr-FR\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.rapoo-eu.com\/fr\/contact\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.rapoo-eu.com\/fr\/contact\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/www.rapoo-eu.com\/fr\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Contact\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/www.rapoo-eu.com\/fr\/#website\",\"url\":\"https:\/\/www.rapoo-eu.com\/fr\/\",\"name\":\"French new\",\"description\":\"Wireless Your Life\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/www.rapoo-eu.com\/fr\/?s={search_term_string}\"},\"query-input\":\"required name=search_term_string\"}],\"inLanguage\":\"fr-FR\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Contact - French new","description":"If you have any additional questions not covered in our FAQs and Support Center, or for new inquiries, please get in touch. We will come back to you as soon as possible!","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.rapoo-eu.com\/fr\/contact\/","og_locale":"fr_FR","og_type":"article","og_title":"Contact - French new","og_description":"If you have any additional questions not covered in our FAQs and Support Center, or for new inquiries, please get in touch. We will come back to you as soon as possible!","og_url":"https:\/\/www.rapoo-eu.com\/fr\/contact\/","og_site_name":"French new","article_modified_time":"2023-05-15T14:29:11+00:00","twitter_card":"summary_large_image","schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/www.rapoo-eu.com\/fr\/contact\/","url":"https:\/\/www.rapoo-eu.com\/fr\/contact\/","name":"Contact - French new","isPartOf":{"@id":"https:\/\/www.rapoo-eu.com\/fr\/#website"},"datePublished":"2019-07-17T15:30:30+00:00","dateModified":"2023-05-15T14:29:11+00:00","description":"If you have any additional questions not covered in our FAQs and Support Center, or for new inquiries, please get in touch. We will come back to you as soon as possible!","breadcrumb":{"@id":"https:\/\/www.rapoo-eu.com\/fr\/contact\/#breadcrumb"},"inLanguage":"fr-FR","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.rapoo-eu.com\/fr\/contact\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/www.rapoo-eu.com\/fr\/contact\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.rapoo-eu.com\/fr\/"},{"@type":"ListItem","position":2,"name":"Contact"}]},{"@type":"WebSite","@id":"https:\/\/www.rapoo-eu.com\/fr\/#website","url":"https:\/\/www.rapoo-eu.com\/fr\/","name":"French new","description":"Wireless Your Life","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.rapoo-eu.com\/fr\/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"fr-FR"}]}},"_links":{"self":[{"href":"https:\/\/www.rapoo-eu.com\/fr\/wp-json\/wp\/v2\/pages\/119"}],"collection":[{"href":"https:\/\/www.rapoo-eu.com\/fr\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.rapoo-eu.com\/fr\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.rapoo-eu.com\/fr\/wp-json\/wp\/v2\/users\/4"}],"replies":[{"embeddable":true,"href":"https:\/\/www.rapoo-eu.com\/fr\/wp-json\/wp\/v2\/comments?post=119"}],"version-history":[{"count":76,"href":"https:\/\/www.rapoo-eu.com\/fr\/wp-json\/wp\/v2\/pages\/119\/revisions"}],"predecessor-version":[{"id":9349,"href":"https:\/\/www.rapoo-eu.com\/fr\/wp-json\/wp\/v2\/pages\/119\/revisions\/9349"}],"wp:attachment":[{"href":"https:\/\/www.rapoo-eu.com\/fr\/wp-json\/wp\/v2\/media?parent=119"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}