{"id":476,"date":"2025-06-23T20:09:40","date_gmt":"2025-06-23T20:09:40","guid":{"rendered":"https:\/\/chocotale.digitalfarmers.be\/franchising\/"},"modified":"2025-11-05T22:28:28","modified_gmt":"2025-11-05T22:28:28","slug":"franchising","status":"publish","type":"page","link":"https:\/\/chocotale.online\/nl\/franchising\/","title":{"rendered":"Franchising"},"content":{"rendered":"\n        <style>\n            site-header.header{\n                position: absolute;\n                top: 0;\n                left: 0;\n                right: 0;\n                z-index: 50;\n            }\n        <\/style>\n    \n\n<div id=\"\" class=\"relative w-full overflow-hidden h-576 min-h-[100vh] md:h-960 md:min-h-960\">\n            <img loading=\"lazy\" width=\"2560\" height=\"1707\" src=\"https:\/\/chocotale.online\/wp-content\/uploads\/2025\/06\/kadin-1-5-scaled.png\" class=\"absolute inset-0 w-full h-full object-cover z-0\" alt=\"kadin 1 (5)\" srcset=\"https:\/\/chocotale.online\/wp-content\/uploads\/2025\/06\/kadin-1-5-scaled.png 2560w, https:\/\/chocotale.online\/wp-content\/uploads\/2025\/06\/kadin-1-5-scaled-600x400.png 600w, https:\/\/chocotale.online\/wp-content\/uploads\/2025\/06\/kadin-1-5-300x200.png 300w, https:\/\/chocotale.online\/wp-content\/uploads\/2025\/06\/kadin-1-5-1024x683.png 1024w, https:\/\/chocotale.online\/wp-content\/uploads\/2025\/06\/kadin-1-5-768x512.png 768w, https:\/\/chocotale.online\/wp-content\/uploads\/2025\/06\/kadin-1-5-1536x1024.png 1536w, https:\/\/chocotale.online\/wp-content\/uploads\/2025\/06\/kadin-1-5-2048x1365.png 2048w\" sizes=\"auto, (max-width: 2560px) 100vw, 2560px\" title=\"kadin 1 (5)\" loading=\"lazy\" decoding=\"async\" \/>    \n    <!-- Optional: overlay for darkening the image\/video -->\n    <div class=\"absolute inset-0\" style=\"z-index: 5; background: linear-gradient(180deg, rgba(28,23,24,0) 0%, rgba(28,23,24,0.7) 100%);\"><\/div>\n\n    <!-- Content wrapper -->\n    <div class=\"relative z-10 flex flex-col items-center justify-end h-full w-full text-center px-4 py-70\">\n        <div class=\"container\">\n                            <div class=\"text-3xl lg:text-56 font-medium font-wulkan-display text-primary-500 mb-4\">Franchising<\/div>\n                                        <h1 class=\"text-40 lg:text-8xl leading-[1] font-wulkan-display font-bold text-primary-700\">\n                    Wees een van ons.                <\/h1>\n                    <\/div>\n    <\/div>\n<\/div>\n\n<script>\ndocument.addEventListener('DOMContentLoaded', function() {\n    \/\/ Elementor-style video cover calculation\n    function resizeVideoEmbeds() {\n        const vimeoEmbeds = document.querySelectorAll('.vimeo-embed-cover');\n        const youtubeEmbeds = document.querySelectorAll('.youtube-embed-cover');\n        \n        [...vimeoEmbeds, ...youtubeEmbeds].forEach((iframe) => {\n            const containerId = iframe.getAttribute('data-container-id');\n            const container = document.getElementById(containerId);\n            \n            if (container) {\n                const containerRect = container.getBoundingClientRect();\n                const containerWidth = containerRect.width;\n                const containerHeight = containerRect.height;\n                \n                \/\/ Elementor-style: Use exact large dimensions like Elementor does\n                let iframeWidth = containerWidth * 1.77;\n                let iframeHeight = containerHeight * 3.1;\n                \n                \/\/ Apply calculated dimensions (Elementor-style)\n                iframe.style.width = iframeWidth + 'px';\n                iframe.style.height = iframeHeight + 'px';\n                iframe.style.position = 'absolute';\n                iframe.style.zIndex = '0';\n                iframe.style.insetBlockStart = '50%';\n                iframe.style.insetInlineStart = '50%';\n                iframe.style.transform = 'translate(-50%, -50%)';\n                iframe.style.objectFit = 'cover';\n            }\n        });\n    }\n    \n    \/\/ Resize on load and window resize\n    resizeVideoEmbeds();\n    window.addEventListener('resize', resizeVideoEmbeds);\n    \n    \/\/ Also resize after a short delay to ensure iframes are loaded\n    setTimeout(resizeVideoEmbeds, 1000);\n\n    \/\/ Hide thumbnail fallback once video\/iframe loads\n    document.querySelectorAll('.js-bg-video').forEach((video) => {\n        const container = video.parentElement;\n        if (!container) return;\n        const thumb = container.querySelector('.js-video-thumb');\n        if (!thumb) return;\n        video.muted = true;\n        video.setAttribute('muted', '');\n        video.playsInline = true;\n        video.setAttribute('playsinline', '');\n        video.setAttribute('webkit-playsinline', '');\n\n        const attemptPlay = () => {\n            const p = video.play();\n            if (p && typeof p.catch === 'function') p.catch(() => {});\n        };\n\n        const swapLayers = () => {\n            video.style.zIndex = '1';\n            thumb.style.zIndex = '0';\n        };\n\n        let hidden = false;\n        const maybeSwapLayers = () => {\n            if (hidden) return;\n            if (video.currentTime > 0 || (!video.paused && video.readyState >= 2)) {\n                hidden = true;\n                swapLayers();\n            }\n        };\n\n        if (typeof video.requestVideoFrameCallback === 'function') {\n            video.requestVideoFrameCallback(() => {\n                hidden = true;\n                swapLayers();\n            });\n        } else {\n            video.addEventListener('playing', maybeSwapLayers, { once: true });\n            video.addEventListener('timeupdate', maybeSwapLayers, { once: true });\n            video.addEventListener('loadeddata', maybeSwapLayers);\n            video.addEventListener('canplay', maybeSwapLayers);\n            setTimeout(maybeSwapLayers, 1200);\n        }\n\n        attemptPlay();\n        const onFirstInteraction = () => {\n            attemptPlay();\n            document.removeEventListener('touchstart', onFirstInteraction);\n            document.removeEventListener('click', onFirstInteraction);\n        };\n        document.addEventListener('touchstart', onFirstInteraction, { passive: true, once: true });\n        document.addEventListener('click', onFirstInteraction, { once: true });\n    });\n\n    document.querySelectorAll('.vimeo-embed-cover, .youtube-embed-cover').forEach((iframe) => {\n        const containerId = iframe.getAttribute('data-container-id');\n        const container = containerId ? document.getElementById(containerId) : iframe.parentElement;\n        if (!container) return;\n        const thumb = container.querySelector('.js-video-thumb');\n        if (!thumb) return;\n        iframe.addEventListener('load', () => {\n            iframe.style.zIndex = '1';\n            thumb.style.zIndex = '0';\n        }, { once: true });\n    });\n});\n<\/script>\n\n\n\n<section class=\"section-store-map py-60 lg:py-100 text-center\">\n    <div class=\"container\">\n                    <h3 class=\"text-4xl lg:text-56 leading-[1.2] font-wulkan-display font-bold text-gray-950 mb-6 xl:mb-8\">Niet zomaar een kans, maar een schoonheid.<\/h3>\n                            <div class=\"map-container max-w-590 mx-auto\">\n                \n                <div class=\"map-card relative w-full flex flex-col justify-end items-center rounded-32 overflow-hidden border-4 border-primary-700 bg-primary-100 aspect-[8\/7]\">\n                                            <img loading=\"lazy\" width=\"1776\" height=\"1500\" src=\"https:\/\/chocotale.online\/wp-content\/uploads\/2025\/06\/IMG_20220315_125551-1.png\" class=\"w-full h-full object-cover\" alt=\"IMG_20220315_125551 1\" srcset=\"https:\/\/chocotale.online\/wp-content\/uploads\/2025\/06\/IMG_20220315_125551-1.png 1776w, https:\/\/chocotale.online\/wp-content\/uploads\/2025\/06\/IMG_20220315_125551-1-600x507.png 600w, https:\/\/chocotale.online\/wp-content\/uploads\/2025\/06\/IMG_20220315_125551-1-300x253.png 300w, https:\/\/chocotale.online\/wp-content\/uploads\/2025\/06\/IMG_20220315_125551-1-1024x865.png 1024w, https:\/\/chocotale.online\/wp-content\/uploads\/2025\/06\/IMG_20220315_125551-1-768x649.png 768w, https:\/\/chocotale.online\/wp-content\/uploads\/2025\/06\/IMG_20220315_125551-1-1536x1297.png 1536w\" sizes=\"auto, (max-width: 1776px) 100vw, 1776px\" title=\"IMG_20220315_125551 1\" loading=\"lazy\" decoding=\"async\" \/>                        <div class=\"absolute inset-0 z-10\" style=\"background: linear-gradient(180deg, rgba(28,23,24,0) 0%, rgba(28,23,24,0.7) 100%);\"><\/div>\n                                        <div class=\"absolute z-20 w-full flex flex-col items-center p-6\">\n                                                    <div class=\"text-white text-2xl font-wulkan-display font-semibold mb-4 drop-shadow-lg\">Antwerp, Belgium<\/div>\n                                                                            <a href=\"#\" class=\"btn btn-outline-primary w-234\">\n                                Toon op de kaart                            <\/a>\n                                            <\/div>\n                <\/div>\n            <\/div>\n            <\/div>\n<\/section>\n\n<section class=\"section-placement py-60 lg:py-100 text-center\">\n    <div class=\"container\">\n                    <h3 class=\"text-4xl lg:text-56 leading-[1.2] font-wulkan-display font-bold text-gray-950 mb-6 xl:mb-8\">Waar zou jij je winkel plaatsen?<\/h3>\n                            <div class=\"image-container max-w-700 mx-auto\">\n                <img loading=\"lazy\" width=\"703\" height=\"402\" src=\"https:\/\/chocotale.online\/wp-content\/uploads\/2025\/06\/Artboard-116-1.svg\" class=\"w-full h-auto\" alt=\"Artboard 116 1\" title=\"Artboard 116 1\" loading=\"lazy\" decoding=\"async\" \/>            <\/div>\n            <\/div>\n<\/section>\n\n<section class=\"section-franchise-contact py-60 lg:py-100\">\n    <div class=\"container\">\n        <div class=\"flex flex-col-reverse lg:grid lg:grid-cols-[1fr_var(--fluid-space-495)] gap-56 xl:gap-x-100\">\n            <!-- LEFT COLUMN: title, content, form -->\n            <div class=\"grid__item flex flex-col space-y-18 xl:space-y-8\">\n                <h3 class=\"text-4xl lg:text-56 leading-[1.2] font-wulkan-display font-bold text-gray-950\">Bedankt voor je interesse in de franchiseactiviteiten van Chocotale.<\/h3><div class=\"text-base leading-18 font-inter font-medium text-gray-500\"><p>Bekijk de genoemde criteria. Als je bedrijf aan alle voorwaarden voldoet, kun je gerust verdergaan met het indienen van je aanvraag. Als aan een van de criteria niet wordt voldaan, vragen we je vriendelijk geen aanvraag in te dienen, omdat we dan niet kunnen reageren.<\/p>\n<\/div><div class=\"franchise-form\"><div class='fluentform ff-default fluentform_wrapper_8 ffs_default_wrap'><form data-form_id=\"8\" id=\"fluentform_8\" class=\"frm-fluent-form fluent_form_8 ff-el-form-top ff_form_instance_8_1 ff-form-loading ffs_default\" data-form_instance=\"ff_form_instance_8_1\" method=\"POST\" ><fieldset  style=\"border: none!important;margin: 0!important;padding: 0!important;background-color: transparent!important;box-shadow: none!important;outline: none!important; min-inline-size: 100%;\">\n                    <legend class=\"ff_screen_reader_title\" style=\"display: block; margin: 0!important;padding: 0!important;height: 0!important;text-indent: -999999px;width: 0!important;overflow:hidden;\">Franchise Contact Form<\/legend><input type='hidden' name='__fluent_form_embded_post_id' value='476' \/><input type=\"hidden\" id=\"_fluentform_8_fluentformnonce\" name=\"_fluentform_8_fluentformnonce\" value=\"7990107e80\" \/><input type=\"hidden\" name=\"_wp_http_referer\" value=\"\/nl\/wp-json\/wp\/v2\/pages\/476\" \/><div data-type=\"name-element\" data-name=\"names\" class=\" ff-field_container ff-name-field-wrapper\" ><div class='ff-t-container'><div class='ff-t-cell '><div class='ff-el-group ff-el-form-hide_label'><div class=\"ff-el-input--label ff-el-is-required asterisk-right\"><label for='ff_8_names_first_name_' id='label_ff_8_names_first_name_' >Full Name<\/label><\/div><div class='ff-el-input--content'><input type=\"text\" name=\"names[first_name]\" id=\"ff_8_names_first_name_\" class=\"ff-el-form-control\" placeholder=\"Your name, chocolatier or dreamer? \ud83c\udf6b\" aria-invalid=\"false\" aria-required=true><\/div><\/div><\/div><\/div><\/div><div class='ff-el-group ff-el-form-hide_label'><div class=\"ff-el-input--label ff-el-is-required asterisk-right\"><label for='ff_8_email' id='label_ff_8_email' aria-label=\"Email address\">Email address<\/label><\/div><div class='ff-el-input--content'><input type=\"email\" name=\"email\" id=\"ff_8_email\" class=\"ff-el-form-control\" placeholder=\"Where can we send sweet updates? \ud83d\udce9\" data-name=\"email\"  aria-invalid=\"false\" aria-required=true><\/div><\/div><div class='ff-el-group ff-el-form-hide_label'><div class=\"ff-el-input--label ff-el-is-required asterisk-right\"><label for='ff_8_' id='label_ff_8_' aria-label=\"Country\/ City of interest\">Country\/ City of interest<\/label><\/div><div class='ff-el-input--content'><input type=\"text\" class=\"ff-el-form-control\" placeholder=\"Where do you dream of opening your Tucho store? \ud83c\udf0d\" id=\"ff_8_\"  aria-invalid=\"false\" aria-required=true><\/div><\/div><div class='ff-el-group ff-el-form-hide_label'><div class=\"ff-el-input--label ff-el-is-required asterisk-right\"><label for='ff_8_phone' id='label_ff_8_phone' aria-label=\"Phone number\">Phone number<\/label><\/div><div class='ff-el-input--content'><input name=\"phone\" class=\"ff-el-form-control ff-el-phone ff_el_with_extended_validation\" type=\"tel\" placeholder=\"For faster connection \ud83d\udcde\" data-name=\"phone\" id=\"ff_8_phone\" inputmode=\"tel\"  aria-invalid='false' aria-required=true><\/div><\/div><div class='ff-el-group ff-el-form-hide_label hidden'><div class=\"ff-el-input--label ff-el-is-required asterisk-right\"><label   aria-label=\"Multi-Store Commitment\">Multi-Store Commitment<\/label><\/div><div class='ff-el-input--content'><div class='ff-el-form-check ff-el-form-check-'><label class='ff-el-form-check-label' for='franchise_multi_store_commitment_7083397cc050ab8b6e22a3fb7d60b486'><input  type=\"checkbox\" name=\"franchise_multi_store_commitment[]\" data-name=\"franchise_multi_store_commitment\" class=\"ff-el-form-check-input ff-el-form-check-checkbox\" value=\"Multi-Store Commitment\"  id='franchise_multi_store_commitment_7083397cc050ab8b6e22a3fb7d60b486' aria-label='Multi-Store Commitment' aria-invalid='false' aria-required=true> <span>Multi-Store Commitment<\/span><\/label><\/div><\/div><\/div><div class='ff-el-group ff-el-form-hide_label hidden'><div class=\"ff-el-input--label ff-el-is-required asterisk-right\"><label   aria-label=\"Premium Level Readiness\">Premium Level Readiness<\/label><\/div><div class='ff-el-input--content'><div class='ff-el-form-check ff-el-form-check-'><label class='ff-el-form-check-label' for='premium_competition_commitment_9dc696ff582cf5a51405efba2b104e36'><input  type=\"checkbox\" name=\"premium_competition_commitment[]\" data-name=\"premium_competition_commitment\" class=\"ff-el-form-check-input ff-el-form-check-checkbox\" value=\"Premium Level Readiness\"  id='premium_competition_commitment_9dc696ff582cf5a51405efba2b104e36' aria-label='Premium Level Readiness' aria-invalid='false' aria-required=true> <span>Premium Level Readiness<\/span><\/label><\/div><\/div><\/div><div class='ff-el-group ff-el-form-hide_label hidden'><div class=\"ff-el-input--label ff-el-is-required asterisk-right\"><label   aria-label=\"Passion &amp; Store Design\">Passion &amp; Store Design<\/label><\/div><div class='ff-el-input--content'><div class='ff-el-form-check ff-el-form-check-'><label class='ff-el-form-check-label' for='brand_passion_commitment_4bdbf7855561f0e50b02e7931c20d2a3'><input  type=\"checkbox\" name=\"brand_passion_commitment[]\" data-name=\"brand_passion_commitment\" class=\"ff-el-form-check-input ff-el-form-check-checkbox\" value=\"Passion &amp; Store Design\"  id='brand_passion_commitment_4bdbf7855561f0e50b02e7931c20d2a3' aria-label='Passion &amp; Store Design' aria-invalid='false' aria-required=true> <span>Passion &amp; Store Design<\/span><\/label><\/div><\/div><\/div><div class='ff-el-group ff-el-form-hide_label hidden'><div class=\"ff-el-input--label ff-el-is-required asterisk-right\"><label   aria-label=\"Confidential Terms Acknowledged\">Confidential Terms Acknowledged<\/label><\/div><div class='ff-el-input--content'><div class='ff-el-form-check ff-el-form-check-'><label class='ff-el-form-check-label' for='confidential_terms_acknowledgement_d3c4f3d22b96658badae1748ccbd3237'><input  type=\"checkbox\" name=\"confidential_terms_acknowledgement[]\" data-name=\"confidential_terms_acknowledgement\" class=\"ff-el-form-check-input ff-el-form-check-checkbox\" value=\"Confidential Terms Acknowledged\"  id='confidential_terms_acknowledgement_d3c4f3d22b96658badae1748ccbd3237' aria-label='Confidential Terms Acknowledged' aria-invalid='false' aria-required=true> <span>Confidential Terms Acknowledged<\/span><\/label><\/div><\/div><\/div><div class='ff-el-group ff-el-form-hide_label hidden'><div class=\"ff-el-input--label ff-el-is-required asterisk-right\"><label   aria-label=\"NDA &amp; Confidentiality\">NDA &amp; Confidentiality<\/label><\/div><div class='ff-el-input--content'><div class='ff-el-form-check ff-el-form-check-'><label class='ff-el-form-check-label' for='nda_confidentiality_agreement_1aa5f6f429de937362277804be77def4'><input  type=\"checkbox\" name=\"nda_confidentiality_agreement[]\" data-name=\"nda_confidentiality_agreement\" class=\"ff-el-form-check-input ff-el-form-check-checkbox\" value=\"NDA &amp; Confidentiality\"  id='nda_confidentiality_agreement_1aa5f6f429de937362277804be77def4' aria-label='NDA &amp; Confidentiality' aria-invalid='false' aria-required=true> <span>NDA &amp; Confidentiality<\/span><\/label><\/div><\/div><\/div><div class='ff-el-group ff-el-form-hide_label'><div class=\"ff-el-input--label asterisk-right\"><label for='ff_8_tell_us_more_about_ideas' id='label_ff_8_tell_us_more_about_ideas' aria-label=\"Message\">Message<\/label><\/div><div class='ff-el-input--content'><textarea aria-required=\"false\" aria-labelledby=\"label_ff_8_tell_us_more_about_ideas\" name=\"tell_us_more_about_ideas\" id=\"ff_8_tell_us_more_about_ideas\" class=\"ff-el-form-control\" placeholder=\"Tell us more about your ideas \u00a0\ud83d\udcad\" rows=\"3\" cols=\"2\" data-name=\"tell_us_more_about_ideas\" ><\/textarea><\/div><\/div><div class='ff-el-group ff-el-form-hide_label'><div class=\"ff-el-input--label asterisk-right\"><label for='ff_8_tell_us_about_your_entrepreneurial_journey' id='label_ff_8_tell_us_about_your_entrepreneurial_journey' aria-label=\"Message\">Message<\/label><\/div><div class='ff-el-input--content'><textarea aria-required=\"false\" aria-labelledby=\"label_ff_8_tell_us_about_your_entrepreneurial_journey\" name=\"tell_us_about_your_entrepreneurial_journey\" id=\"ff_8_tell_us_about_your_entrepreneurial_journey\" class=\"ff-el-form-control\" placeholder=\"Tell us about your entrepreneurial journey \ud83c\udfc6\" rows=\"3\" cols=\"2\" data-name=\"tell_us_about_your_entrepreneurial_journey\" ><\/textarea><\/div><\/div><div class='ff-el-group ff-el-form-hide_label'><div class=\"ff-el-input--label asterisk-right\"><label for='ff_8_why_do_you_want_to_bring_Tucho_to_your_market' id='label_ff_8_why_do_you_want_to_bring_Tucho_to_your_market' aria-label=\"Message\">Message<\/label><\/div><div class='ff-el-input--content'><textarea aria-required=\"false\" aria-labelledby=\"label_ff_8_why_do_you_want_to_bring_Tucho_to_your_market\" name=\"why_do_you_want_to_bring_Tucho_to_your_market\" id=\"ff_8_why_do_you_want_to_bring_Tucho_to_your_market\" class=\"ff-el-form-control\" placeholder=\"Why do you want to bring Tucho to your market? \u2764\ufe0f\" rows=\"3\" cols=\"2\" data-name=\"why_do_you_want_to_bring_Tucho_to_your_market\" ><\/textarea><\/div><\/div><div class='ff-el-group ff-el-form-hide_label'><div class=\"ff-el-input--label asterisk-right\"><label for='ff_8_tell_us_more_about_your_ideas' id='label_ff_8_tell_us_more_about_your_ideas' aria-label=\"Message\">Message<\/label><\/div><div class='ff-el-input--content'><textarea aria-required=\"false\" aria-labelledby=\"label_ff_8_tell_us_more_about_your_ideas\" name=\"tell_us_more_about_your_ideas\" id=\"ff_8_tell_us_more_about_your_ideas\" class=\"ff-el-form-control\" placeholder=\"Tell us more about your ideas \ud83e\udd0e\" rows=\"3\" cols=\"2\" data-name=\"tell_us_more_about_your_ideas\" ><\/textarea><\/div><\/div><div class='ff-el-group ff-text-center ff_submit_btn_wrapper'><button type=\"submit\" class=\"ff-btn ff-btn-submit ff-btn-md ff_btn_style\"  aria-label=\"Let\u2019s build something sweet together \ud83c\udf6b\">Let\u2019s build something sweet together \ud83c\udf6b<\/button><\/div><\/fieldset><\/form><div id='fluentform_8_errors' class='ff-errors-in-stack ff_form_instance_8_1 ff-form-loading_errors ff_form_instance_8_1_errors'><\/div><\/div>            <script type=\"text\/javascript\">\n                window.fluent_form_ff_form_instance_8_1 = {\"id\":\"8\",\"settings\":{\"layout\":{\"labelPlacement\":\"top\",\"asteriskPlacement\":\"asterisk-right\",\"helpMessagePlacement\":\"with_label\",\"errorMessagePlacement\":\"inline\",\"cssClassName\":\"\"},\"restrictions\":{\"denyEmptySubmission\":{\"enabled\":false}}},\"form_instance\":\"ff_form_instance_8_1\",\"form_id_selector\":\"fluentform_8\",\"rules\":{\"names[first_name]\":{\"required\":{\"value\":true,\"message\":\"This field is required\",\"global_message\":\"This field is required\",\"global\":true}},\"names[middle_name]\":{\"required\":{\"value\":false,\"message\":\"This field is required\",\"global_message\":\"This field is required\",\"global\":true}},\"names[last_name]\":{\"required\":{\"value\":false,\"message\":\"This field is required\",\"global_message\":\"This field is required\",\"global\":true}},\"email\":{\"required\":{\"value\":true,\"message\":\"This field is required\",\"global_message\":\"This field is required\",\"global\":true},\"email\":{\"value\":true,\"message\":\"This field must contain a valid email\",\"global_message\":\"This field must contain a valid email\",\"global\":true}},\"\":{\"required\":{\"value\":true,\"message\":\"This field is required\",\"global_message\":\"This field is required\",\"global\":true}},\"phone\":{\"required\":{\"value\":true,\"global\":true,\"message\":\"This field is required\",\"global_message\":\"This field is required\"},\"valid_phone_number\":{\"value\":true,\"global\":true,\"message\":\"Phone number is not valid\",\"global_message\":\"Phone number is not valid\"}},\"franchise_multi_store_commitment\":{\"required\":{\"value\":true,\"message\":\"This field is required\",\"global_message\":\"This field is required\",\"global\":true}},\"premium_competition_commitment\":{\"required\":{\"value\":true,\"message\":\"This field is required\",\"global_message\":\"This field is required\",\"global\":true}},\"brand_passion_commitment\":{\"required\":{\"value\":true,\"message\":\"This field is required\",\"global_message\":\"This field is required\",\"global\":true}},\"confidential_terms_acknowledgement\":{\"required\":{\"value\":true,\"message\":\"This field is required\",\"global_message\":\"This field is required\",\"global\":true}},\"nda_confidentiality_agreement\":{\"required\":{\"value\":true,\"message\":\"This field is required\",\"global_message\":\"This field is required\",\"global\":true}},\"tell_us_more_about_ideas\":{\"required\":{\"value\":false,\"message\":\"This field is required\",\"global_message\":\"This field is required\",\"global\":true}},\"tell_us_about_your_entrepreneurial_journey\":{\"required\":{\"value\":false,\"message\":\"This field is required\",\"global_message\":\"This field is required\",\"global\":true}},\"why_do_you_want_to_bring_Tucho_to_your_market\":{\"required\":{\"value\":false,\"message\":\"This field is required\",\"global_message\":\"This field is required\",\"global\":true}},\"tell_us_more_about_your_ideas\":{\"required\":{\"value\":false,\"message\":\"This field is required\",\"global_message\":\"This field is required\",\"global\":true}}},\"debounce_time\":300};\n                            <\/script>\n            <\/div>            <\/div>\n            <!-- RIGHT COLUMN: options (desktop), below form (mobile) -->\n            <div class=\"grid__item\">\n                    <div class=\"franchise-options form-check-options-widget space-y-3\">\n                <div class=\"relative form-check-item\">\n            <input\n                type=\"checkbox\"\n                id=\"option-0\"\n                name=\"franchise_option\"\n                value=\"checkbox_checkmar_1\"\n                class=\"peer sr-only form-check-input\n                    [&#038;:checked+label]:bg-primary-300\n                    [&#038;:checked+label_.checkmark]:bg-primary-700\n                    [&#038;:checked+label_.checkmark]:border-primary-700\n                    [&#038;:checked+label_.checkmark:after]:block\n                \"\n                data-is-required=\"yes\"\n                                data-target-selector=\"checkbox_checkmar_1\"\n                                            >\n            <label for=\"option-0\"\n                class=\"option-item flex justify-between w-full rounded-2xl p-18 cursor-pointer transition-all duration-300 select-none\n                    bg-primary-200 text-gray-600 font-inter font-medium -tracking-[0.03em]\">\n                <span class=\"option-text block pr-4 w-full\">\n                    <p>De franchiseactiviteiten van Chocotale zijn gestructureerd voor de ontwikkeling van een heel land, niet alleen voor het openen van \u00e9\u00e9n of twee winkels. Bevestig a.u.b. of je het budget en de bedrijfservaring hebt om de uitbreiding van meerdere winkels in een heel land te ondersteunen. Zo ja, vink dan het vakje aan.<\/p>\n                <\/span>\n                <span class=\"checkmark w-6 h-6 min-w-18 min-h-18 border-2 border-gray-500 flex items-center justify-center transition-all duration-150 bg-white relative\n                    after:hidden after:absolute after:top-[2px] after:left-[7px] after:w-[6px] after:h-[12px] after:border-solid after:border-white after:border-t-0 after:border-l-0 after:border-r-2 after:border-b-2 after:rotate-45\">\n                <\/span>\n            <\/label>\n        <\/div>\n                <div class=\"relative form-check-item\">\n            <input\n                type=\"checkbox\"\n                id=\"option-1\"\n                name=\"franchise_option\"\n                value=\"checkbox_checkmar_2\"\n                class=\"peer sr-only form-check-input\n                    [&#038;:checked+label]:bg-primary-300\n                    [&#038;:checked+label_.checkmark]:bg-primary-700\n                    [&#038;:checked+label_.checkmark]:border-primary-700\n                    [&#038;:checked+label_.checkmark:after]:block\n                \"\n                data-is-required=\"yes\"\n                                data-target-selector=\"checkbox_checkmar_2\"\n                                            >\n            <label for=\"option-1\"\n                class=\"option-item flex justify-between w-full rounded-2xl p-18 cursor-pointer transition-all duration-300 select-none\n                    bg-primary-200 text-gray-600 font-inter font-medium -tracking-[0.03em]\">\n                <span class=\"option-text block pr-4 w-full\">\n                    <p>Chocotale wil in elk land uitgroeien tot het toonaangevende premium chocolade- en dessertmerk door op toplocaties unieke winkels te openen. Onze concurrenten zijn zowel lokale ambachtelijke chocoladeboetieks als internationale dessertketens. Bevestig a.u.b. of je het budget en de bedrijfservaring hebt om op dit niveau mee te doen. Zo ja, vink dan het vakje aan.<\/p>\n                <\/span>\n                <span class=\"checkmark w-6 h-6 min-w-18 min-h-18 border-2 border-gray-500 flex items-center justify-center transition-all duration-150 bg-white relative\n                    after:hidden after:absolute after:top-[2px] after:left-[7px] after:w-[6px] after:h-[12px] after:border-solid after:border-white after:border-t-0 after:border-l-0 after:border-r-2 after:border-b-2 after:rotate-45\">\n                <\/span>\n            <\/label>\n        <\/div>\n                <div class=\"relative form-check-item\">\n            <input\n                type=\"checkbox\"\n                id=\"option-2\"\n                name=\"franchise_option\"\n                value=\"checkbox_checkmar_3\"\n                class=\"peer sr-only form-check-input\n                    [&#038;:checked+label]:bg-primary-300\n                    [&#038;:checked+label_.checkmark]:bg-primary-700\n                    [&#038;:checked+label_.checkmark]:border-primary-700\n                    [&#038;:checked+label_.checkmark:after]:block\n                \"\n                data-is-required=\"yes\"\n                                data-target-selector=\"checkbox_checkmar_3\"\n                                            >\n            <label for=\"option-2\"\n                class=\"option-item flex justify-between w-full rounded-2xl p-18 cursor-pointer transition-all duration-300 select-none\n                    bg-primary-200 text-gray-600 font-inter font-medium -tracking-[0.03em]\">\n                <span class=\"option-text block pr-4 w-full\">\n                    <p>Chocotale is een merk dat leeft van passie voor chocolade, vakmanschap en wereldwijde creativiteit. Elke winkel is uniek ontworpen in samenwerking met gerenommeerde ontwerpers en chocolatiers, waardoor het zich onderscheidt van de dessertketens in de massamarkt. Bevestig alstublieft of u deze visie deelt en toegewijd bent om te investeren in hoogwaardig winkelontwerp op de toplocaties van uw land. Zo ja, vink dan het vakje aan.<\/p>\n                <\/span>\n                <span class=\"checkmark w-6 h-6 min-w-18 min-h-18 border-2 border-gray-500 flex items-center justify-center transition-all duration-150 bg-white relative\n                    after:hidden after:absolute after:top-[2px] after:left-[7px] after:w-[6px] after:h-[12px] after:border-solid after:border-white after:border-t-0 after:border-l-0 after:border-r-2 after:border-b-2 after:rotate-45\">\n                <\/span>\n            <\/label>\n        <\/div>\n                <div class=\"relative form-check-item\">\n            <input\n                type=\"checkbox\"\n                id=\"option-3\"\n                name=\"franchise_option\"\n                value=\"checkbox_checkmar_4\"\n                class=\"peer sr-only form-check-input\n                    [&#038;:checked+label]:bg-primary-300\n                    [&#038;:checked+label_.checkmark]:bg-primary-700\n                    [&#038;:checked+label_.checkmark]:border-primary-700\n                    [&#038;:checked+label_.checkmark:after]:block\n                \"\n                data-is-required=\"yes\"\n                                data-target-selector=\"checkbox_checkmar_4\"\n                                            >\n            <label for=\"option-3\"\n                class=\"option-item flex justify-between w-full rounded-2xl p-18 cursor-pointer transition-all duration-300 select-none\n                    bg-primary-200 text-gray-600 font-inter font-medium -tracking-[0.03em]\">\n                <span class=\"option-text block pr-4 w-full\">\n                    <p>Chocotale zal geen details vrijgeven over franchisevoorwaarden, kosten voor het openen van een winkel of andere gerelateerde informatie tijdens de eerste onderzoeksfase. Deze informatie wordt alleen gedeeld als u bent geselecteerd als potenti\u00eble partner en nadat een geheimhoudingsverklaring is ondertekend. Als je dit punt volledig begrijpt, vink dan het vakje aan.<\/p>\n                <\/span>\n                <span class=\"checkmark w-6 h-6 min-w-18 min-h-18 border-2 border-gray-500 flex items-center justify-center transition-all duration-150 bg-white relative\n                    after:hidden after:absolute after:top-[2px] after:left-[7px] after:w-[6px] after:h-[12px] after:border-solid after:border-white after:border-t-0 after:border-l-0 after:border-r-2 after:border-b-2 after:rotate-45\">\n                <\/span>\n            <\/label>\n        <\/div>\n                <div class=\"form-check-validation-error text-red-600 text-sm mt-2\" style=\"display: none;\">\n            Please check all required options.\n        <\/div>\n    <\/div>\n                <\/div>\n        <\/div>\n    <\/div>\n<\/section>","protected":false},"excerpt":{"rendered":"","protected":false},"author":3,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_acf_changed":false,"inline_featured_image":false,"footnotes":""},"class_list":["post-476","page","type-page","status-publish","hentry"],"acf":[],"_links":{"self":[{"href":"https:\/\/chocotale.online\/nl\/wp-json\/wp\/v2\/pages\/476","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/chocotale.online\/nl\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/chocotale.online\/nl\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/chocotale.online\/nl\/wp-json\/wp\/v2\/users\/3"}],"replies":[{"embeddable":true,"href":"https:\/\/chocotale.online\/nl\/wp-json\/wp\/v2\/comments?post=476"}],"version-history":[{"count":7,"href":"https:\/\/chocotale.online\/nl\/wp-json\/wp\/v2\/pages\/476\/revisions"}],"predecessor-version":[{"id":4925,"href":"https:\/\/chocotale.online\/nl\/wp-json\/wp\/v2\/pages\/476\/revisions\/4925"}],"wp:attachment":[{"href":"https:\/\/chocotale.online\/nl\/wp-json\/wp\/v2\/media?parent=476"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}