{"id":1791,"date":"2023-02-02T16:06:41","date_gmt":"2023-02-02T15:06:41","guid":{"rendered":"https:\/\/feelfree247.com\/deb\/affiliates\/"},"modified":"2024-04-06T18:59:02","modified_gmt":"2024-04-06T16:59:02","slug":"affiliates","status":"publish","type":"page","link":"https:\/\/feelfree247.com\/deb\/affiliates\/","title":{"rendered":"Affiliate Portal"},"content":{"rendered":"<p>[et_pb_section admin_label=&#8220;section&#8220;]<br \/>\n\t\t\t[et_pb_row admin_label=&#8220;row&#8220;]<br \/>\n\t\t\t\t[et_pb_column type=&#8220;4_4&#8243;][et_pb_text admin_label=&#8220;Text&#8220;]<div class='sld-ap-container'><div class='sld-ap'>        \n        <style>\n            :root {\n                \/* Global container color *\/\n                --sld-ap-background: #fff;\n                \/* Shading background : Used for hovers and tables *\/\n                --sld-ap-shading: #fafafa;\n\n                \/* Color scheme *\/\n                --sld-ap-primary-color: #474747;\n                --sld-ap-secondary-color: #757575;\n                --sld-ap-accent-color: #4285F4;\n                --sld-ap-border-color: #DADCE0;\n                --sld-ap-border-radius: 10px;\n                \/* --sld-ap-font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\"; *\/\n                --sld-ap-font-family: inherit;\n\n\n                \/* Font sizes *\/\n                --sld-ap-font-size-xs: 12px;\n                --sld-ap-font-size-m: 14px;\n                --sld-ap-font-size-l: 20px;\n                --sld-ap-font-size-xl: 22px;\n            }\n\n            \/********************\n\nAffiliate Portal CSS\n\n*********************\/\n\n\n            \/* Global layout\/grid  *\/\n\n\n            .sld-ap {\n                display: flex;\n                font-size: 1rem;\n                font-family: var(--sld-ap-font-family);\n                gap: 20px;\n            }\n\n\n            .sld-ap h2 {\n                font-family: var(--sld-ap-font-family);\n                font-size: var(--sld-ap-font-size-xl);\n                margin-bottom: 20px;\n                font-weight: 400;\n            }\n\n\n            .sld-col-1 {\n                flex-shrink: 0;\n                flex-basis: 60%;\n            }\n\n            .sld-col-1:last-child {\n                flex-shrink: 0;\n                flex-basis: fit-content;\n            }\n\n            @media only screen and (max-width: 760px) {\n\n\n                .sld-ap {\n                    flex-direction: column;\n                }\n\n            }\n\n            .sld-ap-form {\n                display:flex;\n                flex-direction: column;\n            }\n\n            .sld-ap-form_box {\n                padding: 20px;\n                width: 100%;\n                border: 1px solid var(--sld-ap-border-color);\n                border-radius: 5px;\n            }\n\n            .sld-ap-form_group {\n                width: 100%;\n                margin: 15px 0;\n                display: flex;\n                flex-direction: column;\n            }\n\n            .sld-ap-form_group>label {\n                margin: 5px 0;\n                font-size: var(--sld-ap-font-size-m);\n                color: var(--sld-ap-secondary-color);\n                display:flex;\n                flex-direction: column;\n            }\n\n            .sld-ap-form_group>label input,\n            .sld-ap-form_group>label textarea,\n            .sld-ap-form_group>label select\n            {\n                width:100%;\n            }\n            .sld-ap-form_checkbox input {\n                width:auto !important;\n            }\n\n            .sld-ap-form_group input,\n            .sld-ap-form_group textarea,\n            .sld-ap-form_group select {\n                display: block;\n                border: 1px solid var(--sld-ap-border-color);\n                padding: 10px 5px;\n                border-radius: 3px;\n                background: #fafafd;\n            }\n\n\n            .sld-ap-form_checkbox {\n                display: inline-block !important;\n                color: var(--sld-ap-primary-color) !important;\n                font-size: var(--sld-ap-font-size-m) !important;\n            }\n\n            .sld-ap-form_checkbox>input {\n                width: 25px;\n                display: inline-block;\n            }\n\n            label.sld_field-label input[type='radio'] {\n                width: 25px;\n                border-radius: 50%;\n                display: inline-block;\n            }\n\n            .sld-ap-form_checkbox a {\n                color: blue;\n            }\n\n            .sld-ap-form_submit {\n                background: var(--sld-ap-accent-color);\n                font-size: var(--sld-ap-font-size-m);\n                color: #fff;\n                padding: 15px 20px;\n                border: none !important;\n                border-radius: 5px\n            }\n\n            .sld-ap-form_group input:focus,\n            .sld-ap-form_group input:focus-within,\n            .sld-ap-form_group input:focus-visible {\n                border: 1px solid var(--sld-ap-accent-color);\n                outline: none !important;\n                background: #fff;\n            }\n\n            .sld-ap-form_tip {\n                font-size: var(--sld-ap-font-size-xs);\n                color: var(--sld-ap-primary-color);\n            }\n\n            .sld-ap-form_notice {\n                display: flex;\n                gap: 5px;\n                margin: 20px 0;\n                border: 1px solid var(--sld-ap-border-color);\n                color: var(--sld-ap-primary-color);\n                line-height: 1.2;\n                font-size: var(--sld-ap-font-size-m);\n                border-radius: 5px;\n                padding: 10px;\n                align-items: center;\n            }\n\n            .sld-ap-form_notice_icon svg {\n                fill: var(--sld-ap-secondary-color);\n                width: auto;\n                height: 20px;\n            }\n\n\n            .sld-ap-form_notice.error svg {\n                fill: darkred;\n            }\n\n            .sld-ap-form_notice.error {\n                color: darkred;\n                background: rgb(255, 248, 249);\n            }\n\n            .sld-ap-form_notice.success svg {\n                fill: darkgreen;\n            }\n\n            .sld-ap-form_notice.success {\n                color: darkgreen;\n                background: #e0ffe0;\n            }\n\n            .sld-ap-form_notice.info svg {\n                fill: darkblue;\n            }\n\n            .sld-ap-form_notice.info {\n                color: darkblue;\n                background: #fbfeff;\n            }\n\n            .sld-ap-form_group a.forgot-pass {\n                font-size: var(--sld-ap-font-size-xs);\n                color: blue;\n            }\n\n\n            .sld-ap-form_login {\n                background: white;\n                font-size: var(--sld-ap-font-size-m);\n                color: var(--sld-ap-accent-color);\n                border: 1px solid var(--sld-ap-accent-color);\n                padding: 15px 20px;\n                border-radius: 5px\n            }\n\n            .sld-tooltip>svg {\n                max-width: 15px;\n            }\n\n            \/* label with for=\"is_accept_affiliate_policy\"  *\/\n            label[for=\"is_accept_affiliate_policy\"] p.sld_field-description {\n                display: inline-block;\n            }\n\n\n            #is_accept_affiliate_policy+p::before {\n                content: '* ';\n                color: red;\n            }\n\n            .sld-ap-login-component {\n                height: fit-content;\n            }\n\n            \/* Stuff Mike added while making \"v2\" registration form *\/\n            .sld-ap-form_error {\n                color: red;\n                font-size: var(--sld-ap-font-size-xs);\n                margin: 5px 0;\n            }\n        <\/style>\n\n        <script>\n            \/\/ make an ajax request to generate a new nonce and then replace the value of the nonce field in the form\n            jQuery(document).ready(function($) {\n                var data = {\n                    'action': 'sld_affiliate_generate_registration_nonce',\n                };\n\n               jQuery.post(window.SolidAffiliate.ajaxurl, data, function(response) {\n                    if (response.success) {\n                       jQuery('#solid-affiliate-affiliate-portal_new_affiliate #_wpnonce').val(response.data);\n                    }\n                });\n\n                \/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\n                \/\/ Function to check if a field is already in use\n                function checkIfFieldIsAlreadyInUse(field, value) {\n                    return jQuery.ajax({\n                        url: window.SolidAffiliate.ajaxurl,\n                        type: 'POST',\n                        data: {\n                            action: 'sld_affiliate_check_if_field_is_already_in_use',\n                            field: field,\n                            value: value,\n                        }\n                    });\n                }\n\n                \/\/ Add an event handler to do something whenever the name=\"user_email\" or \"user_login\" field is changed.\n               jQuery('#solid-affiliate-affiliate-portal_new_affiliate input[name=\"user_email\"], #solid-affiliate-affiliate-portal_new_affiliate input[name=\"user_login\"]').on('change', function() {\n                    let $this = jQuery(this);\n                    let newValue = $this.val();\n                    let field = $this.attr('name') === 'user_email' ? 'email' : 'login';\n                    let errorId = 'sld-user_' + field + '-error';\n\n                    \/\/ check if the field is already in use\n                    checkIfFieldIsAlreadyInUse(field, newValue).done(function(response) {\n                        if (response.success) {\n                            jQuery('#solid-affiliate-affiliate-portal_new_affiliate #' + errorId).remove();\n                        } else {\n                            if (jQuery('#solid-affiliate-affiliate-portal_new_affiliate #' + errorId).length) {\n                                return;\n                            }\n                            $this.after(field === 'email' ? \"<div id='sld-user_email-error' class='sld-ap-form_error'>Es existiert bereits ein Konto mit dieser E-Mail-Adresse. Bitte <a href=\\\"https:\\\/\\\/feelfree247.com\\\/deb\\\/wp-login.php\\\" target=\\\"_self\\\">Anmelden<\\\/a> zuerst, wenn es Ihr Konto ist.<\\\/div>\" : \"<div id='sld-user_login-error' class='sld-ap-form_error'>Es existiert bereits ein Konto mit diesem Benutzernamen. Bitte <a href=\\\"https:\\\/\\\/feelfree247.com\\\/deb\\\/wp-login.php\\\" target=\\\"_self\\\">Anmelden<\\\/a> zuerst, wenn es Ihr Konto ist.<\\\/div>\");\n                        }\n                    }).fail(function(error) {\n                        jQuery('#solid-affiliate-affiliate-portal_new_affiliate #' + errorId).remove();\n                    });\n                });\n\n            });\n        <\/script>\n\n        <div class=\"sld-col-1 sld-ap-form_box sld-ap-registration-component\">\n                        \n            <h2>Registrieren als Konsierz Partner<\/h2>\n\n            <form action=\"\" method=\"post\" class=\"sld-ap-form\" id=\"solid-affiliate-affiliate-portal_new_affiliate\">\n                \n        <style>\n            p.sld_field-description { display: block; opacity: 0.75; font-size:12px; margin:0 }\n        <\/style>\n        \n        <style>\n        .sld_field-title.required>span.sld_title-text:after {\n            color: red;\n            content: ' * ';\n        }\n\n        <\/style>\n        <div style='display: inline-block;' id='sld-formf3f20d69'><div class='sld-ap-form_group'>\n<tr class='row-Company'>\n    <th scope='row'>\n                        <div class='sld_field-title required'>\n                            <span class='sld_title-text'>Firmenname<\/span>\n                            <span data-html='true' class='sld-tooltip ' aria-label='Name des Unternehmens' data-sld-tooltip-content='Name des Unternehmens' data-microtip-position='bottom-center' role='tooltip aria-expanded='false'>\n                \n    <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 50 50\" fill=\"none\">\n    <path d=\"M22.5 40H27.5V35H22.5V40ZM25 0C11.2 0 0 11.2 0 25C0 38.8 11.2 50 25 50C38.8 50 50 38.8 50 25C50 11.2 38.8 0 25 0ZM25 45C13.975 45 5 36.025 5 25C5 13.975 13.975 5 25 5C36.025 5 45 13.975 45 25C45 36.025 36.025 45 25 45ZM25 10C19.475 10 15 14.475 15 20H20C20 17.25 22.25 15 25 15C27.75 15 30 17.25 30 20C30 25 22.5 24.375 22.5 32.5H27.5C27.5 26.875 35 26.25 35 20C35 14.475 30.525 10 25 10Z\" fill=\"rgb(34, 113, 177)\"><\/path>\n    <\/svg>\n                <\/span>\n                        <\/div>\n                    <\/th>\n    <td id='td-Company'>\n        <label for='label-Company' class='sld_field-label'>\n            <input  type='text' name='Company' id='Company' class='regular-text' placeholder='' value='' required  \/>\n        <\/label>\n        <p class='description sld_field-description'>Name des Unternehmens<\/p>\n    <\/td>\n<\/tr>\n<\/div> <div class='sld-ap-form_group'>\n    <tr class='row-mr_mrs'>\n\t\t<th scope='row'>\n                        <div class='sld_field-title required'>\n                            <span class='sld_title-text'>Titel<\/span>\n                            <span data-html='true' class='sld-tooltip ' aria-label='Titel der Kontaktperson' data-sld-tooltip-content='Titel der Kontaktperson' data-microtip-position='bottom-center' role='tooltip aria-expanded='false'>\n                \n    <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 50 50\" fill=\"none\">\n    <path d=\"M22.5 40H27.5V35H22.5V40ZM25 0C11.2 0 0 11.2 0 25C0 38.8 11.2 50 25 50C38.8 50 50 38.8 50 25C50 11.2 38.8 0 25 0ZM25 45C13.975 45 5 36.025 5 25C5 13.975 13.975 5 25 5C36.025 5 45 13.975 45 25C45 36.025 36.025 45 25 45ZM25 10C19.475 10 15 14.475 15 20H20C20 17.25 22.25 15 25 15C27.75 15 30 17.25 30 20C30 25 22.5 24.375 22.5 32.5H27.5C27.5 26.875 35 26.25 35 20C35 14.475 30.525 10 25 10Z\" fill=\"rgb(34, 113, 177)\"><\/path>\n    <\/svg>\n                <\/span>\n                        <\/div>\n                    <\/th>\n        <td>\n            <label for='mr_mrs' class='sld_field-label'>\n                <input  type='radio' name='mr_mrs' id='mr' class='regular-text' value='mr' required  \/>\n                            <label for='mr' class='sld_field-label'>Herr<\/label>\n                        <br\/> <input  type='radio' name='mr_mrs' id='mrs' class='regular-text' value='mrs' required  \/>\n                            <label for='mrs' class='sld_field-label'>Frau<\/label>\n                        <br\/>\n                <p class='description sld_field-description'>Titel der Ansprechpartner in bzw. des Ansprechpartners<\/p>\n            <\/label>\n        <\/td>\n    <\/tr>\n    <\/div> <div class='sld-ap-form_group'>\n<tr class='row-first_name'>\n    <th scope='row'>\n                        <div class='sld_field-title required'>\n                            <span class='sld_title-text'>Vorname oder Initialen<\/span>\n                            \n                        <\/div>\n                    <\/th>\n    <td id='td-first_name'>\n        <label for='label-first_name' class='sld_field-label'>\n            <input  type='text' name='first_name' id='first_name' class='regular-text' placeholder='' value='' required  \/>\n        <\/label>\n        <p class='description sld_field-description'>Vorname oder Initialen der Ansprechperson<\/p>\n    <\/td>\n<\/tr>\n<\/div> <div class='sld-ap-form_group'>\n<tr class='row-last_name'>\n    <th scope='row'>\n                        <div class='sld_field-title required'>\n                            <span class='sld_title-text'>Nachname<\/span>\n                            \n                        <\/div>\n                    <\/th>\n    <td id='td-last_name'>\n        <label for='label-last_name' class='sld_field-label'>\n            <input  type='text' name='last_name' id='last_name' class='regular-text' placeholder='' value='' required  \/>\n        <\/label>\n        <p class='description sld_field-description'>Nachname des Ansprechpartners<\/p>\n    <\/td>\n<\/tr>\n<\/div> <div class='sld-ap-form_group'>\n<tr class='row-Address'>\n    <th scope='row'>\n                        <div class='sld_field-title required'>\n                            <span class='sld_title-text'>Adresse<\/span>\n                            <span data-html='true' class='sld-tooltip ' aria-label='Adresse des Unternehmens' data-sld-tooltip-content='Adresse des Unternehmens' data-microtip-position='bottom-center' role='tooltip aria-expanded='false'>\n                \n    <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 50 50\" fill=\"none\">\n    <path d=\"M22.5 40H27.5V35H22.5V40ZM25 0C11.2 0 0 11.2 0 25C0 38.8 11.2 50 25 50C38.8 50 50 38.8 50 25C50 11.2 38.8 0 25 0ZM25 45C13.975 45 5 36.025 5 25C5 13.975 13.975 5 25 5C36.025 5 45 13.975 45 25C45 36.025 36.025 45 25 45ZM25 10C19.475 10 15 14.475 15 20H20C20 17.25 22.25 15 25 15C27.75 15 30 17.25 30 20C30 25 22.5 24.375 22.5 32.5H27.5C27.5 26.875 35 26.25 35 20C35 14.475 30.525 10 25 10Z\" fill=\"rgb(34, 113, 177)\"><\/path>\n    <\/svg>\n                <\/span>\n                        <\/div>\n                    <\/th>\n    <td id='td-Address'>\n        <label for='label-Address' class='sld_field-label'>\n            <input  type='text' name='Address' id='Address' class='regular-text' placeholder='' value='' required  \/>\n        <\/label>\n        <p class='description sld_field-description'>Firmenadresse (Stra\u00dfe + Hausnummer)<\/p>\n    <\/td>\n<\/tr>\n<\/div> <div class='sld-ap-form_group'>\n<tr class='row-Postalcode'>\n    <th scope='row'>\n                        <div class='sld_field-title required'>\n                            <span class='sld_title-text'>Postleitzahl<\/span>\n                            <span data-html='true' class='sld-tooltip ' aria-label='Postleitzahl' data-sld-tooltip-content='Postleitzahl' data-microtip-position='bottom-center' role='tooltip aria-expanded='false'>\n                \n    <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 50 50\" fill=\"none\">\n    <path d=\"M22.5 40H27.5V35H22.5V40ZM25 0C11.2 0 0 11.2 0 25C0 38.8 11.2 50 25 50C38.8 50 50 38.8 50 25C50 11.2 38.8 0 25 0ZM25 45C13.975 45 5 36.025 5 25C5 13.975 13.975 5 25 5C36.025 5 45 13.975 45 25C45 36.025 36.025 45 25 45ZM25 10C19.475 10 15 14.475 15 20H20C20 17.25 22.25 15 25 15C27.75 15 30 17.25 30 20C30 25 22.5 24.375 22.5 32.5H27.5C27.5 26.875 35 26.25 35 20C35 14.475 30.525 10 25 10Z\" fill=\"rgb(34, 113, 177)\"><\/path>\n    <\/svg>\n                <\/span>\n                        <\/div>\n                    <\/th>\n    <td id='td-Postalcode'>\n        <label for='label-Postalcode' class='sld_field-label'>\n            <input  type='text' name='Postalcode' id='Postalcode' class='regular-text' placeholder='' value='' required  \/>\n        <\/label>\n        <p class='description sld_field-description'>Postleitzahl des Unternehmens<\/p>\n    <\/td>\n<\/tr>\n<\/div> <div class='sld-ap-form_group'>\n<tr class='row-City'>\n    <th scope='row'>\n                        <div class='sld_field-title required'>\n                            <span class='sld_title-text'>Ort<\/span>\n                            <span data-html='true' class='sld-tooltip ' aria-label='Ort des Unternehmens' data-sld-tooltip-content='Ort des Unternehmens' data-microtip-position='bottom-center' role='tooltip aria-expanded='false'>\n                \n    <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 50 50\" fill=\"none\">\n    <path d=\"M22.5 40H27.5V35H22.5V40ZM25 0C11.2 0 0 11.2 0 25C0 38.8 11.2 50 25 50C38.8 50 50 38.8 50 25C50 11.2 38.8 0 25 0ZM25 45C13.975 45 5 36.025 5 25C5 13.975 13.975 5 25 5C36.025 5 45 13.975 45 25C45 36.025 36.025 45 25 45ZM25 10C19.475 10 15 14.475 15 20H20C20 17.25 22.25 15 25 15C27.75 15 30 17.25 30 20C30 25 22.5 24.375 22.5 32.5H27.5C27.5 26.875 35 26.25 35 20C35 14.475 30.525 10 25 10Z\" fill=\"rgb(34, 113, 177)\"><\/path>\n    <\/svg>\n                <\/span>\n                        <\/div>\n                    <\/th>\n    <td id='td-City'>\n        <label for='label-City' class='sld_field-label'>\n            <input  type='text' name='City' id='City' class='regular-text' placeholder='' value='' required  \/>\n        <\/label>\n        <p class='description sld_field-description'>Standort des Unternehmens<\/p>\n    <\/td>\n<\/tr>\n<\/div> <div class='sld-ap-form_group'>\n<tr class='row-Country'>\n    <th scope='row'>\n                        <div class='sld_field-title required'>\n                            <span class='sld_title-text'>Land<\/span>\n                            <span data-html='true' class='sld-tooltip ' aria-label='Land' data-sld-tooltip-content='Land' data-microtip-position='bottom-center' role='tooltip aria-expanded='false'>\n                \n    <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 50 50\" fill=\"none\">\n    <path d=\"M22.5 40H27.5V35H22.5V40ZM25 0C11.2 0 0 11.2 0 25C0 38.8 11.2 50 25 50C38.8 50 50 38.8 50 25C50 11.2 38.8 0 25 0ZM25 45C13.975 45 5 36.025 5 25C5 13.975 13.975 5 25 5C36.025 5 45 13.975 45 25C45 36.025 36.025 45 25 45ZM25 10C19.475 10 15 14.475 15 20H20C20 17.25 22.25 15 25 15C27.75 15 30 17.25 30 20C30 25 22.5 24.375 22.5 32.5H27.5C27.5 26.875 35 26.25 35 20C35 14.475 30.525 10 25 10Z\" fill=\"rgb(34, 113, 177)\"><\/path>\n    <\/svg>\n                <\/span>\n                        <\/div>\n                    <\/th>\n    <td id='td-Country'>\n        <label for='label-Country' class='sld_field-label'>\n            <input  type='text' name='Country' id='Country' class='regular-text' placeholder='' value='' required  \/>\n        <\/label>\n        <p class='description sld_field-description'>Land des Unternehmens<\/p>\n    <\/td>\n<\/tr>\n<\/div> <div class='sld-ap-form_group'>\n<tr class='row-Phone'>\n    <th scope='row'>\n                        <div class='sld_field-title required'>\n                            <span class='sld_title-text'>Telefonnummer<\/span>\n                            <span data-html='true' class='sld-tooltip ' aria-label='Land' data-sld-tooltip-content='Land' data-microtip-position='bottom-center' role='tooltip aria-expanded='false'>\n                \n    <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 50 50\" fill=\"none\">\n    <path d=\"M22.5 40H27.5V35H22.5V40ZM25 0C11.2 0 0 11.2 0 25C0 38.8 11.2 50 25 50C38.8 50 50 38.8 50 25C50 11.2 38.8 0 25 0ZM25 45C13.975 45 5 36.025 5 25C5 13.975 13.975 5 25 5C36.025 5 45 13.975 45 25C45 36.025 36.025 45 25 45ZM25 10C19.475 10 15 14.475 15 20H20C20 17.25 22.25 15 25 15C27.75 15 30 17.25 30 20C30 25 22.5 24.375 22.5 32.5H27.5C27.5 26.875 35 26.25 35 20C35 14.475 30.525 10 25 10Z\" fill=\"rgb(34, 113, 177)\"><\/path>\n    <\/svg>\n                <\/span>\n                        <\/div>\n                    <\/th>\n    <td id='td-Phone'>\n        <label for='label-Phone' class='sld_field-label'>\n            <input  type='text' name='Phone' id='Phone' class='regular-text' placeholder='' value='' required  \/>\n        <\/label>\n        <p class='description sld_field-description'>Telefonnummer des Ansprechpartners<\/p>\n    <\/td>\n<\/tr>\n<\/div> <div class='sld-ap-form_group'>\n<tr class='row-Website'>\n    <th scope='row'>\n                        <div class='sld_field-title required'>\n                            <span class='sld_title-text'>Website<\/span>\n                            <span data-html='true' class='sld-tooltip ' aria-label='Land' data-sld-tooltip-content='Land' data-microtip-position='bottom-center' role='tooltip aria-expanded='false'>\n                \n    <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 50 50\" fill=\"none\">\n    <path d=\"M22.5 40H27.5V35H22.5V40ZM25 0C11.2 0 0 11.2 0 25C0 38.8 11.2 50 25 50C38.8 50 50 38.8 50 25C50 11.2 38.8 0 25 0ZM25 45C13.975 45 5 36.025 5 25C5 13.975 13.975 5 25 5C36.025 5 45 13.975 45 25C45 36.025 36.025 45 25 45ZM25 10C19.475 10 15 14.475 15 20H20C20 17.25 22.25 15 25 15C27.75 15 30 17.25 30 20C30 25 22.5 24.375 22.5 32.5H27.5C27.5 26.875 35 26.25 35 20C35 14.475 30.525 10 25 10Z\" fill=\"rgb(34, 113, 177)\"><\/path>\n    <\/svg>\n                <\/span>\n                        <\/div>\n                    <\/th>\n    <td id='td-Website'>\n        <label for='label-Website' class='sld_field-label'>\n            <input  type='text' name='Website' id='Website' class='regular-text' placeholder='' value='' required  \/>\n        <\/label>\n        <p class='description sld_field-description'>Website des Unternehmens<\/p>\n    <\/td>\n<\/tr>\n<\/div> <div class='sld-ap-form_group'>\n<tr class='row-user_email'>\n    <th scope='row'>\n                        <div class='sld_field-title required'>\n                            <span class='sld_title-text'>E-Mail Adresse des Kontos<\/span>\n                            \n                        <\/div>\n                    <\/th>\n    <td id='td-user_email'>\n        <label for='label-user_email' class='sld_field-label'>\n            <input  type='email' name='user_email' id='user_email' class='regular-text' placeholder='' value='' required  \/>\n        <\/label>\n        <p class='description sld_field-description'>Ihre prim\u00e4re E-Mail, die f\u00fcr die Anmeldung verwendet wird.<\/p>\n    <\/td>\n<\/tr>\n<\/div> <div class='sld-ap-form_group'>\n<tr class='row-couponprijs_max_de'>\n    <th scope='row'>\n                        <div class='sld_field-title required'>\n                            <span class='sld_title-text'>Maximaler Couponpreis<\/span>\n                            \n                        <\/div>\n                    <\/th>\n    <td id='td-couponprijs_max_de'>\n        <label for='label-couponprijs_max_de' class='sld_field-label'>\n            <input  type='text' name='couponprijs_max_de' id='couponprijs_max_de' class='regular-text' placeholder='' value='' required  \/>\n        <\/label>\n        <p class='description sld_field-description'>Was ist Ihrer Meinung nach der maximale Preis, den ein Anbieter pro Monat zahlen sollte, um einen Gutschein in Ihrer N\u00e4he zu platzieren? Sie erhalten einen Prozentsatz dieses Betrags f\u00fcr jeden Anbieter, der \u00fcber Ihren pers\u00f6nlichen Link einen Gutschein bestellt. Ber\u00fccksichtigen Sie, was Sie denken, dass ein Anbieter bereit ist zu zahlen.<\/p>\n    <\/td>\n<\/tr>\n<\/div> <div class='sld-ap-form_group'>\n<tr class='row-user_login'>\n    <th scope='row'>\n                        <div class='sld_field-title required'>\n                            <span class='sld_title-text'>Benutzername<\/span>\n                            \n                        <\/div>\n                    <\/th>\n    <td id='td-user_login'>\n        <label for='label-user_login' class='sld_field-label'>\n            <input  type='text' name='user_login' id='user_login' class='regular-text' placeholder='' value='' required  \/>\n        <\/label>\n        <p class='description sld_field-description'>Ihr Nutzername.<\/p>\n    <\/td>\n<\/tr>\n<\/div> <div class='sld-ap-form_group'>\n<tr class='row-user_pass'>\n    <th scope='row'>\n                        <div class='sld_field-title required'>\n                            <span class='sld_title-text'>Passwort<\/span>\n                            \n                        <\/div>\n                    <\/th>\n    <td id='td-user_pass'>\n        <label for='label-user_pass' class='sld_field-label'>\n            <input  type='password' name='user_pass' id='user_pass' class='regular-text' placeholder='' value='' required  \/>\n        <\/label>\n        <p class='description sld_field-description'>Ihr prim\u00e4res Passwort, das Sie f\u00fcr die Anmeldung verwenden.<\/p>\n    <\/td>\n<\/tr>\n<\/div> <div class='sld-ap-form_group'>\n<tr class='row-is_accept_affiliate_policy'>\n    \n    <td>\n        <label for='is_accept_affiliate_policy' class='sld-ap-form_checkbox'>\n            <input  type='checkbox' name='is_accept_affiliate_policy' id='is_accept_affiliate_policy' class='regular-text' required   \/>\n            <p class='description sld_field-description'><a href=\"https:\/\/feelfree247.com\/deb\/agb\/\" target=\"_blank\">Ich habe die Gesch\u00e4ftsbedingungen gelesen und stimme ihnen zu<\/a><\/p>\n        <\/label>\n    <\/td>\n<\/tr>\n<\/div> <input type='hidden' id='affiliate_group_id' name='affiliate_group_id' value=''><\/div>                                <input type=\"hidden\" id=\"_wpnonce\" name=\"_wpnonce\" value=\"e5e1de4dce\" \/><input type=\"hidden\" name=\"_wp_http_referer\" value=\"\/deb\/wp-json\/wp\/v2\/pages\/1791\" \/>                <input type=\"submit\" name=\"submit_affiliate_registration\" id=\"submit_affiliate_registration\" class=\"sld-ap-form_submit\" value=\"Registrieren als Konsierz Partner\">\n            <\/form>\n\n            <div class=\"sld-ap-form_notice\">\n                <div class=\"sld-ap-form_notice_icon\">\n                    <svg width=\"16\" height=\"11\" viewBox=\"0 0 16 11\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n                        <path d=\"M12.1641 4.72266C11.8125 5.07422 11.3789 5.25 10.8633 5.25C10.3477 5.25 9.90234 5.07422 9.52734 4.72266C9.17578 4.34766 9 3.90234 9 3.38672C9 2.87109 9.17578 2.42578 9.52734 2.05078C9.90234 1.67578 10.3477 1.48828 10.8633 1.48828C11.3789 1.48828 11.8125 1.67578 12.1641 2.05078C12.5391 2.42578 12.7266 2.87109 12.7266 3.38672C12.7266 3.90234 12.5391 4.34766 12.1641 4.72266ZM6.82031 3.84375C6.39844 4.28906 5.87109 4.51172 5.23828 4.51172C4.62891 4.51172 4.10156 4.28906 3.65625 3.84375C3.21094 3.39844 2.98828 2.87109 2.98828 2.26172C2.98828 1.62891 3.21094 1.10156 3.65625 0.679688C4.10156 0.234375 4.62891 0.0117188 5.23828 0.0117188C5.87109 0.0117188 6.39844 0.234375 6.82031 0.679688C7.26562 1.10156 7.48828 1.62891 7.48828 2.26172C7.48828 2.87109 7.26562 3.39844 6.82031 3.84375ZM8.15625 7.32422C9.11719 6.94922 10.0195 6.76172 10.8633 6.76172C11.7305 6.76172 12.6328 6.94922 13.5703 7.32422C14.5312 7.69922 15.0117 8.19141 15.0117 8.80078V10.4883H6.75V8.80078C6.75 8.19141 7.21875 7.69922 8.15625 7.32422ZM5.23828 5.98828C5.75391 5.98828 6.35156 6.05859 7.03125 6.19922C5.83594 6.85547 5.23828 7.72266 5.23828 8.80078V10.4883H0V8.625C0 8.08594 0.316406 7.60547 0.949219 7.18359C1.60547 6.76172 2.32031 6.45703 3.09375 6.26953C3.89062 6.08203 4.60547 5.98828 5.23828 5.98828Z\" \/>\n                    <\/svg>\n                <\/div>\n                                    <div class=\"sld-ap-form_notice_text\">\n                        Ihr Partnerkonto muss genehmigt werden, bevor Sie Provisionen verdienen k\u00f6nnen. Sobald es genehmigt ist, erhalten Sie eine E-Mail.                    <\/div>\n                            <\/div>\n        <\/div>\n\n        \n        <style>\n            :root {\n                \/* Global container color *\/\n                --sld-ap-background: #fff;\n                \/* Shading background : Used for hovers and tables *\/\n                --sld-ap-shading: #fafafa;\n\n                \/* Color scheme *\/\n                --sld-ap-primary-color: #474747;\n                --sld-ap-secondary-color: #757575;\n                --sld-ap-accent-color: #4285F4;\n                --sld-ap-border-color: #DADCE0;\n                --sld-ap-border-radius: 10px;\n                \/* --sld-ap-font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\"; *\/\n                --sld-ap-font-family: inherit;\n\n\n                \/* Font sizes *\/\n                --sld-ap-font-size-xs: 12px;\n                --sld-ap-font-size-m: 14px;\n                --sld-ap-font-size-l: 20px;\n                --sld-ap-font-size-xl: 22px;\n            }\n\n            \/********************\n\nAffiliate Portal CSS\n\n*********************\/\n\n\n            \/* Global layout\/grid  *\/\n\n\n            .sld-ap {\n                display: flex;\n                font-size: 1rem;\n                font-family: var(--sld-ap-font-family);\n                gap: 20px;\n            }\n\n\n            .sld-ap h2 {\n                font-family: var(--sld-ap-font-family);\n                font-size: var(--sld-ap-font-size-xl);\n                margin-bottom: 20px;\n                font-weight: 400;\n            }\n\n\n            .sld-col-1 {\n                flex-shrink: 0;\n                flex-basis: 60%;\n            }\n\n            .sld-col-1:last-child {\n                flex-shrink: 0;\n                flex-basis: fit-content;\n            }\n\n            @media only screen and (max-width: 760px) {\n\n\n                .sld-ap {\n                    flex-direction: column;\n                }\n\n            }\n\n            .sld-ap-form {\n                display:flex;\n                flex-direction: column;\n            }\n\n            .sld-ap-form_box {\n                padding: 20px;\n                width: 100%;\n                border: 1px solid var(--sld-ap-border-color);\n                border-radius: 5px;\n            }\n\n            .sld-ap-form_group {\n                width: 100%;\n                margin: 15px 0;\n                display: flex;\n                flex-direction: column;\n            }\n\n            .sld-ap-form_group>label {\n                margin: 5px 0;\n                font-size: var(--sld-ap-font-size-m);\n                color: var(--sld-ap-secondary-color);\n                display:flex;\n                flex-direction: column;\n            }\n\n            .sld-ap-form_group>label input,\n            .sld-ap-form_group>label textarea,\n            .sld-ap-form_group>label select\n            {\n                width:100%;\n            }\n            .sld-ap-form_checkbox input {\n                width:auto !important;\n            }\n\n            .sld-ap-form_group input,\n            .sld-ap-form_group textarea,\n            .sld-ap-form_group select {\n                display: block;\n                border: 1px solid var(--sld-ap-border-color);\n                padding: 10px 5px;\n                border-radius: 3px;\n                background: #fafafd;\n            }\n\n\n            .sld-ap-form_checkbox {\n                display: inline-block !important;\n                color: var(--sld-ap-primary-color) !important;\n                font-size: var(--sld-ap-font-size-m) !important;\n            }\n\n            .sld-ap-form_checkbox>input {\n                width: 25px;\n                display: inline-block;\n            }\n\n            label.sld_field-label input[type='radio'] {\n                width: 25px;\n                border-radius: 50%;\n                display: inline-block;\n            }\n\n            .sld-ap-form_checkbox a {\n                color: blue;\n            }\n\n            .sld-ap-form_submit {\n                background: var(--sld-ap-accent-color);\n                font-size: var(--sld-ap-font-size-m);\n                color: #fff;\n                padding: 15px 20px;\n                border: none !important;\n                border-radius: 5px\n            }\n\n            .sld-ap-form_group input:focus,\n            .sld-ap-form_group input:focus-within,\n            .sld-ap-form_group input:focus-visible {\n                border: 1px solid var(--sld-ap-accent-color);\n                outline: none !important;\n                background: #fff;\n            }\n\n            .sld-ap-form_tip {\n                font-size: var(--sld-ap-font-size-xs);\n                color: var(--sld-ap-primary-color);\n            }\n\n            .sld-ap-form_notice {\n                display: flex;\n                gap: 5px;\n                margin: 20px 0;\n                border: 1px solid var(--sld-ap-border-color);\n                color: var(--sld-ap-primary-color);\n                line-height: 1.2;\n                font-size: var(--sld-ap-font-size-m);\n                border-radius: 5px;\n                padding: 10px;\n                align-items: center;\n            }\n\n            .sld-ap-form_notice_icon svg {\n                fill: var(--sld-ap-secondary-color);\n                width: auto;\n                height: 20px;\n            }\n\n\n            .sld-ap-form_notice.error svg {\n                fill: darkred;\n            }\n\n            .sld-ap-form_notice.error {\n                color: darkred;\n                background: rgb(255, 248, 249);\n            }\n\n            .sld-ap-form_notice.success svg {\n                fill: darkgreen;\n            }\n\n            .sld-ap-form_notice.success {\n                color: darkgreen;\n                background: #e0ffe0;\n            }\n\n            .sld-ap-form_notice.info svg {\n                fill: darkblue;\n            }\n\n            .sld-ap-form_notice.info {\n                color: darkblue;\n                background: #fbfeff;\n            }\n\n            .sld-ap-form_group a.forgot-pass {\n                font-size: var(--sld-ap-font-size-xs);\n                color: blue;\n            }\n\n\n            .sld-ap-form_login {\n                background: white;\n                font-size: var(--sld-ap-font-size-m);\n                color: var(--sld-ap-accent-color);\n                border: 1px solid var(--sld-ap-accent-color);\n                padding: 15px 20px;\n                border-radius: 5px\n            }\n\n            .sld-tooltip>svg {\n                max-width: 15px;\n            }\n\n            \/* label with for=\"is_accept_affiliate_policy\"  *\/\n            label[for=\"is_accept_affiliate_policy\"] p.sld_field-description {\n                display: inline-block;\n            }\n\n\n            #is_accept_affiliate_policy+p::before {\n                content: '* ';\n                color: red;\n            }\n\n            .sld-ap-login-component {\n                height: fit-content;\n            }\n\n            \/* Stuff Mike added while making \"v2\" registration form *\/\n            .sld-ap-form_error {\n                color: red;\n                font-size: var(--sld-ap-font-size-xs);\n                margin: 5px 0;\n            }\n        <\/style>\n\n        <script>\n            \/\/ make an ajax request to generate a new nonce and then replace the value of the nonce field in the form\n            jQuery(document).ready(function($) {\n                var data = {\n                    'action': 'sld_affiliate_generate_login_nonce',\n                };\n\n                $.post(window.SolidAffiliate.ajaxurl, data, function(response) {\n                    if (response.success) {\n                        $('#solid-affiliate-affiliate-portal_login-form #_wpnonce').val(response.data);\n                    }\n                });\n            });\n        <\/script>\n\n        <div class=\"sld-col-2 sld-ap-form_box sld-ap-login-component\">\n            \n            <h2>Anmelden als Konsierz Partner<\/h2>\n            <form action=\"\" method=\"post\" class=\"sld-ap-form\" id=\"solid-affiliate-affiliate-portal_login-form\">\n                <div class=\"sld-ap-form_group\">\n                    <label for=\"user_email\">E-Mail Adresse des Kontos<\/label>\n                    <input type=\"email\" id=\"sld-ap-login-email\" name=\"user_email\" required>\n                <\/div>\n                <div class=\"sld-ap-form_group\">\n                    <label for=\"user_pass\">Passwort<\/label>\n                    <input type=\"password\" id=\"sld-ap-login-pass\" name=\"user_pass\" required>\n                    <a href=\"https:\/\/feelfree247.com\/deb\/mein-account\/\" class=\"forgot-pass\">Passwort vergessen?<\/a>\n                <\/div>\n                <input type=\"hidden\" name=\"field_id\" value=\"0\">\n\n                <input type=\"hidden\" id=\"_wpnonce\" name=\"_wpnonce\" value=\"4183c8af6a\" \/><input type=\"hidden\" name=\"_wp_http_referer\" value=\"\/deb\/wp-json\/wp\/v2\/pages\/1791\" \/>                <!-- TODO: Was there a reason that 'id' was set to the string that $submit_action is, but does not use the $submit_action variable? -->\n                <input type=\"submit\" name=\"submit_solid_affiliate_login\" id=\"submit_solid_affiliate_login\" class=\"sld-ap-form_login\" value=\"Anmelden als Konsierz Partner\">\n            <\/form>\n        <\/div>\n\n    <\/div><\/div>[\/et_pb_text][\/et_pb_column]<br \/>\n\t\t\t[\/et_pb_row]<br \/>\n\t\t[\/et_pb_section]<\/p>\n","protected":false},"excerpt":{"rendered":"<div class='sld-ap-container'><div class='sld-ap'>        \n        <style>\n            :root {\n                \/* Global container color *\/\n                --sld-ap-background: #fff;\n                \/* Shading background : Used for hovers and tables *\/\n                --sld-ap-shading: #fafafa;\n\n                \/* Color scheme *\/\n                --sld-ap-primary-color: #474747;\n                --sld-ap-secondary-color: #757575;\n                --sld-ap-accent-color: #4285F4;\n                --sld-ap-border-color: #DADCE0;\n                --sld-ap-border-radius: 10px;\n                \/* --sld-ap-font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\"; *\/\n                --sld-ap-font-family: inherit;\n\n\n                \/* Font sizes *\/\n                --sld-ap-font-size-xs: 12px;\n                --sld-ap-font-size-m: 14px;\n                --sld-ap-font-size-l: 20px;\n                --sld-ap-font-size-xl: 22px;\n            }\n\n            \/********************\n\nAffiliate Portal CSS\n\n*********************\/\n\n\n            \/* Global layout\/grid  *\/\n\n\n            .sld-ap {\n                display: flex;\n                font-size: 1rem;\n                font-family: var(--sld-ap-font-family);\n                gap: 20px;\n            }\n\n\n            .sld-ap h2 {\n                font-family: var(--sld-ap-font-family);\n                font-size: var(--sld-ap-font-size-xl);\n                margin-bottom: 20px;\n                font-weight: 400;\n            }\n\n\n            .sld-col-1 {\n                flex-shrink: 0;\n                flex-basis: 60%;\n            }\n\n            .sld-col-1:last-child {\n                flex-shrink: 0;\n                flex-basis: fit-content;\n            }\n\n            @media only screen and (max-width: 760px) {\n\n\n                .sld-ap {\n                    flex-direction: column;\n                }\n\n            }\n\n            .sld-ap-form {\n                display:flex;\n                flex-direction: column;\n            }\n\n            .sld-ap-form_box {\n                padding: 20px;\n                width: 100%;\n                border: 1px solid var(--sld-ap-border-color);\n                border-radius: 5px;\n            }\n\n            .sld-ap-form_group {\n                width: 100%;\n                margin: 15px 0;\n                display: flex;\n                flex-direction: column;\n            }\n\n            .sld-ap-form_group>label {\n                margin: 5px 0;\n                font-size: var(--sld-ap-font-size-m);\n                color: var(--sld-ap-secondary-color);\n                display:flex;\n                flex-direction: column;\n            }\n\n            .sld-ap-form_group>label input,\n            .sld-ap-form_group>label textarea,\n            .sld-ap-form_group>label select\n            {\n                width:100%;\n            }\n            .sld-ap-form_checkbox input {\n                width:auto !important;\n            }\n\n            .sld-ap-form_group input,\n            .sld-ap-form_group textarea,\n            .sld-ap-form_group select {\n                display: block;\n                border: 1px solid var(--sld-ap-border-color);\n                padding: 10px 5px;\n                border-radius: 3px;\n                background: #fafafd;\n            }\n\n\n            .sld-ap-form_checkbox {\n                display: inline-block !important;\n                color: var(--sld-ap-primary-color) !important;\n                font-size: var(--sld-ap-font-size-m) !important;\n            }\n\n            .sld-ap-form_checkbox>input {\n                width: 25px;\n                display: inline-block;\n            }\n\n            label.sld_field-label input[type='radio'] {\n                width: 25px;\n                border-radius: 50%;\n                display: inline-block;\n            }\n\n            .sld-ap-form_checkbox a {\n                color: blue;\n            }\n\n            .sld-ap-form_submit {\n                background: var(--sld-ap-accent-color);\n                font-size: var(--sld-ap-font-size-m);\n                color: #fff;\n                padding: 15px 20px;\n                border: none !important;\n                border-radius: 5px\n            }\n\n            .sld-ap-form_group input:focus,\n            .sld-ap-form_group input:focus-within,\n            .sld-ap-form_group input:focus-visible {\n                border: 1px solid var(--sld-ap-accent-color);\n                outline: none !important;\n                background: #fff;\n            }\n\n            .sld-ap-form_tip {\n                font-size: var(--sld-ap-font-size-xs);\n                color: var(--sld-ap-primary-color);\n            }\n\n            .sld-ap-form_notice {\n                display: flex;\n                gap: 5px;\n                margin: 20px 0;\n                border: 1px solid var(--sld-ap-border-color);\n                color: var(--sld-ap-primary-color);\n                line-height: 1.2;\n                font-size: var(--sld-ap-font-size-m);\n                border-radius: 5px;\n                padding: 10px;\n                align-items: center;\n            }\n\n            .sld-ap-form_notice_icon svg {\n                fill: var(--sld-ap-secondary-color);\n                width: auto;\n                height: 20px;\n            }\n\n\n            .sld-ap-form_notice.error svg {\n                fill: darkred;\n            }\n\n            .sld-ap-form_notice.error {\n                color: darkred;\n                background: rgb(255, 248, 249);\n            }\n\n            .sld-ap-form_notice.success svg {\n                fill: darkgreen;\n            }\n\n            .sld-ap-form_notice.success {\n                color: darkgreen;\n                background: #e0ffe0;\n            }\n\n            .sld-ap-form_notice.info svg {\n                fill: darkblue;\n            }\n\n            .sld-ap-form_notice.info {\n                color: darkblue;\n                background: #fbfeff;\n            }\n\n            .sld-ap-form_group a.forgot-pass {\n                font-size: var(--sld-ap-font-size-xs);\n                color: blue;\n            }\n\n\n            .sld-ap-form_login {\n                background: white;\n                font-size: var(--sld-ap-font-size-m);\n                color: var(--sld-ap-accent-color);\n                border: 1px solid var(--sld-ap-accent-color);\n                padding: 15px 20px;\n                border-radius: 5px\n            }\n\n            .sld-tooltip>svg {\n                max-width: 15px;\n            }\n\n            \/* label with for=\"is_accept_affiliate_policy\"  *\/\n            label[for=\"is_accept_affiliate_policy\"] p.sld_field-description {\n                display: inline-block;\n            }\n\n\n            #is_accept_affiliate_policy+p::before {\n                content: '* ';\n                color: red;\n            }\n\n            .sld-ap-login-component {\n                height: fit-content;\n            }\n\n            \/* Stuff Mike added while making \"v2\" registration form *\/\n            .sld-ap-form_error {\n                color: red;\n                font-size: var(--sld-ap-font-size-xs);\n                margin: 5px 0;\n            }\n        <\/style>\n\n        <script>\n            \/\/ make an ajax request to generate a new nonce and then replace the value of the nonce field in the form\n            jQuery(document).ready(function($) {\n                var data = {\n                    'action': 'sld_affiliate_generate_registration_nonce',\n                };\n\n               jQuery.post(window.SolidAffiliate.ajaxurl, data, function(response) {\n                    if (response.success) {\n                       jQuery('#solid-affiliate-affiliate-portal_new_affiliate #_wpnonce').val(response.data);\n                    }\n                });\n\n                \/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\n                \/\/ Function to check if a field is already in use\n                function checkIfFieldIsAlreadyInUse(field, value) {\n                    return jQuery.ajax({\n                        url: window.SolidAffiliate.ajaxurl,\n                        type: 'POST',\n                        data: {\n                            action: 'sld_affiliate_check_if_field_is_already_in_use',\n                            field: field,\n                            value: value,\n                        }\n                    });\n                }\n\n                \/\/ Add an event handler to do something whenever the name=\"user_email\" or \"user_login\" field is changed.\n               jQuery('#solid-affiliate-affiliate-portal_new_affiliate input[name=\"user_email\"], #solid-affiliate-affiliate-portal_new_affiliate input[name=\"user_login\"]').on('change', function() {\n                    let $this = jQuery(this);\n                    let newValue = $this.val();\n                    let field = $this.attr('name') === 'user_email' ? 'email' : 'login';\n                    let errorId = 'sld-user_' + field + '-error';\n\n                    \/\/ check if the field is already in use\n                    checkIfFieldIsAlreadyInUse(field, newValue).done(function(response) {\n                        if (response.success) {\n                            jQuery('#solid-affiliate-affiliate-portal_new_affiliate #' + errorId).remove();\n                        } else {\n                            if (jQuery('#solid-affiliate-affiliate-portal_new_affiliate #' + errorId).length) {\n                                return;\n                            }\n                            $this.after(field === 'email' ? \"<div id='sld-user_email-error' class='sld-ap-form_error'>Es existiert bereits ein Konto mit dieser E-Mail-Adresse. Bitte <a href=\\\"https:\\\/\\\/feelfree247.com\\\/deb\\\/wp-login.php\\\" target=\\\"_self\\\">Anmelden<\\\/a> zuerst, wenn es Ihr Konto ist.<\\\/div>\" : \"<div id='sld-user_login-error' class='sld-ap-form_error'>Es existiert bereits ein Konto mit diesem Benutzernamen. Bitte <a href=\\\"https:\\\/\\\/feelfree247.com\\\/deb\\\/wp-login.php\\\" target=\\\"_self\\\">Anmelden<\\\/a> zuerst, wenn es Ihr Konto ist.<\\\/div>\");\n                        }\n                    }).fail(function(error) {\n                        jQuery('#solid-affiliate-affiliate-portal_new_affiliate #' + errorId).remove();\n                    });\n                });\n\n            });\n        <\/script>\n\n        <div class=\"sld-col-1 sld-ap-form_box sld-ap-registration-component\">\n                        \n            <h2>Registrieren als Konsierz Partner<\/h2>\n\n            <form action=\"\" method=\"post\" class=\"sld-ap-form\" id=\"solid-affiliate-affiliate-portal_new_affiliate\">\n                \n        <style>\n            p.sld_field-description { display: block; opacity: 0.75; font-size:12px; margin:0 }\n        <\/style>\n        \n        <style>\n        .sld_field-title.required>span.sld_title-text:after {\n            color: red;\n            content: ' * ';\n        }\n\n        <\/style>\n        <div style='display: inline-block;' id='sld-form7792d1f9'><div class='sld-ap-form_group'>\n<tr class='row-Company'>\n    <th scope='row'>\n                        <div class='sld_field-title required'>\n                            <span class='sld_title-text'>Firmenname<\/span>\n                            <span data-html='true' class='sld-tooltip ' aria-label='Name des Unternehmens' data-sld-tooltip-content='Name des Unternehmens' data-microtip-position='bottom-center' role='tooltip aria-expanded='false'>\n                \n    <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 50 50\" fill=\"none\">\n    <path d=\"M22.5 40H27.5V35H22.5V40ZM25 0C11.2 0 0 11.2 0 25C0 38.8 11.2 50 25 50C38.8 50 50 38.8 50 25C50 11.2 38.8 0 25 0ZM25 45C13.975 45 5 36.025 5 25C5 13.975 13.975 5 25 5C36.025 5 45 13.975 45 25C45 36.025 36.025 45 25 45ZM25 10C19.475 10 15 14.475 15 20H20C20 17.25 22.25 15 25 15C27.75 15 30 17.25 30 20C30 25 22.5 24.375 22.5 32.5H27.5C27.5 26.875 35 26.25 35 20C35 14.475 30.525 10 25 10Z\" fill=\"rgb(34, 113, 177)\"><\/path>\n    <\/svg>\n                <\/span>\n                        <\/div>\n                    <\/th>\n    <td id='td-Company'>\n        <label for='label-Company' class='sld_field-label'>\n            <input  type='text' name='Company' id='Company' class='regular-text' placeholder='' value='' required  \/>\n        <\/label>\n        <p class='description sld_field-description'>Name des Unternehmens<\/p>\n    <\/td>\n<\/tr>\n<\/div> <div class='sld-ap-form_group'>\n    <tr class='row-mr_mrs'>\n\t\t<th scope='row'>\n                        <div class='sld_field-title required'>\n                            <span class='sld_title-text'>Titel<\/span>\n                            <span data-html='true' class='sld-tooltip ' aria-label='Titel der Kontaktperson' data-sld-tooltip-content='Titel der Kontaktperson' data-microtip-position='bottom-center' role='tooltip aria-expanded='false'>\n                \n    <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 50 50\" fill=\"none\">\n    <path d=\"M22.5 40H27.5V35H22.5V40ZM25 0C11.2 0 0 11.2 0 25C0 38.8 11.2 50 25 50C38.8 50 50 38.8 50 25C50 11.2 38.8 0 25 0ZM25 45C13.975 45 5 36.025 5 25C5 13.975 13.975 5 25 5C36.025 5 45 13.975 45 25C45 36.025 36.025 45 25 45ZM25 10C19.475 10 15 14.475 15 20H20C20 17.25 22.25 15 25 15C27.75 15 30 17.25 30 20C30 25 22.5 24.375 22.5 32.5H27.5C27.5 26.875 35 26.25 35 20C35 14.475 30.525 10 25 10Z\" fill=\"rgb(34, 113, 177)\"><\/path>\n    <\/svg>\n                <\/span>\n                        <\/div>\n                    <\/th>\n        <td>\n            <label for='mr_mrs' class='sld_field-label'>\n                <input  type='radio' name='mr_mrs' id='mr' class='regular-text' value='mr' required  \/>\n                            <label for='mr' class='sld_field-label'>Herr<\/label>\n                        <br\/> <input  type='radio' name='mr_mrs' id='mrs' class='regular-text' value='mrs' required  \/>\n                            <label for='mrs' class='sld_field-label'>Frau<\/label>\n                        <br\/>\n                <p class='description sld_field-description'>Titel der Ansprechpartner in bzw. des Ansprechpartners<\/p>\n            <\/label>\n        <\/td>\n    <\/tr>\n    <\/div> <div class='sld-ap-form_group'>\n<tr class='row-first_name'>\n    <th scope='row'>\n                        <div class='sld_field-title required'>\n                            <span class='sld_title-text'>Vorname oder Initialen<\/span>\n                            \n                        <\/div>\n                    <\/th>\n    <td id='td-first_name'>\n        <label for='label-first_name' class='sld_field-label'>\n            <input  type='text' name='first_name' id='first_name' class='regular-text' placeholder='' value='' required  \/>\n        <\/label>\n        <p class='description sld_field-description'>Vorname oder Initialen der Ansprechperson<\/p>\n    <\/td>\n<\/tr>\n<\/div> <div class='sld-ap-form_group'>\n<tr class='row-last_name'>\n    <th scope='row'>\n                        <div class='sld_field-title required'>\n                            <span class='sld_title-text'>Nachname<\/span>\n                            \n                        <\/div>\n                    <\/th>\n    <td id='td-last_name'>\n        <label for='label-last_name' class='sld_field-label'>\n            <input  type='text' name='last_name' id='last_name' class='regular-text' placeholder='' value='' required  \/>\n        <\/label>\n        <p class='description sld_field-description'>Nachname des Ansprechpartners<\/p>\n    <\/td>\n<\/tr>\n<\/div> <div class='sld-ap-form_group'>\n<tr class='row-Address'>\n    <th scope='row'>\n                        <div class='sld_field-title required'>\n                            <span class='sld_title-text'>Adresse<\/span>\n                            <span data-html='true' class='sld-tooltip ' aria-label='Adresse des Unternehmens' data-sld-tooltip-content='Adresse des Unternehmens' data-microtip-position='bottom-center' role='tooltip aria-expanded='false'>\n                \n    <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 50 50\" fill=\"none\">\n    <path d=\"M22.5 40H27.5V35H22.5V40ZM25 0C11.2 0 0 11.2 0 25C0 38.8 11.2 50 25 50C38.8 50 50 38.8 50 25C50 11.2 38.8 0 25 0ZM25 45C13.975 45 5 36.025 5 25C5 13.975 13.975 5 25 5C36.025 5 45 13.975 45 25C45 36.025 36.025 45 25 45ZM25 10C19.475 10 15 14.475 15 20H20C20 17.25 22.25 15 25 15C27.75 15 30 17.25 30 20C30 25 22.5 24.375 22.5 32.5H27.5C27.5 26.875 35 26.25 35 20C35 14.475 30.525 10 25 10Z\" fill=\"rgb(34, 113, 177)\"><\/path>\n    <\/svg>\n                <\/span>\n                        <\/div>\n                    <\/th>\n    <td id='td-Address'>\n        <label for='label-Address' class='sld_field-label'>\n            <input  type='text' name='Address' id='Address' class='regular-text' placeholder='' value='' required  \/>\n        <\/label>\n        <p class='description sld_field-description'>Firmenadresse (Stra\u00dfe + Hausnummer)<\/p>\n    <\/td>\n<\/tr>\n<\/div> <div class='sld-ap-form_group'>\n<tr class='row-Postalcode'>\n    <th scope='row'>\n                        <div class='sld_field-title required'>\n                            <span class='sld_title-text'>Postleitzahl<\/span>\n                            <span data-html='true' class='sld-tooltip ' aria-label='Postleitzahl' data-sld-tooltip-content='Postleitzahl' data-microtip-position='bottom-center' role='tooltip aria-expanded='false'>\n                \n    <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 50 50\" fill=\"none\">\n    <path d=\"M22.5 40H27.5V35H22.5V40ZM25 0C11.2 0 0 11.2 0 25C0 38.8 11.2 50 25 50C38.8 50 50 38.8 50 25C50 11.2 38.8 0 25 0ZM25 45C13.975 45 5 36.025 5 25C5 13.975 13.975 5 25 5C36.025 5 45 13.975 45 25C45 36.025 36.025 45 25 45ZM25 10C19.475 10 15 14.475 15 20H20C20 17.25 22.25 15 25 15C27.75 15 30 17.25 30 20C30 25 22.5 24.375 22.5 32.5H27.5C27.5 26.875 35 26.25 35 20C35 14.475 30.525 10 25 10Z\" fill=\"rgb(34, 113, 177)\"><\/path>\n    <\/svg>\n                <\/span>\n                        <\/div>\n                    <\/th>\n    <td id='td-Postalcode'>\n        <label for='label-Postalcode' class='sld_field-label'>\n            <input  type='text' name='Postalcode' id='Postalcode' class='regular-text' placeholder='' value='' required  \/>\n        <\/label>\n        <p class='description sld_field-description'>Postleitzahl des Unternehmens<\/p>\n    <\/td>\n<\/tr>\n<\/div> <div class='sld-ap-form_group'>\n<tr class='row-City'>\n    <th scope='row'>\n                        <div class='sld_field-title required'>\n                            <span class='sld_title-text'>Ort<\/span>\n                            <span data-html='true' class='sld-tooltip ' aria-label='Ort des Unternehmens' data-sld-tooltip-content='Ort des Unternehmens' data-microtip-position='bottom-center' role='tooltip aria-expanded='false'>\n                \n    <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 50 50\" fill=\"none\">\n    <path d=\"M22.5 40H27.5V35H22.5V40ZM25 0C11.2 0 0 11.2 0 25C0 38.8 11.2 50 25 50C38.8 50 50 38.8 50 25C50 11.2 38.8 0 25 0ZM25 45C13.975 45 5 36.025 5 25C5 13.975 13.975 5 25 5C36.025 5 45 13.975 45 25C45 36.025 36.025 45 25 45ZM25 10C19.475 10 15 14.475 15 20H20C20 17.25 22.25 15 25 15C27.75 15 30 17.25 30 20C30 25 22.5 24.375 22.5 32.5H27.5C27.5 26.875 35 26.25 35 20C35 14.475 30.525 10 25 10Z\" fill=\"rgb(34, 113, 177)\"><\/path>\n    <\/svg>\n                <\/span>\n                        <\/div>\n                    <\/th>\n    <td id='td-City'>\n        <label for='label-City' class='sld_field-label'>\n            <input  type='text' name='City' id='City' class='regular-text' placeholder='' value='' required  \/>\n        <\/label>\n        <p class='description sld_field-description'>Standort des Unternehmens<\/p>\n    <\/td>\n<\/tr>\n<\/div> <div class='sld-ap-form_group'>\n<tr class='row-Country'>\n    <th scope='row'>\n                        <div class='sld_field-title required'>\n                            <span class='sld_title-text'>Land<\/span>\n                            <span data-html='true' class='sld-tooltip ' aria-label='Land' data-sld-tooltip-content='Land' data-microtip-position='bottom-center' role='tooltip aria-expanded='false'>\n                \n    <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 50 50\" fill=\"none\">\n    <path d=\"M22.5 40H27.5V35H22.5V40ZM25 0C11.2 0 0 11.2 0 25C0 38.8 11.2 50 25 50C38.8 50 50 38.8 50 25C50 11.2 38.8 0 25 0ZM25 45C13.975 45 5 36.025 5 25C5 13.975 13.975 5 25 5C36.025 5 45 13.975 45 25C45 36.025 36.025 45 25 45ZM25 10C19.475 10 15 14.475 15 20H20C20 17.25 22.25 15 25 15C27.75 15 30 17.25 30 20C30 25 22.5 24.375 22.5 32.5H27.5C27.5 26.875 35 26.25 35 20C35 14.475 30.525 10 25 10Z\" fill=\"rgb(34, 113, 177)\"><\/path>\n    <\/svg>\n                <\/span>\n                        <\/div>\n                    <\/th>\n    <td id='td-Country'>\n        <label for='label-Country' class='sld_field-label'>\n            <input  type='text' name='Country' id='Country' class='regular-text' placeholder='' value='' required  \/>\n        <\/label>\n        <p class='description sld_field-description'>Land des Unternehmens<\/p>\n    <\/td>\n<\/tr>\n<\/div> <div class='sld-ap-form_group'>\n<tr class='row-Phone'>\n    <th scope='row'>\n                        <div class='sld_field-title required'>\n                            <span class='sld_title-text'>Telefonnummer<\/span>\n                            <span data-html='true' class='sld-tooltip ' aria-label='Land' data-sld-tooltip-content='Land' data-microtip-position='bottom-center' role='tooltip aria-expanded='false'>\n                \n    <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 50 50\" fill=\"none\">\n    <path d=\"M22.5 40H27.5V35H22.5V40ZM25 0C11.2 0 0 11.2 0 25C0 38.8 11.2 50 25 50C38.8 50 50 38.8 50 25C50 11.2 38.8 0 25 0ZM25 45C13.975 45 5 36.025 5 25C5 13.975 13.975 5 25 5C36.025 5 45 13.975 45 25C45 36.025 36.025 45 25 45ZM25 10C19.475 10 15 14.475 15 20H20C20 17.25 22.25 15 25 15C27.75 15 30 17.25 30 20C30 25 22.5 24.375 22.5 32.5H27.5C27.5 26.875 35 26.25 35 20C35 14.475 30.525 10 25 10Z\" fill=\"rgb(34, 113, 177)\"><\/path>\n    <\/svg>\n                <\/span>\n                        <\/div>\n                    <\/th>\n    <td id='td-Phone'>\n        <label for='label-Phone' class='sld_field-label'>\n            <input  type='text' name='Phone' id='Phone' class='regular-text' placeholder='' value='' required  \/>\n        <\/label>\n        <p class='description sld_field-description'>Telefonnummer des Ansprechpartners<\/p>\n    <\/td>\n<\/tr>\n<\/div> <div class='sld-ap-form_group'>\n<tr class='row-Website'>\n    <th scope='row'>\n                        <div class='sld_field-title required'>\n                            <span class='sld_title-text'>Website<\/span>\n                            <span data-html='true' class='sld-tooltip ' aria-label='Land' data-sld-tooltip-content='Land' data-microtip-position='bottom-center' role='tooltip aria-expanded='false'>\n                \n    <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 50 50\" fill=\"none\">\n    <path d=\"M22.5 40H27.5V35H22.5V40ZM25 0C11.2 0 0 11.2 0 25C0 38.8 11.2 50 25 50C38.8 50 50 38.8 50 25C50 11.2 38.8 0 25 0ZM25 45C13.975 45 5 36.025 5 25C5 13.975 13.975 5 25 5C36.025 5 45 13.975 45 25C45 36.025 36.025 45 25 45ZM25 10C19.475 10 15 14.475 15 20H20C20 17.25 22.25 15 25 15C27.75 15 30 17.25 30 20C30 25 22.5 24.375 22.5 32.5H27.5C27.5 26.875 35 26.25 35 20C35 14.475 30.525 10 25 10Z\" fill=\"rgb(34, 113, 177)\"><\/path>\n    <\/svg>\n                <\/span>\n                        <\/div>\n                    <\/th>\n    <td id='td-Website'>\n        <label for='label-Website' class='sld_field-label'>\n            <input  type='text' name='Website' id='Website' class='regular-text' placeholder='' value='' required  \/>\n        <\/label>\n        <p class='description sld_field-description'>Website des Unternehmens<\/p>\n    <\/td>\n<\/tr>\n<\/div> <div class='sld-ap-form_group'>\n<tr class='row-user_email'>\n    <th scope='row'>\n                        <div class='sld_field-title required'>\n                            <span class='sld_title-text'>E-Mail Adresse des Kontos<\/span>\n                            \n                        <\/div>\n                    <\/th>\n    <td id='td-user_email'>\n        <label for='label-user_email' class='sld_field-label'>\n            <input  type='email' name='user_email' id='user_email' class='regular-text' placeholder='' value='' required  \/>\n        <\/label>\n        <p class='description sld_field-description'>Ihre prim\u00e4re E-Mail, die f\u00fcr die Anmeldung verwendet wird.<\/p>\n    <\/td>\n<\/tr>\n<\/div> <div class='sld-ap-form_group'>\n<tr class='row-couponprijs_max_de'>\n    <th scope='row'>\n                        <div class='sld_field-title required'>\n                            <span class='sld_title-text'>Maximaler Couponpreis<\/span>\n                            \n                        <\/div>\n                    <\/th>\n    <td id='td-couponprijs_max_de'>\n        <label for='label-couponprijs_max_de' class='sld_field-label'>\n            <input  type='text' name='couponprijs_max_de' id='couponprijs_max_de' class='regular-text' placeholder='' value='' required  \/>\n        <\/label>\n        <p class='description sld_field-description'>Was ist Ihrer Meinung nach der maximale Preis, den ein Anbieter pro Monat zahlen sollte, um einen Gutschein in Ihrer N\u00e4he zu platzieren? Sie erhalten einen Prozentsatz dieses Betrags f\u00fcr jeden Anbieter, der \u00fcber Ihren pers\u00f6nlichen Link einen Gutschein bestellt. Ber\u00fccksichtigen Sie, was Sie denken, dass ein Anbieter bereit ist zu zahlen.<\/p>\n    <\/td>\n<\/tr>\n<\/div> <div class='sld-ap-form_group'>\n<tr class='row-user_login'>\n    <th scope='row'>\n                        <div class='sld_field-title required'>\n                            <span class='sld_title-text'>Benutzername<\/span>\n                            \n                        <\/div>\n                    <\/th>\n    <td id='td-user_login'>\n        <label for='label-user_login' class='sld_field-label'>\n            <input  type='text' name='user_login' id='user_login' class='regular-text' placeholder='' value='' required  \/>\n        <\/label>\n        <p class='description sld_field-description'>Ihr Nutzername.<\/p>\n    <\/td>\n<\/tr>\n<\/div> <div class='sld-ap-form_group'>\n<tr class='row-user_pass'>\n    <th scope='row'>\n                        <div class='sld_field-title required'>\n                            <span class='sld_title-text'>Passwort<\/span>\n                            \n                        <\/div>\n                    <\/th>\n    <td id='td-user_pass'>\n        <label for='label-user_pass' class='sld_field-label'>\n            <input  type='password' name='user_pass' id='user_pass' class='regular-text' placeholder='' value='' required  \/>\n        <\/label>\n        <p class='description sld_field-description'>Ihr prim\u00e4res Passwort, das Sie f\u00fcr die Anmeldung verwenden.<\/p>\n    <\/td>\n<\/tr>\n<\/div> <div class='sld-ap-form_group'>\n<tr class='row-is_accept_affiliate_policy'>\n    \n    <td>\n        <label for='is_accept_affiliate_policy' class='sld-ap-form_checkbox'>\n            <input  type='checkbox' name='is_accept_affiliate_policy' id='is_accept_affiliate_policy' class='regular-text' required   \/>\n            <p class='description sld_field-description'><a href=\"https:\/\/feelfree247.com\/deb\/agb\/\" target=\"_blank\">Ich habe die Gesch\u00e4ftsbedingungen gelesen und stimme ihnen zu<\/a><\/p>\n        <\/label>\n    <\/td>\n<\/tr>\n<\/div> <input type='hidden' id='affiliate_group_id' name='affiliate_group_id' value=''><\/div>                                <input type=\"hidden\" id=\"_wpnonce\" name=\"_wpnonce\" value=\"e5e1de4dce\" \/><input type=\"hidden\" name=\"_wp_http_referer\" value=\"\/deb\/wp-json\/wp\/v2\/pages\/1791\" \/>                <input type=\"submit\" name=\"submit_affiliate_registration\" id=\"submit_affiliate_registration\" class=\"sld-ap-form_submit\" value=\"Registrieren als Konsierz Partner\">\n            <\/form>\n\n            <div class=\"sld-ap-form_notice\">\n                <div class=\"sld-ap-form_notice_icon\">\n                    <svg width=\"16\" height=\"11\" viewBox=\"0 0 16 11\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n                        <path d=\"M12.1641 4.72266C11.8125 5.07422 11.3789 5.25 10.8633 5.25C10.3477 5.25 9.90234 5.07422 9.52734 4.72266C9.17578 4.34766 9 3.90234 9 3.38672C9 2.87109 9.17578 2.42578 9.52734 2.05078C9.90234 1.67578 10.3477 1.48828 10.8633 1.48828C11.3789 1.48828 11.8125 1.67578 12.1641 2.05078C12.5391 2.42578 12.7266 2.87109 12.7266 3.38672C12.7266 3.90234 12.5391 4.34766 12.1641 4.72266ZM6.82031 3.84375C6.39844 4.28906 5.87109 4.51172 5.23828 4.51172C4.62891 4.51172 4.10156 4.28906 3.65625 3.84375C3.21094 3.39844 2.98828 2.87109 2.98828 2.26172C2.98828 1.62891 3.21094 1.10156 3.65625 0.679688C4.10156 0.234375 4.62891 0.0117188 5.23828 0.0117188C5.87109 0.0117188 6.39844 0.234375 6.82031 0.679688C7.26562 1.10156 7.48828 1.62891 7.48828 2.26172C7.48828 2.87109 7.26562 3.39844 6.82031 3.84375ZM8.15625 7.32422C9.11719 6.94922 10.0195 6.76172 10.8633 6.76172C11.7305 6.76172 12.6328 6.94922 13.5703 7.32422C14.5312 7.69922 15.0117 8.19141 15.0117 8.80078V10.4883H6.75V8.80078C6.75 8.19141 7.21875 7.69922 8.15625 7.32422ZM5.23828 5.98828C5.75391 5.98828 6.35156 6.05859 7.03125 6.19922C5.83594 6.85547 5.23828 7.72266 5.23828 8.80078V10.4883H0V8.625C0 8.08594 0.316406 7.60547 0.949219 7.18359C1.60547 6.76172 2.32031 6.45703 3.09375 6.26953C3.89062 6.08203 4.60547 5.98828 5.23828 5.98828Z\" \/>\n                    <\/svg>\n                <\/div>\n                                    <div class=\"sld-ap-form_notice_text\">\n                        Ihr Partnerkonto muss genehmigt werden, bevor Sie Provisionen verdienen k\u00f6nnen. Sobald es genehmigt ist, erhalten Sie eine E-Mail.                    <\/div>\n                            <\/div>\n        <\/div>\n\n        \n        <style>\n            :root {\n                \/* Global container color *\/\n                --sld-ap-background: #fff;\n                \/* Shading background : Used for hovers and tables *\/\n                --sld-ap-shading: #fafafa;\n\n                \/* Color scheme *\/\n                --sld-ap-primary-color: #474747;\n                --sld-ap-secondary-color: #757575;\n                --sld-ap-accent-color: #4285F4;\n                --sld-ap-border-color: #DADCE0;\n                --sld-ap-border-radius: 10px;\n                \/* --sld-ap-font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\"; *\/\n                --sld-ap-font-family: inherit;\n\n\n                \/* Font sizes *\/\n                --sld-ap-font-size-xs: 12px;\n                --sld-ap-font-size-m: 14px;\n                --sld-ap-font-size-l: 20px;\n                --sld-ap-font-size-xl: 22px;\n            }\n\n            \/********************\n\nAffiliate Portal CSS\n\n*********************\/\n\n\n            \/* Global layout\/grid  *\/\n\n\n            .sld-ap {\n                display: flex;\n                font-size: 1rem;\n                font-family: var(--sld-ap-font-family);\n                gap: 20px;\n            }\n\n\n            .sld-ap h2 {\n                font-family: var(--sld-ap-font-family);\n                font-size: var(--sld-ap-font-size-xl);\n                margin-bottom: 20px;\n                font-weight: 400;\n            }\n\n\n            .sld-col-1 {\n                flex-shrink: 0;\n                flex-basis: 60%;\n            }\n\n            .sld-col-1:last-child {\n                flex-shrink: 0;\n                flex-basis: fit-content;\n            }\n\n            @media only screen and (max-width: 760px) {\n\n\n                .sld-ap {\n                    flex-direction: column;\n                }\n\n            }\n\n            .sld-ap-form {\n                display:flex;\n                flex-direction: column;\n            }\n\n            .sld-ap-form_box {\n                padding: 20px;\n                width: 100%;\n                border: 1px solid var(--sld-ap-border-color);\n                border-radius: 5px;\n            }\n\n            .sld-ap-form_group {\n                width: 100%;\n                margin: 15px 0;\n                display: flex;\n                flex-direction: column;\n            }\n\n            .sld-ap-form_group>label {\n                margin: 5px 0;\n                font-size: var(--sld-ap-font-size-m);\n                color: var(--sld-ap-secondary-color);\n                display:flex;\n                flex-direction: column;\n            }\n\n            .sld-ap-form_group>label input,\n            .sld-ap-form_group>label textarea,\n            .sld-ap-form_group>label select\n            {\n                width:100%;\n            }\n            .sld-ap-form_checkbox input {\n                width:auto !important;\n            }\n\n            .sld-ap-form_group input,\n            .sld-ap-form_group textarea,\n            .sld-ap-form_group select {\n                display: block;\n                border: 1px solid var(--sld-ap-border-color);\n                padding: 10px 5px;\n                border-radius: 3px;\n                background: #fafafd;\n            }\n\n\n            .sld-ap-form_checkbox {\n                display: inline-block !important;\n                color: var(--sld-ap-primary-color) !important;\n                font-size: var(--sld-ap-font-size-m) !important;\n            }\n\n            .sld-ap-form_checkbox>input {\n                width: 25px;\n                display: inline-block;\n            }\n\n            label.sld_field-label input[type='radio'] {\n                width: 25px;\n                border-radius: 50%;\n                display: inline-block;\n            }\n\n            .sld-ap-form_checkbox a {\n                color: blue;\n            }\n\n            .sld-ap-form_submit {\n                background: var(--sld-ap-accent-color);\n                font-size: var(--sld-ap-font-size-m);\n                color: #fff;\n                padding: 15px 20px;\n                border: none !important;\n                border-radius: 5px\n            }\n\n            .sld-ap-form_group input:focus,\n            .sld-ap-form_group input:focus-within,\n            .sld-ap-form_group input:focus-visible {\n                border: 1px solid var(--sld-ap-accent-color);\n                outline: none !important;\n                background: #fff;\n            }\n\n            .sld-ap-form_tip {\n                font-size: var(--sld-ap-font-size-xs);\n                color: var(--sld-ap-primary-color);\n            }\n\n            .sld-ap-form_notice {\n                display: flex;\n                gap: 5px;\n                margin: 20px 0;\n                border: 1px solid var(--sld-ap-border-color);\n                color: var(--sld-ap-primary-color);\n                line-height: 1.2;\n                font-size: var(--sld-ap-font-size-m);\n                border-radius: 5px;\n                padding: 10px;\n                align-items: center;\n            }\n\n            .sld-ap-form_notice_icon svg {\n                fill: var(--sld-ap-secondary-color);\n                width: auto;\n                height: 20px;\n            }\n\n\n            .sld-ap-form_notice.error svg {\n                fill: darkred;\n            }\n\n            .sld-ap-form_notice.error {\n                color: darkred;\n                background: rgb(255, 248, 249);\n            }\n\n            .sld-ap-form_notice.success svg {\n                fill: darkgreen;\n            }\n\n            .sld-ap-form_notice.success {\n                color: darkgreen;\n                background: #e0ffe0;\n            }\n\n            .sld-ap-form_notice.info svg {\n                fill: darkblue;\n            }\n\n            .sld-ap-form_notice.info {\n                color: darkblue;\n                background: #fbfeff;\n            }\n\n            .sld-ap-form_group a.forgot-pass {\n                font-size: var(--sld-ap-font-size-xs);\n                color: blue;\n            }\n\n\n            .sld-ap-form_login {\n                background: white;\n                font-size: var(--sld-ap-font-size-m);\n                color: var(--sld-ap-accent-color);\n                border: 1px solid var(--sld-ap-accent-color);\n                padding: 15px 20px;\n                border-radius: 5px\n            }\n\n            .sld-tooltip>svg {\n                max-width: 15px;\n            }\n\n            \/* label with for=\"is_accept_affiliate_policy\"  *\/\n            label[for=\"is_accept_affiliate_policy\"] p.sld_field-description {\n                display: inline-block;\n            }\n\n\n            #is_accept_affiliate_policy+p::before {\n                content: '* ';\n                color: red;\n            }\n\n            .sld-ap-login-component {\n                height: fit-content;\n            }\n\n            \/* Stuff Mike added while making \"v2\" registration form *\/\n            .sld-ap-form_error {\n                color: red;\n                font-size: var(--sld-ap-font-size-xs);\n                margin: 5px 0;\n            }\n        <\/style>\n\n        <script>\n            \/\/ make an ajax request to generate a new nonce and then replace the value of the nonce field in the form\n            jQuery(document).ready(function($) {\n                var data = {\n                    'action': 'sld_affiliate_generate_login_nonce',\n                };\n\n                $.post(window.SolidAffiliate.ajaxurl, data, function(response) {\n                    if (response.success) {\n                        $('#solid-affiliate-affiliate-portal_login-form #_wpnonce').val(response.data);\n                    }\n                });\n            });\n        <\/script>\n\n        <div class=\"sld-col-2 sld-ap-form_box sld-ap-login-component\">\n            \n            <h2>Anmelden als Konsierz Partner<\/h2>\n            <form action=\"\" method=\"post\" class=\"sld-ap-form\" id=\"solid-affiliate-affiliate-portal_login-form\">\n                <div class=\"sld-ap-form_group\">\n                    <label for=\"user_email\">E-Mail Adresse des Kontos<\/label>\n                    <input type=\"email\" id=\"sld-ap-login-email\" name=\"user_email\" required>\n                <\/div>\n                <div class=\"sld-ap-form_group\">\n                    <label for=\"user_pass\">Passwort<\/label>\n                    <input type=\"password\" id=\"sld-ap-login-pass\" name=\"user_pass\" required>\n                    <a href=\"https:\/\/feelfree247.com\/deb\/mein-account\/\" class=\"forgot-pass\">Passwort vergessen?<\/a>\n                <\/div>\n                <input type=\"hidden\" name=\"field_id\" value=\"0\">\n\n                <input type=\"hidden\" id=\"_wpnonce\" name=\"_wpnonce\" value=\"4183c8af6a\" \/><input type=\"hidden\" name=\"_wp_http_referer\" value=\"\/deb\/wp-json\/wp\/v2\/pages\/1791\" \/>                <!-- TODO: Was there a reason that 'id' was set to the string that $submit_action is, but does not use the $submit_action variable? -->\n                <input type=\"submit\" name=\"submit_solid_affiliate_login\" id=\"submit_solid_affiliate_login\" class=\"sld-ap-form_login\" value=\"Anmelden als Konsierz Partner\">\n            <\/form>\n        <\/div>\n\n    <\/div><\/div>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_et_pb_use_builder":"on","_et_pb_old_content":"[solid_affiliate_portal]","_et_gb_content_width":"1080","footnotes":""},"class_list":["post-1791","page","type-page","status-publish","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.7 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Affiliate Portal - DE Business<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/feelfree247.com\/deb\/affiliates\/\" \/>\n<meta property=\"og:locale\" content=\"de_DE\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Affiliate Portal - DE Business\" \/>\n<meta property=\"og:url\" content=\"https:\/\/feelfree247.com\/deb\/affiliates\/\" \/>\n<meta property=\"og:site_name\" content=\"DE Business\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/feelfree247app\/\" \/>\n<meta property=\"article:modified_time\" content=\"2024-04-06T16:59:02+00:00\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:description\" content=\"[solid_affiliate_portal]\" \/>\n<meta name=\"twitter:label1\" content=\"Gesch\u00e4tzte Lesezeit\" \/>\n\t<meta name=\"twitter:data1\" content=\"1\u00a0Minute\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/feelfree247.com\\\/deb\\\/affiliates\\\/\",\"url\":\"https:\\\/\\\/feelfree247.com\\\/deb\\\/affiliates\\\/\",\"name\":\"Affiliate Portal - DE Business\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/feelfree247.com\\\/deb\\\/#website\"},\"datePublished\":\"2023-02-02T15:06:41+00:00\",\"dateModified\":\"2024-04-06T16:59:02+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/feelfree247.com\\\/deb\\\/affiliates\\\/#breadcrumb\"},\"inLanguage\":\"de\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/feelfree247.com\\\/deb\\\/affiliates\\\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/feelfree247.com\\\/deb\\\/affiliates\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/feelfree247.com\\\/deb\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Affiliate Portal\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/feelfree247.com\\\/deb\\\/#website\",\"url\":\"https:\\\/\\\/feelfree247.com\\\/deb\\\/\",\"name\":\"DE Business\",\"description\":\"Ihr internationaler Reisebegleiter\",\"publisher\":{\"@id\":\"https:\\\/\\\/feelfree247.com\\\/deb\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/feelfree247.com\\\/deb\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"de\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/feelfree247.com\\\/deb\\\/#organization\",\"name\":\"Feel Free 24\\\/7 - Travel Detective\",\"url\":\"https:\\\/\\\/feelfree247.com\\\/deb\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"de\",\"@id\":\"https:\\\/\\\/feelfree247.com\\\/deb\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/feelfree247.com\\\/deb\\\/wp-content\\\/uploads\\\/sites\\\/4\\\/2022\\\/03\\\/Logo-Feel-Free-247-zwartwit.png\",\"contentUrl\":\"https:\\\/\\\/feelfree247.com\\\/deb\\\/wp-content\\\/uploads\\\/sites\\\/4\\\/2022\\\/03\\\/Logo-Feel-Free-247-zwartwit.png\",\"width\":618,\"height\":216,\"caption\":\"Feel Free 24\\\/7 - Travel Detective\"},\"image\":{\"@id\":\"https:\\\/\\\/feelfree247.com\\\/deb\\\/#\\\/schema\\\/logo\\\/image\\\/\"},\"sameAs\":[\"https:\\\/\\\/www.facebook.com\\\/feelfree247app\\\/\"]}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Affiliate Portal - DE Business","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:\/\/feelfree247.com\/deb\/affiliates\/","og_locale":"de_DE","og_type":"article","og_title":"Affiliate Portal - DE Business","og_url":"https:\/\/feelfree247.com\/deb\/affiliates\/","og_site_name":"DE Business","article_publisher":"https:\/\/www.facebook.com\/feelfree247app\/","article_modified_time":"2024-04-06T16:59:02+00:00","twitter_card":"summary_large_image","twitter_description":"[solid_affiliate_portal]","twitter_misc":{"Gesch\u00e4tzte Lesezeit":"1\u00a0Minute"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/feelfree247.com\/deb\/affiliates\/","url":"https:\/\/feelfree247.com\/deb\/affiliates\/","name":"Affiliate Portal - DE Business","isPartOf":{"@id":"https:\/\/feelfree247.com\/deb\/#website"},"datePublished":"2023-02-02T15:06:41+00:00","dateModified":"2024-04-06T16:59:02+00:00","breadcrumb":{"@id":"https:\/\/feelfree247.com\/deb\/affiliates\/#breadcrumb"},"inLanguage":"de","potentialAction":[{"@type":"ReadAction","target":["https:\/\/feelfree247.com\/deb\/affiliates\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/feelfree247.com\/deb\/affiliates\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/feelfree247.com\/deb\/"},{"@type":"ListItem","position":2,"name":"Affiliate Portal"}]},{"@type":"WebSite","@id":"https:\/\/feelfree247.com\/deb\/#website","url":"https:\/\/feelfree247.com\/deb\/","name":"DE Business","description":"Ihr internationaler Reisebegleiter","publisher":{"@id":"https:\/\/feelfree247.com\/deb\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/feelfree247.com\/deb\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"de"},{"@type":"Organization","@id":"https:\/\/feelfree247.com\/deb\/#organization","name":"Feel Free 24\/7 - Travel Detective","url":"https:\/\/feelfree247.com\/deb\/","logo":{"@type":"ImageObject","inLanguage":"de","@id":"https:\/\/feelfree247.com\/deb\/#\/schema\/logo\/image\/","url":"https:\/\/feelfree247.com\/deb\/wp-content\/uploads\/sites\/4\/2022\/03\/Logo-Feel-Free-247-zwartwit.png","contentUrl":"https:\/\/feelfree247.com\/deb\/wp-content\/uploads\/sites\/4\/2022\/03\/Logo-Feel-Free-247-zwartwit.png","width":618,"height":216,"caption":"Feel Free 24\/7 - Travel Detective"},"image":{"@id":"https:\/\/feelfree247.com\/deb\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/feelfree247app\/"]}]}},"_links":{"self":[{"href":"https:\/\/feelfree247.com\/deb\/wp-json\/wp\/v2\/pages\/1791","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/feelfree247.com\/deb\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/feelfree247.com\/deb\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/feelfree247.com\/deb\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/feelfree247.com\/deb\/wp-json\/wp\/v2\/comments?post=1791"}],"version-history":[{"count":4,"href":"https:\/\/feelfree247.com\/deb\/wp-json\/wp\/v2\/pages\/1791\/revisions"}],"predecessor-version":[{"id":2044,"href":"https:\/\/feelfree247.com\/deb\/wp-json\/wp\/v2\/pages\/1791\/revisions\/2044"}],"wp:attachment":[{"href":"https:\/\/feelfree247.com\/deb\/wp-json\/wp\/v2\/media?parent=1791"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}