{"id":19836,"date":"2025-12-23T16:47:21","date_gmt":"2025-12-23T15:47:21","guid":{"rendered":"https:\/\/leitzcloud.eu\/start-your-trial-2\/"},"modified":"2026-03-25T16:57:32","modified_gmt":"2026-03-25T15:57:32","slug":"start-your-trial","status":"publish","type":"page","link":"https:\/\/leitzcloud.eu\/en\/start-your-trial\/","title":{"rendered":"Start your Trial"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"19836\" class=\"elementor elementor-19836 elementor-13947\" data-elementor-post-type=\"page\">\n\t\t\t\t<div class=\"elementor-element elementor-element-64937328 e-flex e-con-boxed e-con e-parent\" data-id=\"64937328\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-17d6e57e elementor-widget elementor-widget-text-editor\" data-id=\"17d6e57e\" 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> <\/p>\n\n<!-- Left side -->\n<div class=\"trial-form-wrapper\">\n    <div class=\"info-panel\">\n        <div class=\"info-content-wrapper\">\n            <h3>14 days free<\/h3>\n            <ul class=\"info-list\">\n                <li>\n                    <img decoding=\"async\" class=\"info-icon\" src=\"https:\/\/leitzcloud.eu\/wp-content\/plugins\/wp-trial-plugin\/img\/features.svg\" alt=\"Features\">\n                    Comprehensive functionality                <\/li>\n                <li>\n                    <img decoding=\"async\" class=\"info-icon\" src=\"https:\/\/leitzcloud.eu\/wp-content\/plugins\/wp-trial-plugin\/img\/card.svg\" alt=\"No Card\">\n                    No credit card required                <\/li>\n                <li>\n                    <img decoding=\"async\" class=\"info-icon\" src=\"https:\/\/leitzcloud.eu\/wp-content\/plugins\/wp-trial-plugin\/img\/lock.svg\" alt=\"Lock\">\n                    SSL and 256-bit encryption                <\/li>\n                <li> \n                    <img decoding=\"async\" class=\"info-icon\" src=\"https:\/\/leitzcloud.eu\/wp-content\/plugins\/wp-trial-plugin\/img\/manager.svg\" alt=\"Manager\"> \n                    Personal customer service                <\/li> \n            <\/ul> \n        <\/div> \n    <\/div>\n\n<!-- Right side -->\n    <div class=\"TRIAL_FORM\">\n        <div class=\"header-row\">\n            <h2 class=\"form-intro-text\">Your leitzcloud trial is just a few clicks away!<\/h2>\n        <\/div>\n        <div id=\"generalErrorMessage\" class=\"general-error-message\" style=\"display: none;\"><\/div>\n\n        <form method=\"post\" action=\"\" id=\"trialForm\">\n                        <input type=\"hidden\" id=\"trial_form_nonce\" name=\"trial_form_nonce\" value=\"388df65185\">\n            <input type=\"hidden\" id=\"trial_form_ajax_url\" value=\"https:\/\/leitzcloud.eu\/wp-admin\/admin-ajax.php\">\n            <input type=\"hidden\" id=\"address_validated\" name=\"address_validated\" value=\"0\">\n\n            <!-- UTM hidden fields -->\n            <input type=\"hidden\" id=\"utm_source\" name=\"utm_source\" value=\"\">\n            <input type=\"hidden\" id=\"utm_medium\" name=\"utm_medium\" value=\"\">\n            <input type=\"hidden\" id=\"utm_campaign\" name=\"utm_campaign\" value=\"\">\n            <input type=\"hidden\" id=\"utm_content\" name=\"utm_content\" value=\"\">\n            <input type=\"hidden\" id=\"utm_term\" name=\"utm_term\" value=\"\">\n\n            <!-- MTM hidden fields (will be auto-converted to UTM by JavaScript) -->\n            <input type=\"hidden\" id=\"mtm_source\" name=\"mtm_source\" value=\"\">\n            <input type=\"hidden\" id=\"mtm_medium\" name=\"mtm_medium\" value=\"\">\n            <input type=\"hidden\" id=\"mtm_campaign\" name=\"mtm_campaign\" value=\"\">\n            <input type=\"hidden\" id=\"mtm_content\" name=\"mtm_content\" value=\"\">\n            <input type=\"hidden\" id=\"mtm_term\" name=\"mtm_term\" value=\"\">\n\n            <script>\n                \/\/ Convert MTM parameters to UTM format\n                function convertMTMtoUTM(mtmData) {\n                    const mtmToUtmMap = {\n                        'mtm_source': 'utm_source',\n                        'mtm_medium': 'utm_medium',\n                        'mtm_campaign': 'utm_campaign',\n                        'mtm_term': 'utm_term',\n                        'mtm_content': 'utm_content'\n                    };\n                    \n                    const utmData = {};\n                    Object.keys(mtmToUtmMap).forEach(mtmKey => {\n                        if (mtmData[mtmKey]) {\n                            utmData[mtmToUtmMap[mtmKey]] = mtmData[mtmKey];\n                        }\n                    });\n                    \n                    return utmData;\n                }\n\n                \/\/ Capture document.referrer and parse for UTM\/MTM data in incognito\/private mode\n                (function() {\n                    var referrer = document.referrer;\n                    if (referrer) {\n                        var referrerUrl = new URL(referrer);\n                        var refParams = referrerUrl.searchParams;\n                        \n                        \/\/ Check for MTM parameters first and convert to UTM\n                        var mtmParams = ['mtm_source', 'mtm_medium', 'mtm_campaign', 'mtm_content', 'mtm_term'];\n                        var mtmData = {};\n                        var hasMTM = false;\n                        \n                        mtmParams.forEach(function(param) {\n                            if (refParams.has(param)) {\n                                mtmData[param] = refParams.get(param);\n                                hasMTM = true;\n                            }\n                        });\n                        \n                        \/\/ If MTM parameters exist, convert and apply to UTM fields\n                        if (hasMTM) {\n                            var convertedMTM = convertMTMtoUTM(mtmData);\n                            Object.keys(convertedMTM).forEach(function(utmKey) {\n                                var input = document.getElementById(utmKey);\n                                if (input && (!input.value || input.value === 'not set')) {\n                                    input.value = convertedMTM[utmKey];\n                                }\n                            });\n                        }\n                        \n                        \/\/ Fill in UTM fields if they're empty or set to 'not set'\n                        var fields = ['utm_source', 'utm_medium', 'utm_campaign', 'utm_content', 'utm_term'];\n                        fields.forEach(function(field) {\n                            var input = document.getElementById(field);\n                            if (input && (!input.value || input.value === 'not set') && refParams.has(field)) {\n                                input.value = refParams.get(field);\n                            }\n                        });\n                        \n                        \/\/ If utm_source is still empty or 'not set', extract from referrer domain\n                        var sourceInput = document.getElementById('utm_source');\n                        var mediumInput = document.getElementById('utm_medium');\n                        if (sourceInput && (!sourceInput.value || sourceInput.value === 'not set') && referrer) {\n                            var refHostname = referrerUrl.hostname.replace(\/^www\\.\/, '');\n                            var searchEngines = ['google', 'bing', 'yahoo', 'duckduckgo', 'baidu', 'yandex'];\n                            var foundSearchEngine = false;\n                            \n                            for (var i = 0; i < searchEngines.length; i++) {\n                                if (refHostname.indexOf(searchEngines[i]) !== -1) {\n                                    sourceInput.value = searchEngines[i];\n                                    if (!mediumInput.value || mediumInput.value === 'not set') {\n                                        mediumInput.value = 'organic';\n                                    }\n                                    foundSearchEngine = true;\n                                    break;\n                                }\n                            }\n                            \n                            \/\/ If not a search engine, use domain as source with referral medium\n                            if (!foundSearchEngine &#038;&#038; refHostname) {\n                                sourceInput.value = refHostname;\n                                if (!mediumInput.value || mediumInput.value === 'not set') {\n                                    mediumInput.value = 'referral';\n                                }\n                            }\n                        }\n                    }\n                })();\n            <\/script>\n\n            <div class=\"form-content\">\n                <!-- Step 1 -->\n                <div id=\"step1\" class=\"form-step active\">\n                    <h4 class=\"select-header\">Which products would you like to test?<span class=\"required-asterisk\">*<\/span><\/h4>\n                    <div class=\"checkbox-group\">\n\n                        <!-- OPTION 1 -->\n                        <label class=\"custom-checkbox\" for=\"option1\">\n                            <input type=\"checkbox\" id=\"option1\" name=\"option[]\" value=\"option1\">\n                            <span class=\"checkmark\">\n                                <img decoding=\"async\" src=\"https:\/\/leitzcloud.eu\/wp-content\/plugins\/wp-trial-plugin\/img\/LC-Files-Logo.png\" alt=\"leitzcloud\">\n                                <span class=\"select-checkmark\"><\/span>\n                            <\/span>\n                            <span class=\"product-name\">leitzcloud<\/span>\n                        <\/label>\n\n                        <!-- OPTION 2 -->\n                        <label class=\"custom-checkbox\" for=\"option2\">\n                            <input type=\"checkbox\" id=\"option2\" name=\"option[]\" value=\"option2\">\n                            <span class=\"checkmark\">\n                                <img decoding=\"async\" src=\"https:\/\/leitzcloud.eu\/wp-content\/plugins\/wp-trial-plugin\/img\/LC-Pass-Logo.png\" alt=\"LC-Pass\">\n                                <span class=\"select-checkmark\"><\/span>\n                            <\/span>\n                            <span class=\"product-name\">LC-Pass<\/span>\n                        <\/label>\n\n                        <!-- OPTION 3 -->\n                        <label class=\"custom-checkbox\" for=\"option3\">\n                            <input\n                                type=\"checkbox\"\n                                id=\"option3\"\n                                name=\"option[]\"\n                                value=\"option3\"\n                            >\n                            <span class=\"checkmark\">\n                                <img decoding=\"async\" src=\"https:\/\/leitzcloud.eu\/wp-content\/plugins\/wp-trial-plugin\/img\/LC-Connect-Logo.png\" alt=\"LC-Connect\">\n                                <span class=\"select-checkmark\"><\/span>\n                            <\/span>\n                            <span class=\"product-name\">LC-Connect<\/span>\n                            \n                        <\/label>\n\n                        <!-- OPTION 4 -->\n                        <label class=\"custom-checkbox\" for=\"option4\">\n                            <input type=\"checkbox\" id=\"option4\" name=\"option[]\" value=\"option4\">\n                            <span class=\"checkmark\">\n                                <img decoding=\"async\" src=\"https:\/\/leitzcloud.eu\/wp-content\/plugins\/wp-trial-plugin\/img\/LC-Files-Logo.png\" alt=\"LC-Files\">\n                                <span class=\"select-checkmark\"><\/span>\n                            <\/span>\n                            <span class=\"product-name\">LC-Files<\/span>\n                            <span class=\"product-subtitle\" style=\"position: absolute; font-style: italic; font-size: 11px; margin-top: 90px;\">For associations & NPOs<\/span>\n                        <\/label>\n\n                    <\/div>\n\n                    <div class=\"fields-shift\">\n                        <!-- Email -->\n                        <label>Business Email <span class=\"required-asterisk\">*<\/span><\/label>\n                        <div class=\"input-wrapper email\">\n                            <div class=\"input-inner-row\">\n                                <span class=\"email-at-symbol\">@<\/span>\n                                <input type=\"email\" id=\"email\" name=\"email\" placeholder=\"your@email.com\" required>\n                                <div class=\"error-icon\"><\/div>\n                            <\/div>\n                                <div class=\"field-error-message\"><\/div>\n                        <\/div>\n\n                        <!-- Password -->\n                        <div class=\"password-phone-row\">\n                            <div class=\"password-col\">\n                                <label>Password <span class=\"required-asterisk\">*<\/span><\/label>\n                                <div class=\"input-wrapper password\">\n                                    <div class=\"input-inner-row\">\n                                        <img decoding=\"async\" src=\"https:\/\/leitzcloud.eu\/wp-content\/plugins\/wp-trial-plugin\/img\/lock.svg\" alt=\"Password Icon\" class=\"input-svg-icon\">\n                                        <input type=\"password\" id=\"password\" name=\"password\" required>\n                                        <div class=\"error-icon\"><\/div>\n                                        <button type=\"button\" class=\"password-toggle-btn\" id=\"passwordToggle\" tabindex=\"-1\" title=\"Press and hold to show\">\n                                            <svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"eye-icon\"><path d=\"M1 12s4-8 11-8 11 8 11 8-4 8-11 8-11-8-11-8z\"><\/path><circle cx=\"12\" cy=\"12\" r=\"3\"><\/circle><\/svg>\n                                        <\/button>\n                                    <\/div>\n                                        <div class=\"field-error-message\"><\/div>\n                                    <div id=\"passwordRequirements\">\n                                        <p>Password requirements:<\/p>\n                                        <ul>\n                                            <li id=\"reqCapital\" class=\"not-met\">1 uppercase letter<\/li>\n                                            <li id=\"reqSymbol\" class=\"not-met\">1 symbol<\/li>\n                                            <li id=\"reqNumber\" class=\"not-met\">1 number<\/li>\n                                            <li id=\"reqLength\" class=\"not-met\">10-25 characters<\/li>\n                                        <\/ul>\n                                    <\/div>\n                                <\/div>\n                            <\/div>\n\n                            <div class=\"phone-col\">\n                                <label>Phone number <span class=\"required-asterisk\">*<\/span><\/label>\n                                <div class=\"phone-row\">\n                                    <div class=\"custom-select\" id=\"countrySelect\">\n                                        <div class=\"select-selected\">\ud83c\udde9\ud83c\uddea +49<\/div>\n                                        <div class=\"select-items select-hide\">\n                                            <div data-value=\"+49\" data-display=\"\ud83c\udde9\ud83c\uddea +49\">\ud83c\udde9\ud83c\uddea +49 Germany<\/div>\n                                            <div data-value=\"+31\" data-display=\"\ud83c\uddf3\ud83c\uddf1 +31\">\ud83c\uddf3\ud83c\uddf1 +31 Netherlands<\/div>\n                                            <div data-value=\"+43\" data-display=\"\ud83c\udde6\ud83c\uddf9 +43\">\ud83c\udde6\ud83c\uddf9 +43 Austria<\/div>\n                                            <div data-value=\"+41\" data-display=\"\ud83c\udde8\ud83c\udded +41\">\ud83c\udde8\ud83c\udded +41 Switzerland<\/div>\n                                            <div data-value=\"+61\" data-display=\"\ud83c\udde6\ud83c\uddfa +61\">\ud83c\udde6\ud83c\uddfa +61 Australia<\/div>\n                                            <div data-value=\"+55\" data-display=\"\ud83c\udde7\ud83c\uddf7 +55\">\ud83c\udde7\ud83c\uddf7 +55 Brazil<\/div>\n                                            <div data-value=\"+1\" data-display=\"\ud83c\udde8\ud83c\udde6 +1\">\ud83c\udde8\ud83c\udde6 +1 Canada<\/div>\n                                            <div data-value=\"+86\" data-display=\"\ud83c\udde8\ud83c\uddf3 +86\">\ud83c\udde8\ud83c\uddf3 +86 China<\/div>\n                                            <div data-value=\"+45\" data-display=\"\ud83c\udde9\ud83c\uddf0 +45\">\ud83c\udde9\ud83c\uddf0 +45 Denmark<\/div>\n                                            <div data-value=\"+33\" data-display=\"\ud83c\uddeb\ud83c\uddf7 +33\">\ud83c\uddeb\ud83c\uddf7 +33 France<\/div>\n                                            <div data-value=\"+91\" data-display=\"\ud83c\uddee\ud83c\uddf3 +91\">\ud83c\uddee\ud83c\uddf3 +91 India<\/div>\n                                            <div data-value=\"+39\" data-display=\"\ud83c\uddee\ud83c\uddf9 +39\">\ud83c\uddee\ud83c\uddf9 +39 Italy<\/div>\n                                            <div data-value=\"+81\" data-display=\"\ud83c\uddef\ud83c\uddf5 +81\">\ud83c\uddef\ud83c\uddf5 +81 Japan<\/div>\n                                            <div data-value=\"+52\" data-display=\"\ud83c\uddf2\ud83c\uddfd +52\">\ud83c\uddf2\ud83c\uddfd +52 Mexico<\/div>\n                                            <div data-value=\"+47\" data-display=\"\ud83c\uddf3\ud83c\uddf4 +47\">\ud83c\uddf3\ud83c\uddf4 +47 Norway<\/div>\n                                            <div data-value=\"+27\" data-display=\"\ud83c\uddff\ud83c\udde6 +27\">\ud83c\uddff\ud83c\udde6 +27 South Africa<\/div>\n                                            <div data-value=\"+34\" data-display=\"\ud83c\uddea\ud83c\uddf8 +34\">\ud83c\uddea\ud83c\uddf8 +34 Spain<\/div>\n                                            <div data-value=\"+44\" data-display=\"\ud83c\uddec\ud83c\udde7 +44\">\ud83c\uddec\ud83c\udde7 +44 United Kingdom<\/div>\n                                            <div data-value=\"+1\" data-display=\"\ud83c\uddfa\ud83c\uddf8 +1\">\ud83c\uddfa\ud83c\uddf8 +1 United States<\/div>\n                                        <\/div>\n                                    <\/div>\n                                    <div class=\"phone-input-flex-container\">\n                                        <input type=\"hidden\" class=\"country-code-value\" name=\"country_code\" value=\"+49\">\n                                        <div class=\"input-wrapper phone\">\n                                            <div class=\"input-inner-row\">\n                                                <input type=\"tel\" id=\"phone\" name=\"phone\" required>\n                                                <div class=\"error-icon\"><\/div>\n                                            <\/div>\n                                            <div class=\"field-error-message\"><\/div>\n                                        <\/div>\n                                    <\/div>\n                                <\/div>\n                            <\/div>\n                        <\/div>\n\n                        <!-- Gender -->\n                        <label>Gender <span class=\"required-asterisk\">*<\/span><\/label>\n                        <div class=\"radio-group\">\n                            <div class=\"radio-grid gender-grid\">\n                                <label class=\"custom-radio\" for=\"gender_male\">\n                                    <input type=\"radio\" id=\"gender_male\" name=\"gender_option\" value=\"Male\">\n                                    <span class=\"radio-label\">Male<\/span>\n                                <\/label>\n                                <label class=\"custom-radio\" for=\"gender_female\">\n                                    <input type=\"radio\" id=\"gender_female\" name=\"gender_option\" value=\"Female\">\n                                    <span class=\"radio-label\">Female<\/span>\n                                <\/label>\n                                <label class=\"custom-radio gender-other-label\" for=\"gender_other\">\n                                    <input type=\"radio\" id=\"gender_other\" name=\"gender_option\" value=\"Specify\">\n                                    <span class=\"radio-label\">Specify<\/span>\n                                    <input type=\"text\" id=\"gender_other_text\" class=\"gender-custom-input\" style=\"display:none;width:110px;margin-left:8px;\" placeholder=\"Please specify\">\n                                    <input type=\"hidden\" id=\"gender_hidden\" name=\"gender\" value=\"\">\n                                <\/label>\n                            <\/div>\n                        <\/div>\n\n                        <!-- Names -->\n                        <div class=\"name-row\">\n                            <div>\n                                <label>First name <span class=\"required-asterisk\">*<\/span><\/label>\n                                <div class=\"input-wrapper firstname\">\n                                    <div class=\"input-inner-row\">\n                                        <img decoding=\"async\" src=\"https:\/\/leitzcloud.eu\/wp-content\/plugins\/wp-trial-plugin\/img\/user.svg\" alt=\"User Icon\" class=\"input-svg-icon\">\n                                        <input type=\"text\" id=\"first_name\" name=\"first_name\" required>\n                                        <div class=\"error-icon\"><\/div>\n                                    <\/div>\n                                            <div class=\"field-error-message\"><\/div>\n                                <\/div>\n                            <\/div>\n                            <div>\n                                <label>Last name <span class=\"required-asterisk\">*<\/span><\/label>\n                                <div class=\"input-wrapper lastname\">\n                                    <div class=\"input-inner-row\">\n                                        <img decoding=\"async\" src=\"https:\/\/leitzcloud.eu\/wp-content\/plugins\/wp-trial-plugin\/img\/user.svg\" alt=\"User Icon\" class=\"input-svg-icon\">\n                                        <input type=\"text\" id=\"last_name\" name=\"last_name\" required>\n                                        <div class=\"error-icon\"><\/div>\n                                    <\/div>\n                                        <div class=\"field-error-message\"><\/div>\n                                <\/div>\n                            <\/div>\n                        <\/div>\n\n                        <!-- Company full-width -->\n                        <div class=\"company-row\">\n                            <div>\n                                <label>Company <span class=\"required-asterisk\">*<\/span><\/label>\n                                <div class=\"input-wrapper company\">\n                                    <div class=\"input-inner-row\">\n                                        <img decoding=\"async\" src=\"https:\/\/leitzcloud.eu\/wp-content\/plugins\/wp-trial-plugin\/img\/manager.svg\" alt=\"Company Icon\" class=\"input-svg-icon\">\n                                        <input type=\"text\" id=\"company\" name=\"company\" placeholder=\"Company\" required>\n                                        <div class=\"error-icon\"><\/div>\n                                    <\/div>\n                                    <div class=\"field-error-message\"><\/div>\n                                <\/div>\n                                <\/div>\n                            <\/div>\n                        <\/div>\n\n                        <div class=\"domain-wrapper\" style=\"display:none;margin-top:12px\">\n                            <label>Domain name <span class=\"required-asterisk\">*<\/span><\/label>\n                            <div class=\"input-wrapper company\">\n                                <div class=\"input-inner-row\">\n                                    <img decoding=\"async\" src=\"https:\/\/leitzcloud.eu\/wp-content\/plugins\/wp-trial-plugin\/img\/manager.svg\" alt=\"Company Icon\" class=\"input-svg-icon\">\n                                    <input type=\"text\" id=\"domain_name\" name=\"domain_name\" placeholder=\"example.com\" >\n                                    <div class=\"error-icon\"><\/div>\n                                <\/div>\n                                    <div class=\"field-error-message\"><\/div>\n                            <\/div>\n                        <\/div>\n\n                        <div class=\"product-warning-container\">\n                            <div class=\"button-with-loader\" style=\"position: relative; display: inline-block;\">\n                                <button type=\"button\" id=\"nextButton\">Next \u2192<\/button>\n                                <span class=\"loading-icon\" id=\"nextLoadingIcon\"><\/span>\n                            <\/div>\n                            <div class=\"step1-error-wrapper\">\n                                <div id=\"step1Error\" class=\"step-error-message\"><\/div>\n                            <\/div>\n                        <\/div>\n                    <\/div>\n                <\/div>\n\n                <!-- Step 2 -->\n                <div id=\"step2\" class=\"form-step\">\n                    <div class=\"fields-shift\">\n                        <!-- How did you find us (only this dropdown on step 2) -->\n                        <label>How did you hear about us?<\/label>\n                        <div class=\"input-wrapper find-us-select\">\n                            <select id=\"find_us\" name=\"find_us\">\n                                    <option value=\"\">Select an option<\/option>\n                                    <option value=\"Search engine search\">Search engine search<\/option>\n                                    <option value=\"Provider comparison site\">Provider comparison site<\/option>\n                                    <option value=\"Personal recommendations\">Personal recommendations<\/option>\n                                    <option value=\"Advertisement\">Advertisement<\/option>\n                                    <option value=\"Press report\">Press report<\/option>\n                                    <option value=\"Event\/Trade fair\">Event\/Trade fair<\/option>\n                                    <option value=\"Social Media\">Social Media<\/option>\n                                    <option value=\"Other\">Other<\/option>\n                            <\/select>\n                        <\/div>\n\n                        <!-- hCaptcha -->\n                        <div class=\"hcaptcha-wrapper\">\n                            <script src=\"https:\/\/js.hcaptcha.com\/1\/api.js\" async defer><\/script>\n                            <div class=\"h-captcha\" data-sitekey=\"67f83fd4-27fc-4962-bc1e-d0e465043ec4\" data-callback=\"onCaptchaVerified\"><\/div>\n                        <\/div>\n\n                        <!-- Privacy Notice in German -->\n                        <div class=\"privacy-notice\">\n                            Your privacy is important to us. We process your data exclusively for processing your trial request and for communication with you regarding leitzcloud. All data is transmitted over an encrypted connection and used exclusively for this purpose.                        <\/div>\n\n                        <!-- Terms and Conditions -->\n                        <div class=\"terms-conditions-wrapper\">\n                            <label class=\"custom-terms-checkbox\">\n                                <input type=\"checkbox\" id=\"terms_agree\" name=\"terms_agree\" required>\n                                <span class=\"terms-text\">I agree to the <a href=\"https:\/\/leitzcloud.eu\/agb-geschaeftsbedingungen\/\" target=\"_blank\">Terms of Use<\/a> and the <a href=\"https:\/\/leitzcloud.eu\/datenschutzerklaerung\/\" target=\"_blank\">Privacy Policy<\/a>.<\/span>\n                            <\/label>\n                            <div id=\"termsError\" class=\"field-error-message\"><\/div>\n                        <\/div>\n\n                        <!-- Spacer for centered terms -->\n                        <div class=\"terms-spacer\"><\/div>\n\n                        <!-- Submit Buttons -->\n                        <div class=\"step2-buttons\">\n                            <button type=\"button\" id=\"backButtonBottom\">\u2190<\/button>\n                            <button type=\"submit\" name=\"submit\" id=\"submitButton\" disabled style=\"position: relative;\">\n                                <span class=\"button-main-text\">Start trial request<\/span>\n                                <span class=\"button-sub-text\">No credit card required<\/span>\n                                <span class=\"loading-icon\" id=\"submitLoadingIcon\"><\/span>\n                            <\/button>\n                        <\/div>\n                    <\/div>\n                <\/div>\n            <\/div>\n        <\/form>\n    <\/div>\n<\/div><p> <\/p>\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\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"","protected":false},"author":13,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-19836","page","type-page","status-publish","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v27.4 (Yoast SEO v27.4) - https:\/\/yoast.com\/product\/yoast-seo-premium-wordpress\/ -->\n<title>Start your Trial - leitzcloud by vBoxx<\/title>\n<meta name=\"description\" content=\"Secure and GDPR-compliant solutions for businesses and teams. Cloud, email, or password manager? Start your trial now!\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/leitzcloud.eu\/en\/start-your-trial\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Start your Trial\" \/>\n<meta property=\"og:description\" content=\"Secure and GDPR-compliant solutions for businesses and teams. Cloud, email, or password manager? Start your trial now!\" \/>\n<meta property=\"og:url\" content=\"https:\/\/leitzcloud.eu\/en\/start-your-trial\/\" \/>\n<meta property=\"og:site_name\" content=\"leitzcloud by vBoxx\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/leitzcloudbyvboxx\/\" \/>\n<meta property=\"article:modified_time\" content=\"2026-03-25T15:57:32+00:00\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:site\" content=\"@leitzcloud\" \/>\n<meta name=\"twitter:label1\" content=\"Est. 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:\\\/\\\/leitzcloud.eu\\\/en\\\/start-your-trial\\\/\",\"url\":\"https:\\\/\\\/leitzcloud.eu\\\/en\\\/start-your-trial\\\/\",\"name\":\"Start your Trial - leitzcloud by vBoxx\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/leitzcloud.eu\\\/en\\\/#website\"},\"datePublished\":\"2025-12-23T15:47:21+00:00\",\"dateModified\":\"2026-03-25T15:57:32+00:00\",\"description\":\"Secure and GDPR-compliant solutions for businesses and teams. Cloud, email, or password manager? Start your trial now!\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/leitzcloud.eu\\\/en\\\/start-your-trial\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/leitzcloud.eu\\\/en\\\/start-your-trial\\\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/leitzcloud.eu\\\/en\\\/start-your-trial\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/leitzcloud.eu\\\/en\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Start your Trial\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/leitzcloud.eu\\\/en\\\/#website\",\"url\":\"https:\\\/\\\/leitzcloud.eu\\\/en\\\/\",\"name\":\"leitzcloud by vBoxx\",\"description\":\"Einfacher Datenaustausch und Zusammenarbeit in der Business-Cloud mit maximalem Datenschutz!\",\"publisher\":{\"@id\":\"https:\\\/\\\/leitzcloud.eu\\\/en\\\/#organization\"},\"alternateName\":\"leitzcloud\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/leitzcloud.eu\\\/en\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/leitzcloud.eu\\\/en\\\/#organization\",\"name\":\"leitzcloud by vBoxx\",\"alternateName\":\"leitzcloud\",\"url\":\"https:\\\/\\\/leitzcloud.eu\\\/en\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/leitzcloud.eu\\\/en\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/leitzcloud.eu\\\/wp-content\\\/uploads\\\/2024\\\/10\\\/leitzcloudLogo.png\",\"contentUrl\":\"https:\\\/\\\/leitzcloud.eu\\\/wp-content\\\/uploads\\\/2024\\\/10\\\/leitzcloudLogo.png\",\"width\":1499,\"height\":304,\"caption\":\"leitzcloud by vBoxx\"},\"image\":{\"@id\":\"https:\\\/\\\/leitzcloud.eu\\\/en\\\/#\\\/schema\\\/logo\\\/image\\\/\"},\"sameAs\":[\"https:\\\/\\\/www.facebook.com\\\/leitzcloudbyvboxx\\\/\",\"https:\\\/\\\/x.com\\\/leitzcloud\",\"https:\\\/\\\/www.instagram.com\\\/leitzcloud\\\/\",\"https:\\\/\\\/www.linkedin.com\\\/company\\\/leitzcloud\\\/\"],\"description\":\"Sichere Cloud-L\u00f6sungen f\u00fcr Ihr Unternehmen Zuverl\u00e4ssiger Schutz f\u00fcr Ihre Dateien, Kommunikation und Passw\u00f6rter \u2013 entwickelt und gehostet in Deutschland f\u00fcr maximale Datensicherheit. Entdecken Sie u.A. unsere sichere Cloudl\u00f6sung aus Deutschland.\",\"email\":\"kontakt@leitz-cloud.com\",\"telephone\":\"+49 69 8700 5778\",\"legalName\":\"LC by vBoxx GmbH\",\"foundingDate\":\"2019-10-02\",\"vatID\":\"DE326895475\",\"taxID\":\"DE326895475\",\"numberOfEmployees\":{\"@type\":\"QuantitativeValue\",\"minValue\":\"11\",\"maxValue\":\"50\"},\"ownershipFundingInfo\":\"https:\\\/\\\/leitzcloud.eu\\\/impressum\\\/\"}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"Start your Trial - leitzcloud by vBoxx","description":"Secure and GDPR-compliant solutions for businesses and teams. Cloud, email, or password manager? Start your trial now!","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:\/\/leitzcloud.eu\/en\/start-your-trial\/","og_locale":"en_US","og_type":"article","og_title":"Start your Trial","og_description":"Secure and GDPR-compliant solutions for businesses and teams. Cloud, email, or password manager? Start your trial now!","og_url":"https:\/\/leitzcloud.eu\/en\/start-your-trial\/","og_site_name":"leitzcloud by vBoxx","article_publisher":"https:\/\/www.facebook.com\/leitzcloudbyvboxx\/","article_modified_time":"2026-03-25T15:57:32+00:00","twitter_card":"summary_large_image","twitter_site":"@leitzcloud","twitter_misc":{"Est. reading time":"1 minute"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/leitzcloud.eu\/en\/start-your-trial\/","url":"https:\/\/leitzcloud.eu\/en\/start-your-trial\/","name":"Start your Trial - leitzcloud by vBoxx","isPartOf":{"@id":"https:\/\/leitzcloud.eu\/en\/#website"},"datePublished":"2025-12-23T15:47:21+00:00","dateModified":"2026-03-25T15:57:32+00:00","description":"Secure and GDPR-compliant solutions for businesses and teams. Cloud, email, or password manager? Start your trial now!","breadcrumb":{"@id":"https:\/\/leitzcloud.eu\/en\/start-your-trial\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/leitzcloud.eu\/en\/start-your-trial\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/leitzcloud.eu\/en\/start-your-trial\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/leitzcloud.eu\/en\/"},{"@type":"ListItem","position":2,"name":"Start your Trial"}]},{"@type":"WebSite","@id":"https:\/\/leitzcloud.eu\/en\/#website","url":"https:\/\/leitzcloud.eu\/en\/","name":"leitzcloud by vBoxx","description":"Einfacher Datenaustausch und Zusammenarbeit in der Business-Cloud mit maximalem Datenschutz!","publisher":{"@id":"https:\/\/leitzcloud.eu\/en\/#organization"},"alternateName":"leitzcloud","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/leitzcloud.eu\/en\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/leitzcloud.eu\/en\/#organization","name":"leitzcloud by vBoxx","alternateName":"leitzcloud","url":"https:\/\/leitzcloud.eu\/en\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/leitzcloud.eu\/en\/#\/schema\/logo\/image\/","url":"https:\/\/leitzcloud.eu\/wp-content\/uploads\/2024\/10\/leitzcloudLogo.png","contentUrl":"https:\/\/leitzcloud.eu\/wp-content\/uploads\/2024\/10\/leitzcloudLogo.png","width":1499,"height":304,"caption":"leitzcloud by vBoxx"},"image":{"@id":"https:\/\/leitzcloud.eu\/en\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/leitzcloudbyvboxx\/","https:\/\/x.com\/leitzcloud","https:\/\/www.instagram.com\/leitzcloud\/","https:\/\/www.linkedin.com\/company\/leitzcloud\/"],"description":"Sichere Cloud-L\u00f6sungen f\u00fcr Ihr Unternehmen Zuverl\u00e4ssiger Schutz f\u00fcr Ihre Dateien, Kommunikation und Passw\u00f6rter \u2013 entwickelt und gehostet in Deutschland f\u00fcr maximale Datensicherheit. Entdecken Sie u.A. unsere sichere Cloudl\u00f6sung aus Deutschland.","email":"kontakt@leitz-cloud.com","telephone":"+49 69 8700 5778","legalName":"LC by vBoxx GmbH","foundingDate":"2019-10-02","vatID":"DE326895475","taxID":"DE326895475","numberOfEmployees":{"@type":"QuantitativeValue","minValue":"11","maxValue":"50"},"ownershipFundingInfo":"https:\/\/leitzcloud.eu\/impressum\/"}]}},"_links":{"self":[{"href":"https:\/\/leitzcloud.eu\/en\/wp-json\/wp\/v2\/pages\/19836","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/leitzcloud.eu\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/leitzcloud.eu\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/leitzcloud.eu\/en\/wp-json\/wp\/v2\/users\/13"}],"replies":[{"embeddable":true,"href":"https:\/\/leitzcloud.eu\/en\/wp-json\/wp\/v2\/comments?post=19836"}],"version-history":[{"count":4,"href":"https:\/\/leitzcloud.eu\/en\/wp-json\/wp\/v2\/pages\/19836\/revisions"}],"predecessor-version":[{"id":19848,"href":"https:\/\/leitzcloud.eu\/en\/wp-json\/wp\/v2\/pages\/19836\/revisions\/19848"}],"wp:attachment":[{"href":"https:\/\/leitzcloud.eu\/en\/wp-json\/wp\/v2\/media?parent=19836"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}