CINXE.COM
Registration
<!DOCTYPE html> <html lang="fr-fr" dir="ltr"> <head> <meta name="viewport" content="width=device-width, initial-scale=1"> <link rel="icon" href="/images/logo_faboba_icon.png" sizes="any"> <link rel="apple-touch-icon" href="/templates/yootheme/packages/theme-joomla/assets/images/apple-touch-icon.png"> <meta charset="utf-8" /> <base href="https://www.faboba.com/en/component/hikashop/user/form.html" /> <meta name="generator" content="Joomla! - Open Source Content Management" /> <title>Registration</title> <link href="https://www.faboba.com/en/component/search/?ctrl=user&task=form&format=opensearch" rel="search" title="Search Faboba" type="application/opensearchdescription+xml" /> <link href="/media/com_hikashop/css/hikashop.css?v=441" rel="stylesheet" /> <link href="/media/com_hikashop/css/font-awesome.css?v=5.2.0" rel="stylesheet" /> <link href="/plugins/system/jcemediabox/css/jcemediabox.css?380a314203b6e1c4df5166f3a813030a" rel="stylesheet" /> <link href="/plugins/system/jcemediabox/themes/standard/css/style.css?d87dffc9fb8dea99ab4b1f595c76714f" rel="stylesheet" /> <link href="/media/mod_falang/css/template.css" rel="stylesheet" /> <link href="/templates/yootheme_faboba5/css/theme.23.css?1730803955" rel="stylesheet" /> <link href="/templates/yootheme_faboba5/css/custom.css?4.3.4" rel="stylesheet" /> <link href="/media/com_hikashop/css/notify-metro.css?v=441" rel="stylesheet" /> <style> #hikashop_category_information_module_49 div.hikashop_subcontainer, #hikashop_category_information_module_49 .hikashop_rtop *,#hikashop_category_information_module_49 .hikashop_rbottom * { background:#FFFFFF; } #hikashop_category_information_module_49 div.hikashop_subcontainer, #hikashop_category_information_module_49 div.hikashop_subcontainer span, #hikashop_category_information_module_49 div.hikashop_container { text-align:center; } #hikashop_category_information_module_49 div.hikashop_container { margin:10px 10px; } #hikashop_category_information_module_49 .hikashop_subcontainer { -moz-border-radius: 5px; -webkit-border-radius: 5px; -khtml-border-radius: 5px; border-radius: 5px; } </style> <script type="application/json" class="joomla-script-options new">{"csrf.token":"949aaa173830913d7cbf7a0f4f1d8d2c","system.paths":{"root":"","base":""},"joomla.jtext":{"JLIB_FORM_FIELD_INVALID":"Invalid field: "}}</script> <script src="/media/jui/js/jquery.min.js?5f8cdc8a7e21bc4a5cea8b0e776adc94"></script> <script src="/media/jui/js/jquery-noconflict.js?5f8cdc8a7e21bc4a5cea8b0e776adc94"></script> <script src="/media/com_hikashop/js/hikashop.js?v=441"></script> <script src="/media/system/js/mootools-core.js?5f8cdc8a7e21bc4a5cea8b0e776adc94"></script> <script src="/media/system/js/core.js?5f8cdc8a7e21bc4a5cea8b0e776adc94"></script> <script src="/media/jui/js/jquery-migrate.min.js?5f8cdc8a7e21bc4a5cea8b0e776adc94"></script> <script src="/media/system/js/punycode.js?5f8cdc8a7e21bc4a5cea8b0e776adc94"></script> <script src="/media/system/js/validate.js?5f8cdc8a7e21bc4a5cea8b0e776adc94"></script> <script src="/plugins/system/jcemediabox/js/jcemediabox.js?d95577726527bb372fd7fcb454409743"></script> <script src="/templates/yootheme/vendor/assets/uikit/dist/js/uikit.min.js?4.3.4"></script> <script src="/templates/yootheme/vendor/assets/uikit/dist/js/uikit-icons-copper-hill.min.js?4.3.4"></script> <script src="/templates/yootheme/js/theme.js?4.3.4"></script> <script src="/media/com_hikashop/js/notify.min.js?v=441"></script> <script src="/plugins/hikashop/cartnotify/media/notify.js"></script> <script> <!-- function hikashopSubmitForm(form, action) { var d = document, button = d.getElementById('login_view_action'), currentForm = d.forms[form]; if(!currentForm) return false; if(form == "hikashop_registration_form") { hikashopSubmitFormRegister(form,button,currentForm); return false; } if(form != "hikashop_checkout_form") return false; if(action && action == "login") { hikashopSubmitFormLog(form,button,currentForm); return false; } if(action && action == "register") { hikashopSubmitFormRegister(form,button,currentForm); return false; } var registrationMethod = currentForm.elements["data[register][registration_method]"]; if (registrationMethod) { if (registrationMethod[0].id == "data[register][registration_method]login" && registrationMethod[0].checked) hikashopSubmitFormLog(form,button,currentForm); else hikashopSubmitFormRegister(form,button,currentForm); return false; } var usernameValue = "", passwdValue = "", el = null; el = d.getElementById("username"); if(el) usernameValue = el.value; el = d.getElementById("passwd"); if(el) passwdValue = el.value; var registeremailValue = "", registeremailconfValue = "", firstnameValue = "", lastnameValue = ""; el = d.getElementById("register_email"); if(el) registeremailValue = el.value; el = d.getElementById("register_email_confirm"); if(el) registeremailconfValue = el.value; el = d.getElementById("address_firstname"); if(el) firstnameValue = el.value; el = d.getElementById("address_lastname"); if(el) lastnameValue = el.value; if (usernameValue != "" && passwdValue != "") { hikashopSubmitFormLog(form,button,currentForm); } else if ((usernameValue != "" || passwdValue != "") && (registeremailValue == "" && registeremailconfValue == "" && firstnameValue == "" && lastnameValue == "")) { hikashopSubmitFormLog(form,button,currentForm); } else { hikashopSubmitFormRegister(form,button,currentForm); } return false; } function hikashopSubmitFormRegister(form, button, currentForm) { if( hikashopCheckChangeForm("register",form) && hikashopCheckChangeForm("user",form) && hikashopCheckChangeForm("address",form) ) { if(button) button.value="register"; currentForm.submit(); } } function hikashopSubmitFormLog(form,button,currentForm) { if(button) button.value="login"; currentForm.submit(); } var hkKeyPress = function(e) { var keyCode = (window.event) ? e.which : e.keyCode; if (keyCode != 13) return true; if (e.srcElement) elem = e.srcElement; else if (e.target) elem = e.target; if( elem.name == "username" || elem.name == "passwd" ){ var button = document.getElementById("login_view_action"), currentForm = document.forms["hikashop_checkout_form"]; if(currentForm && button){ hikashopSubmitFormLog("hikashop_checkout_form",button,currentForm); if (e.stopPropagation) { e.stopPropagation(); e.preventDefault(); } e.returnValue = false; return false; } } else { } return true; }; if(document.addEventListener) document.addEventListener("keypress", hkKeyPress); else document.attachEvent("onkeypress", hkKeyPress); //--> window.hikashopFieldsJs = { 'reqFieldsComp': {}, 'validFieldsComp': {}, 'regexFieldsComp': {}, 'regexValueFieldsComp': {} }; function hikashopToggleFields(new_value, namekey, field_type, id, prefix) { if(!window.hikashop) return false; return window.hikashop.toggleField(new_value, namekey, field_type, id, prefix); } window.hikashopFieldsJs['reqFieldsComp']['register'] = ['email','email_confirm','password','password2']; window.hikashopFieldsJs['validFieldsComp']['register'] = ['Please enter a value for the field E-mail','Please enter a value for the field E-mail confirmation','Please enter a value for the field Password','Please enter a value for the field Verify Password']; window.hikashopFieldsJs['password_different'] = 'Passwords do not match'; window.hikashopFieldsJs['valid_email'] = 'Please enter a valid e-mail address'; window.hikashopFieldsJs['valid_phone'] = 'Please enter a valid phone number'; JCEMediaBox.init({popup:{width:"",height:"",legacy:0,lightbox:0,shadowbox:0,resize:1,icons:1,overlay:1,overlayopacity:0.8,overlaycolor:"#000000",fadespeed:500,scalespeed:500,hideobjects:0,scrolling:"fixed",close:2,labels:{'close':'Close','next':'Next','previous':'Previous','cancel':'Cancel','numbers':'{$current} of {$total}'},cookie_expiry:"",google_viewer:0,pdfjs:0},tooltip:{className:"tooltip",opacity:0.8,speed:150,position:"br",offsets:{x: 16, y: 16}},base:"/",imgpath:"plugins/system/jcemediabox/img",theme:"standard",themecustom:"",themepath:"plugins/system/jcemediabox/themes"}); if(!window.localPage) window.localPage = {}; window.localPage.cartRedirect = function(cid,pid,resp){window.location="/en/component/hikashop/checkout.html";}; window.localPage.wishlistRedirect = function(cid,pid,resp){window.location="/en/component/hikashop/product/listing.html";}; jQuery.notify.defaults({"arrowShow":false,"globalPosition":"top right","elementPosition":"top right","clickToHide":true,"autoHideDelay":5000,"autoHide":true}); window.cartNotifyParams = {"reference":"global","img_url":"\/media\/com_hikashop\/images\/icons\/icon-32-newproduct.png","redirect_url":"","redirect_delay":4000,"title":"Product added to the cart","text":"Product successfully added to the cart","wishlist_title":"Product added to the wishlist","wishlist_text":"Product successfully added to the wishlist","list_title":"Products added to the cart","list_text":"Products successfully added to the cart","list_wishlist_title":"Products added to the wishlist","list_wishlist_text":"Products successfully added to the wishlist","err_title":"Product not added to the cart","err_text":"Product not added to the cart","err_wishlist_title":"Product not added to the wishlist","err_wishlist_text":"Product not added to the wishlist"}; </script> <script>window.yootheme ||= {}; var $theme = yootheme.theme = {"i18n":{"close":{"label":"Close"},"totop":{"label":"Back to top"},"marker":{"label":"Open"},"navbarToggleIcon":{"label":"Open menu"},"paginationPrevious":{"label":"Previous page"},"paginationNext":{"label":"Next page"},"searchIcon":{"toggle":"Open Search","submit":"Submit Search"},"slider":{"next":"Next slide","previous":"Previous slide","slideX":"Slide %s","slideLabel":"%s of %s"},"slideshow":{"next":"Next slide","previous":"Previous slide","slideX":"Slide %s","slideLabel":"%s of %s"},"lightboxPanel":{"next":"Next slide","previous":"Previous slide","slideLabel":"%s of %s","close":"Close"}}};</script> <style type="text/css"> .acyregfield label, .acysubscribe label {float:left; width:160px; text-align:right;} .acyregfield span label, .acysubscribe .acy_lists label {width:auto;} .acyregfield div:first-of-type, .acyregfield select:first-of-type, .acyregfield input, .acyregfield textarea, .acysubscribe input {margin-left:20px;} .acyregfield, .acysubscribe {clear:both; padding-top:18px;} </style> </head> <body class=""> <div class="uk-hidden-visually uk-notification uk-notification-top-left uk-width-auto"> <div class="uk-notification-message"> <a href="#tm-main">Skip to main content</a> </div> </div> <div class="tm-page"> <header class="tm-header-mobile uk-hidden@m"> <div class="uk-navbar-container"> <div class="uk-container uk-container-expand"> <nav class="uk-navbar" uk-navbar="{"align":"right","container":".tm-header-mobile","boundary":".tm-header-mobile .uk-navbar-container","target-y":".tm-header-mobile .uk-navbar-container","dropbar":true,"dropbar-anchor":".tm-header-mobile .uk-navbar-container","dropbar-transparent-mode":"remove"}"> <div class="uk-navbar-left"> <a href="https://www.faboba.com/en/" aria-label="Back to home" class="uk-logo uk-navbar-item"> <picture> <source type="image/webp" srcset="/templates/yootheme/cache/4c/2024-03-13-faboba-logo-transparent-v2_opt-4c0ee4cc.webp 260w, /templates/yootheme/cache/8e/2024-03-13-faboba-logo-transparent-v2_opt-8e8ee8db.webp 520w" sizes="(min-width: 260px) 260px"> <img alt loading="eager" src="/templates/yootheme/cache/47/2024-03-13-faboba-logo-transparent-v2_opt-471836a2.png" width="260" height="80"> </picture></a> </div> <div class="uk-navbar-right"> <a uk-toggle href="#tm-dialog-mobile" class="uk-navbar-toggle"> <div uk-navbar-toggle-icon></div> </a> </div> </nav> </div> </div> <div id="tm-dialog-mobile" uk-offcanvas="container: true; overlay: true" mode="slide" flip> <div class="uk-offcanvas-bar uk-flex uk-flex-column"> <button class="uk-offcanvas-close uk-close-large" type="button" uk-close uk-toggle="cls: uk-close-large; mode: media; media: @s"></button> <div class="uk-margin-auto-bottom"> <div class="uk-panel" id="module-menu-dialog-mobile"> <ul class="uk-nav uk-nav-default uk-nav-accordion" uk-nav="targets: > .js-accordion"> <li class="item-101 uk-active"><a href="/en/"> Home</a></li> <li class="item-103"><a href="/en/all-projects.html"> All Projects</a></li> <li class="item-470 js-accordion uk-parent"><a href> Wordpress <span uk-nav-parent-icon></span></a> <ul class="uk-nav-sub"> <li class="item-471 uk-parent"><a href="/en/wordpress/falang-for-wordpress/presentation.html"> Falang for wordpress</a> <ul> <li class="item-472"><a href="/en/wordpress/falang-for-wordpress/presentation.html"> Presentation</a></li> <li class="item-473"><a href="/en/wordpress/falang-for-wordpress/telechargement-achat.html"> Download - Buy</a></li> <li class="item-474"><a href="/en/wordpress/falang-for-wordpress/documentation.html"> Documentation</a></li> <li class="item-475"><a href="/en/wordpress/falang-for-wordpress/changelog.html"> Changelog</a></li></ul></li> <li class="item-490 uk-parent"><a href="/en/wordpress/falang-divi/presentation.html"> Falang for Divi</a> <ul> <li class="item-492"><a href="/en/wordpress/falang-divi/presentation.html"> Presentation</a></li> <li class="item-491"><a href="/en/wordpress/falang-divi/download-buy.html"> Download - Buy</a></li> <li class="item-545"><a href="/en/wordpress/falang-divi/documentation.html"> Documentation</a></li></ul></li> <li class="item-493 uk-parent"><a href="/en/wordpress/falang-for-elementor/presentation.html"> Falang for Elementor</a> <ul> <li class="item-494"><a href="/en/wordpress/falang-for-elementor/presentation.html"> Presentation</a></li> <li class="item-496"><a href="/en/wordpress/falang-for-elementor/download-buy.html"> Download - Buy</a></li> <li class="item-558"><a href="/en/wordpress/falang-for-elementor/documentation.html"> Documentation</a></li> <li class="item-563"><a href="/en/wordpress/falang-for-elementor/changelog.html"> Changelog</a></li></ul></li> <li class="item-512 uk-parent"><a href="/en/wordpress/falang-for-wpbakery/presentation.html"> Falang for WPBakery</a> <ul> <li class="item-513"><a href="/en/wordpress/falang-for-wpbakery/presentation.html"> Presentation</a></li> <li class="item-514"><a href="/en/wordpress/falang-for-wpbakery/download-buy.html"> Download - Buy</a></li></ul></li> <li class="item-515 uk-parent"><a href="/en/wordpress/falang-for-yootheme/presentation.html"> Falang for YOOtheme</a> <ul> <li class="item-516"><a href="/en/wordpress/falang-for-yootheme/presentation.html"> Presentation</a></li> <li class="item-517"><a href="/en/wordpress/falang-for-yootheme/download-buy.html"> Download - Buy</a></li> <li class="item-518"><a href="/en/wordpress/falang-for-yootheme/documentation.html"> Documentation</a></li> <li class="item-544"><a href="/en/wordpress/falang-for-yootheme/changelog.html"> Changelog</a></li></ul></li></ul></li> <li class="item-132 uk-parent"><a href="/en/components.html"> Joomla <span uk-nav-parent-icon></span></a> <ul class="uk-nav-sub"> <li class="item-159 uk-parent"><a href="/en/composants/falang/presentation.html"> FaLang</a> <ul> <li class="item-160"><a href="/en/composants/falang/presentation.html"> Introduction</a></li> <li class="item-341"><a href="/en/composants/falang/documentation.html"> Documentation</a></li> <li class="item-162"><a href="/en/composants/falang/donwload.html"> Download - Buy</a></li> <li class="item-354"><a href="/en/composants/falang/gratuit-vs-payant.html"> Free vs Paid</a></li> <li class="item-185"><a href="/en/composants/falang/extensions.html"> Extensions</a></li> <li class="item-348"><a href="/en/composants/falang/changelog.html"> Changelog</a></li> <li class="item-164"><a href="/en/composants/falang/faq.html"> F.A.Q</a></li> <li class="item-410"><a href="/en/components/falang/languages-pack.html"> Languages pack</a></li></ul></li> <li class="item-433 uk-parent"><a href="/en/components/sppbtranslate/presentation.html"> Translate for SP Page Builder</a> <ul> <li class="item-434"><a href="/en/components/sppbtranslate/presentation.html"> Presentation</a></li> <li class="item-435"><a href="/en/components/sppbtranslate/download-buy.html"> Download - Buy</a></li> <li class="item-459"><a href="/en/composants/sppbtranslate/documentation.html"> Documentation</a></li> <li class="item-461"><a href="/en/composants/sppbtranslate/changelog.html"> Changelog</a></li></ul></li> <li class="item-508 uk-parent"><a href="/en/components/translate-for-yootheme-builder/presentation.html"> Translate for Yootheme Builder</a> <ul> <li class="item-507"><a href="/en/components/translate-for-yootheme-builder/presentation.html"> Presentation</a></li> <li class="item-509"><a href="/en/components/translate-for-yootheme-builder/download-buy.html"> Download - Buy</a></li> <li class="item-510"><a href="/en/composants/translate-for-yootheme-builder/documentation.html"> Documentation</a></li> <li class="item-511"><a href="/en/composants/translate-for-yootheme-builder/changelog.html"> Changelog</a></li></ul></li> <li class="item-337 uk-parent"><a href="/en/composants/fish2falang/presentation.html"> Fish2Falang</a> <ul> <li class="item-338"><a href="/en/composants/fish2falang/presentation.html"> Description</a></li> <li class="item-339"><a href="/en/composants/fish2falang/documentation.html"> Documentation</a></li> <li class="item-340"><a href="/en/composants/fish2falang/download.html"> Download</a></li></ul></li></ul></li> <li class="item-106"><a href="/en/contact.html"> Contact</a></li></ul> </div> </div> </div> </div> </header> <div class="tm-toolbar tm-toolbar-default uk-visible@m"> <div class="uk-container uk-flex uk-flex-middle"> <div> <div class="uk-grid-medium uk-child-width-auto uk-flex-middle" uk-grid="margin: uk-margin-small-top"> <div> <div class="uk-panel" id="module-tm-4"> <ul class="uk-flex-inline uk-flex-middle uk-flex-nowrap uk-grid-small" uk-grid> <li><a href="https://www.facebook.com/fabobaweb/" class="uk-preserve-width uk-icon-link" rel="noreferrer" target="_blank"><span uk-icon="icon: facebook;"></span></a></li> <li><a href="https://www.youtube.com/@faboba_web" class="uk-preserve-width uk-icon-link" rel="noreferrer" target="_blank"><span uk-icon="icon: youtube;"></span></a></li> </ul> </div> </div> </div> </div> <div class="uk-margin-auto-left"> <div class="uk-grid-medium uk-child-width-auto uk-flex-middle" uk-grid="margin: uk-margin-small-top"> <div> <div class="uk-panel" id="module-menu-toolbar-right"> <ul class="uk-subnav" uk-dropnav="{"boundary":"false","container":"body"}"> <li class="item-559"><a href="/en/join-now.html"> Join Now</a></li> <li class="item-560"><a href="/en/sign-in.html"> Sign In</a></li></ul> </div> </div><div> <div class="uk-panel" id="module-49"> <div class="hikashop_cart_module " id="hikashop_cart_module"> <script type="text/javascript"> window.Oby.registerAjax(["cart.updated","checkout.cart.updated"], function(params) { var o = window.Oby, el = document.getElementById('hikashop_cart_49'); if(!el) return; if(params && params.resp && (params.resp.ret === 0 || params.resp.module == 49)) return; if(params && params.type && params.type != 'cart') return; o.addClass(el, "hikashop_checkout_loading"); o.xRequest("/en/component/hikashop/product/cart/module_id-49/module_type-cart/tmpl-component.html", {update: el, mode:'POST', data:'return_url=aHR0cHM6Ly93d3cuZmFib2JhLmNvbS9lbi9jb21wb25lbnQvaGlrYXNob3AvdXNlci9mb3JtLmh0bWw%3D'}, function(xhr){ o.removeClass(el, "hikashop_checkout_loading"); }); }); </script> <div id="hikashop_cart_49" class="hikashop_cart"> <div class="hikashop_checkout_loading_elem"></div> <div class="hikashop_checkout_loading_spinner small_spinner small_cart"></div> The cart is empty</div> <div class="clear_both"></div></div> </div> </div><div> <div class="uk-panel" id="module-55"> <div class="mod-languages "> <ul class="lang-inline"> <!-- >>> [PAID] >>> --> <!-- <<< [PAID] <<< --> <!-- >>> [PAID] >>> --> <li class="" dir="ltr"> <a href="/fr/component/hikashop/user/form.html"> <img src="/media/mod_falang/images/fr.gif" alt="Fran莽ais (FR)" title="Fran莽ais (FR)" /> </a> </li> <!-- <<< [PAID] <<< --> </ul> </div> </div> </div> </div> </div> </div> </div> <header class="tm-header uk-visible@m"> <div class="uk-navbar-container"> <div class="uk-container"> <nav class="uk-navbar" uk-navbar="{"align":"right","container":".tm-header","boundary":".tm-header .uk-navbar-container","target-y":".tm-header .uk-navbar-container","dropbar":true,"dropbar-anchor":".tm-header .uk-navbar-container","dropbar-transparent-mode":"remove"}"> <div class="uk-navbar-left"> <a href="https://www.faboba.com/en/" aria-label="Back to home" class="uk-logo uk-navbar-item"> <picture> <source type="image/webp" srcset="/templates/yootheme/cache/4c/2024-03-13-faboba-logo-transparent-v2_opt-4c0ee4cc.webp 260w, /templates/yootheme/cache/8e/2024-03-13-faboba-logo-transparent-v2_opt-8e8ee8db.webp 520w" sizes="(min-width: 260px) 260px"> <img alt loading="eager" src="/templates/yootheme/cache/47/2024-03-13-faboba-logo-transparent-v2_opt-471836a2.png" width="260" height="80"> </picture></a> </div> <div class="uk-navbar-right"> <ul class="uk-navbar-nav"> <li class="item-101 uk-active"><a href="/en/"> Home</a></li> <li class="item-103"><a href="/en/all-projects.html"> All Projects</a></li> <li class="item-470 uk-parent"><a role="button"> Wordpress <span uk-navbar-parent-icon></span></a> <div class="uk-navbar-dropdown" mode="hover" pos="bottom-right" style="width: 400px;"><div class="uk-grid uk-child-width-1-1 uk-grid-margin"> <div class="uk-width-1-1"> <nav class="uk-position-relative uk-width-small" style="top: 0;"> <ul class="uk-margin-remove-bottom uk-subnav uk-subnav-pill" uk-margin> <li class="el-item "> <a class="el-link" href="/en/wordpress/falang-for-wordpress/presentation.html">Falang for wordpress</a></li> <li class="el-item "> <a class="el-link" href="/en/wordpress/falang-divi/presentation.html">Falang for Divi</a></li> <li class="el-item "> <a class="el-link" href="/en/wordpress/falang-for-elementor/presentation.html">Falang for Elementor</a></li> <li class="el-item "> <a class="el-link" href="/en/wordpress/falang-for-wpbakery/presentation.html">Falang for WPBakery</a></li> <li class="el-item "> <a class="el-link" href="/en/wordpress/falang-for-yootheme/presentation.html">Falang for YOOtheme</a></li> </ul> </nav> <h4 class="uk-h4 uk-heading-line uk-text-primary uk-position-relative uk-text-center"> <span>Wordpress</span> </h4> </div></div></div></li> <li class="item-132 uk-parent"><a href="/en/components.html"> Joomla <span uk-navbar-parent-icon></span></a> <div class="uk-navbar-dropdown" style="width: 400px;"><div class="uk-grid tm-grid-expand uk-child-width-1-1 uk-grid-margin"> <div class="uk-width-1-1"> <div class="uk-width-small"> <ul class="uk-margin-remove-bottom uk-subnav uk-subnav-pill" uk-margin> <li class="el-item "> <a class="el-link" href="/en/composants/falang/presentation.html">FaLang</a></li> <li class="el-item "> <a class="el-link" href="/en/components/sppbtranslate/presentation.html">Translate for SP Page Builder</a></li> <li class="el-item "> <a class="el-link" href="/en/components/translate-for-yootheme-builder/presentation.html">Translate for Yootheme Builder</a></li> <li class="el-item "> <a class="el-link" href="/en/composants/fish2falang/presentation.html">Fish2Falang</a></li> </ul> </div> <h4 class="uk-h4 uk-heading-line uk-text-primary uk-position-relative uk-text-center"> <span>Joomla</span> </h4> </div></div></div></li> <li class="item-106"><a href="/en/contact.html"> Contact</a></li></ul> <a class="uk-navbar-toggle" id="module-tm-3" href="#search-tm-3-modal" uk-search-icon uk-toggle></a> <div id="search-tm-3-modal" class="uk-modal-full" uk-modal="container: true"> <div class="uk-modal-dialog uk-flex uk-flex-center uk-flex-middle" uk-height-viewport> <button class="uk-modal-close-full uk-close-large" type="button" uk-close uk-toggle="cls: uk-modal-close-full uk-close-large uk-modal-close-default; mode: media; media: @s"></button> <div class="uk-search uk-search-large"> <form id="search-tm-3" action="/en/component/hikashop/" method="post" role="search" class="uk-search uk-search-large"><input name="searchword" placeholder="Search" minlength="3" aria-label="Search" type="search" class="uk-search-input uk-text-center" autofocus><input type="hidden" name="task" value="search"><input type="hidden" name="option" value="com_search"><input type="hidden" name="Itemid"></form> </div> </div> </div> </div> </nav> </div> </div> </header> <main id="tm-main" class="tm-main uk-section uk-section-default" uk-height-viewport="expand: true"> <div class="uk-container"> <div id="system-message-container" data-messages="[]"> </div> <form action="/en/component/hikashop/user/register.html" method="post" name="hikashop_registration_form" enctype="multipart/form-data" onsubmit="hikashopSubmitForm('hikashop_registration_form'); return false;"> <div class="hikashop_user_registration_page"> <fieldset class="input"> <h2>Registration</h2> <div class="hkform-horizontal hikashop_contentpane"> <div class="hkform-group control-group hikashop_registration_email_line"> <label id="emailmsg" for="register_email" class="hkc-sm-4 hkcontrol-label"> E-mail* </label> <div class="hkc-sm-8"> <input autocomplete="off" type="text" id="register_email" name="data[register][email]" value="" class="inputbox hkform-control required validate-email" maxlength="100" /> </div> </div> <div class="hkform-group control-group hikashop_registration_email_confirm_line"> <label id="email_confirm_msg" for="register_email_confirm" class="hkc-sm-4 hkcontrol-label"> E-mail confirmation* </label> <div class="hkc-sm-8"> <input autocomplete="off" type="text" id="register_email_confirm" name="data[register][email_confirm]" value="" class="inputbox hkform-control required validate-email" maxlength="100" onchange="if(this.value!=document.getElementById('register_email').value){alert('The confirmation email differs from the email your entered. Please enter it again.'); this.value = '';}" /> </div> </div> <div class="hkform-group control-group hikashop_registration_password_line" id="hikashop_registration_password_line"> <label id="pwmsg" for="password" class="hkc-sm-4 hkcontrol-label"> Password* </label> <div class="hkc-sm-8"> <input autocomplete="off" class="inputbox hkform-control required validate-password" type="password" id="register_password" name="data[register][password]" value="" /> </div> </div> <div class="hkform-group control-group hikashop_registration_password2_line" id="hikashop_registration_password2_line"> <label id="pw2msg" for="register_password2" class="hkc-sm-4 hkcontrol-label"> Verify Password* </label> <div class="hkc-sm-8"> <input autocomplete="off" class="inputbox hkform-control required validate-passverify" type="password" id="register_password2" name="data[register][password2]" value="" /> </div> </div> <div class="hkform-group control-group hikashop_registration_hcaptcha_line" id="hikashop_registration_hcaptcha_line"><label id="captchamsg" class="hkc-sm-4 hkcontrol-label" title="">Captcha*</label><div class="hkc-sm-8"> <div id="hika-hcaptcha" class="hika-hcaptcha"></div> <script type="text/javascript"> var onloadCallbackHKHcaptcha = function() { window.hkCaptchaWidget = hcaptcha.render('hika-hcaptcha', {'sitekey':'f1968d44-2a02-49e1-ba9b-8a97090a97da', 'theme':'light'}); }; document.addEventListener("DOMContentLoaded", function(){ var scriptTag = document.createElement('script'); scriptTag.src = "https://hcaptcha.com/1/api.js?onload=onloadCallbackHKHcaptcha&render=explicit&hl=en-GB"; scriptTag.defer = true; document.body.appendChild(scriptTag); }); // for the login block ajax post on the checkout if(window.checkout && window.Oby) { window.Oby.registerAjax("checkoutBlockRefresh", function(params) { if(params.type != 'login') return; onloadCallbackHKHcaptcha(); }); } </script></div></div><div class="hkform-group control-group hikashop_registration_required_info_line"> <label class='hkc-sm-4 hkcontrol-label'></label> <span> Fields marked with an asterisk (*) are required. </span> </div> <input type="hidden" name="data[register][id]" value="0" /> <input type="hidden" name="data[register][gid]" value="0" /> <label class='hkc-sm-4 hkcontrol-label'></label> <button type="submit" onclick="var field=document.getElementById( 'hikashop_product_quantity_field_1' ); hikashopSubmitForm('hikashop_registration_form', 'register'); return false;" class="hikabtn hikabtn_checkout_login_register" id="hikashop_register_form_button">Register</button> </div> </fieldset> </div> </form> <!-- HikaShop Component powered by http://www.hikashop.com --> <!-- version Business : 4.4.1 [2103041004] --> </div> </main> <footer> <!-- Builder #footer --> <div class="uk-section-primary uk-section uk-section-xsmall"> <div class="uk-container"> <div class="uk-grid tm-grid-expand uk-grid-margin" uk-grid> <div class="uk-width-1-2@m"> <div class="uk-panel uk-margin">漏 2024 All Rights Reserved Politique de confidentialit茅</div> </div> <div class="uk-width-1-2@m"> <div class="uk-panel uk-margin uk-text-right">R茅alisation - www.faboba.com</div> </div></div> </div> </div> </footer> </div> </body> </html>