{"id":6460,"date":"2026-03-30T23:41:30","date_gmt":"2026-03-30T21:41:30","guid":{"rendered":"https:\/\/gmediaweb.com\/vacuumtech\/?page_id=5752"},"modified":"2026-04-08T22:17:50","modified_gmt":"2026-04-08T20:17:50","slug":"register","status":"publish","type":"page","link":"https:\/\/gmediaweb.com\/vacuumtech\/en\/register\/","title":{"rendered":"Register"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"6460\" class=\"elementor elementor-6460\" data-elementor-post-type=\"page\">\n\t\t\t\t<div class=\"elementor-element elementor-element-a447f0a e-flex e-con-boxed e-con e-parent\" data-id=\"a447f0a\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;gradient&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-38c46a5 e-con-full e-flex e-con e-child\" data-id=\"38c46a5\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t<div class=\"elementor-element elementor-element-b22185c e-con-full e-flex e-con e-child\" data-id=\"b22185c\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-9b8fc3b elementor-widget__width-initial elementor-widget-tablet__width-inherit elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"9b8fc3b\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h1 class=\"elementor-heading-title elementor-size-default\">Join the ranks of excellence<\/h1>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-3bd30ad elementor-widget elementor-widget-shortcode\" data-id=\"3bd30ad\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"shortcode.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-shortcode\">\n    <style>\n        .custom-registration-form { max-width: 400px; margin: 0 auto; font-family: 'Inter', sans-serif; }\n        .custom-registration-form .form-label { color: #bbbbbb; margin-bottom: 8px; font-size: 14px; display: block; text-align: left; }\n        .custom-registration-form .input-minimal { \n            width: 100% !important; background: #ffffff !important; border: 1px solid #e0e0e0 !important; \n            border-radius: 12px !important; padding: 15px !important; margin-bottom: 20px !important; \n            color: #333 !important; box-sizing: border-box !important; font-size: 15px !important;\n        }\n        .custom-registration-form .button-minimal { \n            width: 100% !important; background: #ffffff !important; color: #000 !important; \n            border: none !important; border-radius: 50px !important; padding: 18px !important; \n            font-weight: 600 !important; cursor: pointer !important; \n            box-shadow: 0 4px 15px rgba(0,0,0,0.15) !important; transition: 0.3s ease !important;\n        }\n        .custom-registration-form .button-minimal:hover { background: #f5f5f5 !important; transform: translateY(-2px); }\n        .reg-success-box { text-align: center; padding: 30px; background: rgba(255,255,255,0.05); border-radius: 15px; border: 1px solid rgba(255,255,255,0.1); }\n    <\/style>\n\n    <div class=\"custom-registration-form\" id=\"reg-wrapper\">\n        <form id=\"vacuum-reg-final\">\n            <div style=\"display:none;\"><input type=\"text\" name=\"hp_check\" value=\"\"><\/div>\n            \n            <label class=\"form-label\">Nom d&#039;utilisateur<\/label>\n            <input type=\"text\" id=\"reg_user\" class=\"input-minimal\" placeholder=\"Identifiant\" required>\n            \n            <label class=\"form-label\">Adresse e-mail<\/label>\n            <input type=\"email\" id=\"reg_email\" class=\"input-minimal\" placeholder=\"votre@email.com\" required>\n            \n            <input type=\"hidden\" id=\"reg_security\" name=\"reg_security\" value=\"7882ee4590\" \/><input type=\"hidden\" name=\"_wp_http_referer\" value=\"\/vacuumtech\/wp-json\/wp\/v2\/pages\/6460\" \/>            \n            <button type=\"submit\" class=\"button-minimal\" id=\"reg_submit\">Cr\u00e9er mon compte<\/button>\n            <div id=\"reg_message\" style=\"display: none; margin-top: 15px; text-align: center; color: #ff4d4d;\"><\/div>\n        <\/form>\n    <\/div>\n\n    <script type=\"text\/javascript\">\n    jQuery(document).ready(function($) {\n        var labels = {\"logged\":\"Vous \\u00eates d\\u00e9j\\u00e0 connect\\u00e9.\",\"closed\":\"L'inscription est ferm\\u00e9e.\",\"user_lab\":\"Nom d'utilisateur\",\"user_ph\":\"Identifiant\",\"email_lab\":\"Adresse e-mail\",\"btn\":\"Cr\\u00e9er mon compte\",\"loading\":\"Chargement...\",\"retry\":\"R\\u00e9essayer\",\"success_t\":\"Compte cr\\u00e9\\u00e9 !\",\"success_m\":\"V\\u00e9rifiez votre bo\\u00eete de r\\u00e9ception pour confirmer votre compte.<br>N'oubliez pas vos spams.\"};\n\n        $('#vacuum-reg-final').on('submit', function(e) {\n            e.preventDefault();\n            var btn = $('#reg_submit');\n            var msg = $('#reg_message');\n            \n            msg.hide();\n            btn.prop('disabled', true).text(labels.loading);\n            \n            $.ajax({\n                type: 'POST',\n                url: 'https:\/\/gmediaweb.com\/vacuumtech\/wp-admin\/admin-ajax.php',\n                data: {\n                    action: 'wd_ajax_register_safe',\n                    user: $('#reg_user').val(),\n                    email: $('#reg_email').val(),\n                    hp: $('input[name=\"hp_check\"]').val(),\n                    security: $('#reg_security').val()\n                },\n                success: function(res) {\n                    if(res.success) {\n                        $('#reg-wrapper').fadeOut(400, function() {\n                            $(this).html(`\n                                <div class=\"reg-success-box\">\n                                    <h3 style=\"color:#fff;\">${labels.success_t}<\/h3>\n                                    <p style=\"color:#ccc;\">${labels.success_m}<\/p>\n                                <\/div>\n                            `).fadeIn();\n                        });\n                    } else {\n                        msg.html(res.data).fadeIn();\n                        btn.prop('disabled', false).text(labels.retry);\n                    }\n                },\n                error: function() {\n                    msg.html('Error').fadeIn();\n                    btn.prop('disabled', false).text(labels.retry);\n                }\n            });\n        });\n    });\n    <\/script>\n    <\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-f04d446 elementor-widget__width-initial elementor-widget-mobile__width-initial elementor-widget elementor-widget-heading\" data-id=\"f04d446\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<p class=\"elementor-heading-title elementor-size-default\">Create your account to access the Vacuum Tech universe.<\/p>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-c359682 e-con-full e-flex e-con e-child\" data-id=\"c359682\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t<div class=\"elementor-element elementor-element-123a8e7 e-con-full e-flex elementor-invisible e-con e-child\" data-id=\"123a8e7\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;position&quot;:&quot;absolute&quot;,&quot;animation&quot;:&quot;fadeInUp&quot;}\">\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-27f8360 e-con-full e-flex elementor-invisible e-con e-child\" data-id=\"27f8360\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;position&quot;:&quot;absolute&quot;,&quot;animation&quot;:&quot;fadeInUp&quot;}\">\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>Join the ranks of excellence Create your account to access the Vacuum Tech universe.<\/p>\n","protected":false},"author":4,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-6460","page","type-page","status-publish","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.5 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Register - Vacuum Tech<\/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:\/\/gmediaweb.com\/vacuumtech\/en\/register\/\" \/>\n<meta property=\"og:locale\" content=\"fr_FR\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Register - Vacuum Tech\" \/>\n<meta property=\"og:description\" content=\"Join the ranks of excellence Create your account to access the Vacuum Tech universe.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/gmediaweb.com\/vacuumtech\/en\/register\/\" \/>\n<meta property=\"og:site_name\" content=\"Vacuum Tech\" \/>\n<meta property=\"article:modified_time\" content=\"2026-04-08T20:17:50+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:\\\/\\\/gmediaweb.com\\\/vacuumtech\\\/en\\\/register\\\/\",\"url\":\"https:\\\/\\\/gmediaweb.com\\\/vacuumtech\\\/en\\\/register\\\/\",\"name\":\"Register - Vacuum Tech\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/gmediaweb.com\\\/vacuumtech\\\/#website\"},\"datePublished\":\"2026-03-30T21:41:30+00:00\",\"dateModified\":\"2026-04-08T20:17:50+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/gmediaweb.com\\\/vacuumtech\\\/en\\\/register\\\/#breadcrumb\"},\"inLanguage\":\"fr-FR\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/gmediaweb.com\\\/vacuumtech\\\/en\\\/register\\\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/gmediaweb.com\\\/vacuumtech\\\/en\\\/register\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Accueil\",\"item\":\"https:\\\/\\\/gmediaweb.com\\\/vacuumtech\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Register\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/gmediaweb.com\\\/vacuumtech\\\/#website\",\"url\":\"https:\\\/\\\/gmediaweb.com\\\/vacuumtech\\\/\",\"name\":\"Vacuum Tech\",\"description\":\"\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/gmediaweb.com\\\/vacuumtech\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"fr-FR\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Register - Vacuum Tech","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:\/\/gmediaweb.com\/vacuumtech\/en\/register\/","og_locale":"fr_FR","og_type":"article","og_title":"Register - Vacuum Tech","og_description":"Join the ranks of excellence Create your account to access the Vacuum Tech universe.","og_url":"https:\/\/gmediaweb.com\/vacuumtech\/en\/register\/","og_site_name":"Vacuum Tech","article_modified_time":"2026-04-08T20:17:50+00:00","twitter_card":"summary_large_image","schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/gmediaweb.com\/vacuumtech\/en\/register\/","url":"https:\/\/gmediaweb.com\/vacuumtech\/en\/register\/","name":"Register - Vacuum Tech","isPartOf":{"@id":"https:\/\/gmediaweb.com\/vacuumtech\/#website"},"datePublished":"2026-03-30T21:41:30+00:00","dateModified":"2026-04-08T20:17:50+00:00","breadcrumb":{"@id":"https:\/\/gmediaweb.com\/vacuumtech\/en\/register\/#breadcrumb"},"inLanguage":"fr-FR","potentialAction":[{"@type":"ReadAction","target":["https:\/\/gmediaweb.com\/vacuumtech\/en\/register\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/gmediaweb.com\/vacuumtech\/en\/register\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Accueil","item":"https:\/\/gmediaweb.com\/vacuumtech\/"},{"@type":"ListItem","position":2,"name":"Register"}]},{"@type":"WebSite","@id":"https:\/\/gmediaweb.com\/vacuumtech\/#website","url":"https:\/\/gmediaweb.com\/vacuumtech\/","name":"Vacuum Tech","description":"","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/gmediaweb.com\/vacuumtech\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"fr-FR"}]}},"_links":{"self":[{"href":"https:\/\/gmediaweb.com\/vacuumtech\/wp-json\/wp\/v2\/pages\/6460","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/gmediaweb.com\/vacuumtech\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/gmediaweb.com\/vacuumtech\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/gmediaweb.com\/vacuumtech\/wp-json\/wp\/v2\/users\/4"}],"replies":[{"embeddable":true,"href":"https:\/\/gmediaweb.com\/vacuumtech\/wp-json\/wp\/v2\/comments?post=6460"}],"version-history":[{"count":1,"href":"https:\/\/gmediaweb.com\/vacuumtech\/wp-json\/wp\/v2\/pages\/6460\/revisions"}],"predecessor-version":[{"id":6461,"href":"https:\/\/gmediaweb.com\/vacuumtech\/wp-json\/wp\/v2\/pages\/6460\/revisions\/6461"}],"wp:attachment":[{"href":"https:\/\/gmediaweb.com\/vacuumtech\/wp-json\/wp\/v2\/media?parent=6460"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}