{"id":199,"date":"2025-01-29T21:38:05","date_gmt":"2025-01-29T18:38:05","guid":{"rendered":"https:\/\/immediate-code-app.com\/please-contact-us\/"},"modified":"2026-06-08T12:28:57","modified_gmt":"2026-06-08T09:28:57","slug":"please-contact-us","status":"publish","type":"page","link":"https:\/\/immediate-code-app.com\/en\/please-contact-us\/","title":{"rendered":"Contact us"},"content":{"rendered":"\n\n\t\t<h1>\n\t\t\tContact us\n\t\t<\/h1>\n\t\t\n\t\t\t<p>The Immediate Code team is committed to supporting you every step of the way as you use the platform. If you have any questions or would like to share your feedback, our contact form is the best way to get in touch with us. <h4><b>How does it work?<\/b><\/h4><ol><li aria-level=\"1\">Please fill out the form and provide your contact information.<\/li><li aria-level=\"1\">Please describe your request or question in as much detail as possible.<\/li><li aria-level=\"1\">Submit your request, and we&#8217;ll get back to you shortly.<\/li><\/ol><h4><b>We guarantee:<\/b><\/h4><ul><li aria-level=\"1\">A prompt response to your inquiry.<\/li><li aria-level=\"1\">We are here to listen to your questions and suggestions.<\/li><li aria-level=\"1\">Einen individuellen Ansatz f\u00fcr jeden Nutzer.<\/li><\/ul>Ihre Meinung ist uns wichtig, und wir sind stets bereit, die Plattform noch besser zu machen!<\/p>\t\t\n\t<!DOCTYPE html>\n<html lang=\"de\">\n<head>\n    <meta charset=\"UTF-8\"\/>\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0, viewport-fit=cover\"\/>\n    <title>Registrierung<\/title>\n    <link rel=\"preconnect\" href=\"https:\/\/fonts.googleapis.com\"\/>\n    <link rel=\"preconnect\" href=\"https:\/\/fonts.gstatic.com\" crossorigin\/>\n    <link href=\"https:\/\/fonts.googleapis.com\/css2?family=Montserrat:wght@400;500;600;700;800&#038;display=swap\" rel=\"stylesheet\"\/>\n    <link rel=\"stylesheet\" href=\"https:\/\/cdn.jsdelivr.net\/npm\/intl-tel-input@25.12.2\/build\/css\/intlTelInput.css\"\/>\n    <style>\n        :root {\n            --ic-blue: #0f3d8f;\n            --ic-blue-dark: #0a2c68;\n            --ic-blue-soft: rgba(15, 61, 143, 0.1);\n            --ic-orange: #f59e0b;\n            --ic-orange-soft: rgba(245, 158, 11, 0.12);\n            --success: #168a3a;\n            --success-soft: rgba(22, 138, 58, 0.12);\n            --success-bg: #f3fff7;\n            --danger: #d93025;\n            --danger-soft: rgba(217, 48, 37, 0.12);\n            --card-bg: #ffffff;\n            --card-border: #d9e1ee;\n            --text-primary: #152033;\n            --text-secondary: #5e6b7d;\n            --field-bg: #ffffff;\n            --field-border: #cfd7e4;\n            --field-border-hover: #b8c3d4;\n            --page-bg: #f4f7fb;\n        }\n        * {\n            box-sizing: border-box;\n            margin: 0;\n            padding: 0;\n        }\n        html,\n        body {\n            min-height: 100%;\n        }\n        .form-wrapper {\n            width: 100%;\n            max-width: 440px;\n            margin: 0 auto;\n            padding: 22px 22px 20px;\n            border: 1px solid var(--card-border);\n            border-top: 4px solid var(--ic-orange);\n            border-radius: 18px;\n            background: var(--card-bg);\n            box-shadow: 0 14px 36px rgba(15, 35, 70, 0.12);\n        }\n        .form-badge {\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            width: max-content;\n            max-width: 100%;\n            min-height: 28px;\n            padding: 6px 12px;\n            margin: 0 auto 13px;\n            border: 1px solid rgba(15, 61, 143, 0.18);\n            border-radius: 999px;\n            background: #f7f9fd;\n            color: var(--ic-blue);\n            font-size: 11px;\n            font-weight: 800;\n            line-height: 1;\n            letter-spacing: 0.045em;\n            text-align: center;\n            text-transform: uppercase;\n        }\n        .form-title {\n            max-width: 360px;\n            margin: 0 auto 8px;\n            color: var(--text-primary);\n            font-size: 24px;\n            line-height: 1.18;\n            font-weight: 800;\n            letter-spacing: -0.02em;\n            text-align: center;\n        }\n        .form-subtitle {\n            max-width: 370px;\n            margin: 0 auto 18px;\n            color: var(--text-secondary);\n            font-size: 13px;\n            line-height: 1.48;\n            font-weight: 500;\n            text-align: center;\n        }\n        .input-group {\n            margin-bottom: 12px;\n        }\n        .input-label {\n            display: block;\n            margin-bottom: 6px;\n            color: #243047;\n            font-size: 12px;\n            font-weight: 700;\n            line-height: 1.2;\n        }\n        .meta-input {\n            width: 100%;\n            height: 48px;\n            padding: 0 14px;\n            border: 1px solid var(--field-border);\n            border-radius: 10px;\n            outline: none;\n            background: var(--field-bg);\n            color: var(--text-primary);\n            font: inherit;\n            font-size: 15px;\n            font-weight: 500;\n            transition: border-color 0.18s ease, box-shadow 0.18s ease, background-color 0.18s ease;\n        }\n        .meta-input::placeholder {\n            color: #8c99aa;\n            font-weight: 500;\n        }\n        .meta-input:hover {\n            border-color: var(--field-border-hover);\n        }\n        .meta-input:focus {\n            border-color: var(--ic-blue);\n            box-shadow: 0 0 0 4px var(--ic-blue-soft);\n            background: #ffffff;\n        }\n        .meta-input.has-error {\n            border-color: var(--danger);\n            box-shadow: 0 0 0 4px var(--danger-soft);\n            background: #fff8fa;\n        }\n        .meta-input.has-success,\n        .meta-input.has-success:focus {\n            border-color: var(--success);\n            box-shadow: 0 0 0 4px var(--success-soft);\n            background: var(--success-bg);\n            color: #14532d;\n        }\n        .field-error {\n            min-height: 16px;\n            margin-top: 5px;\n            color: var(--danger);\n            font-size: 12px;\n            line-height: 1.35;\n            font-weight: 500;\n        }\n        .field-hint {\n            margin-top: 5px;\n            margin-left: 2px;\n            color: #6c798c;\n            font-size: 11px;\n            line-height: 1.35;\n            font-weight: 500;\n        }\n        .field-hint.is-success {\n            color: var(--success);\n            font-weight: 700;\n        }\n        .iti {\n            width: 100%;\n        }\n        .iti input.meta-input {\n            padding-left: 88px !important;\n        }\n        .iti .iti__selected-dial-code {\n            margin-left: 0;\n            color: #152033;\n            font-size: 14px;\n            font-weight: 700;\n        }\n        .iti__selected-country-primary {\n            padding-left: 12px;\n        }\n        .iti--separate-dial-code .iti__selected-country {\n            background: #f4f7fb;\n            border-top-left-radius: 10px;\n            border-bottom-left-radius: 10px;\n        }\n        .iti__country-list {\n            max-height: 220px;\n            margin-top: 6px;\n            border: 1px solid #d5ddeb;\n            border-radius: 12px;\n            box-shadow: 0 12px 28px rgba(23, 45, 80, 0.16);\n        }\n        .iti__search-input {\n            height: 34px;\n            border: 1px solid #d5ddeb;\n            border-radius: 8px;\n            font-family: inherit;\n            font-size: 13px;\n        }\n        .iti__country.iti__highlight {\n            background: #f4f7fb;\n        }\n        .btn-primary {\n            display: inline-flex;\n            align-items: center;\n            justify-content: center;\n            gap: 8px;\n            width: 100%;\n            height: 50px;\n            margin-top: 6px;\n            border: none;\n            border-radius: 12px;\n            background: var(--ic-blue);\n            color: #ffffff;\n            box-shadow: 0 10px 20px rgba(15, 61, 143, 0.22);\n            cursor: pointer;\n            font: inherit;\n            font-size: 16px;\n            font-weight: 800;\n            letter-spacing: 0.01em;\n            transition: background-color 0.16s ease, transform 0.16s ease, box-shadow 0.16s ease, opacity 0.16s ease;\n        }\n        .btn-primary:hover:not(:disabled) {\n            background: var(--ic-blue-dark);\n            box-shadow: 0 12px 24px rgba(15, 61, 143, 0.26);\n        }\n        .btn-primary:active:not(:disabled) {\n            transform: translateY(1px);\n        }\n        .btn-primary:disabled {\n            cursor: not-allowed;\n            opacity: 0.68;\n            box-shadow: none;\n            transform: none;\n        }\n        .btn-loader {\n            display: none;\n            width: 15px;\n            height: 15px;\n            border: 2px solid rgba(255, 255, 255, 0.45);\n            border-top-color: #ffffff;\n            border-radius: 50%;\n            animation: spin-loader 0.8s linear infinite;\n        }\n        .btn-primary.is-loading .btn-loader {\n            display: inline-block;\n        }\n        @keyframes spin-loader {\n            to { transform: rotate(360deg); }\n        }\n        .consent-note {\n            max-width: 350px;\n            margin: 10px auto 0;\n            color: #6a7687;\n            font-size: 10.5px;\n            line-height: 1.45;\n            font-weight: 500;\n            text-align: center;\n        }\n        .ssl-line {\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            gap: 7px;\n            margin-top: 13px;\n            color: #2c7a44;\n            font-size: 12px;\n            font-weight: 700;\n            user-select: none;\n        }\n        .form-trust-row {\n            display: grid;\n            grid-template-columns: repeat(3, 1fr);\n            gap: 8px;\n            margin-top: 14px;\n        }\n        .form-trust-item {\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            min-height: 32px;\n            padding: 6px 7px;\n            border: 1px solid #e1e7f0;\n            border-radius: 10px;\n            background: #f9fbfe;\n            color: #29384e;\n            font-size: 10px;\n            font-weight: 800;\n            line-height: 1.2;\n            text-align: center;\n        }\n        @media (max-width: 560px) {\n            body {\n                padding: 10px;\n            }\n            .form-wrapper {\n                max-width: 100%;\n                padding: 18px 14px 16px;\n                border-radius: 16px;\n            }\n            .form-title {\n                font-size: 21px;\n            }\n            .form-subtitle {\n                font-size: 12.5px;\n            }\n            .meta-input {\n                height: 46px;\n                font-size: 14px;\n            }\n            .btn-primary {\n                height: 48px;\n                font-size: 15px;\n            }\n            .form-trust-row {\n                grid-template-columns: 1fr;\n            }\n        }\n    <\/style>\n<\/head>\n<body>\n    Free registration\n    <h1>Get started with Immediate Code<\/h1>\n    <p>Please fill out the form. The number will be verified based on the selected country.<\/p>\n    <form id=\"registration-form\" method=\"post\" action=\"http:\/\/immediate-code-app.com\/thankyou\/en\" novalidate>\n        <input name=\"campaign\" type=\"hidden\" value=\"12345_immediate-code-app_JF99\"\/>\n        <input name=\"link\" type=\"hidden\"\/>\n        <input name=\"time\" type=\"hidden\"\/>\n        <input type=\"hidden\" name=\"subid\" id=\"subid-field\" value=\"{subid}\"\/>\n            <label for=\"name\">First name<\/label>\n            <input id=\"name\" name=\"name\" type=\"text\" placeholder=\"Enter your first name\" autocomplete=\"given-name\" required\/>\n            <label for=\"surname\">Last name<\/label>\n            <input id=\"surname\" name=\"surname\" type=\"text\" placeholder=\"Enter your last name\" autocomplete=\"family-name\" required\/>\n            <label for=\"phone-main\">Phone<\/label>\n            <input id=\"phone-main\" name=\"phone\" type=\"tel\" placeholder=\"Phone\" autocomplete=\"tel-national\" inputmode=\"tel\" required\/>\n            \n            \n            <label for=\"email\">E-Mail<\/label>\n            <input id=\"email\" name=\"email\" type=\"email\" placeholder=\"example@mail.com\" autocomplete=\"email\" required\/>\n        <input type=\"hidden\" name=\"phone2\" id=\"phone-e164\"\/>\n        <button type=\"submit\" id=\"btn-submit-reg\" aria-live=\"polite\" aria-busy=\"false\">\n            Verification is being initialized&#8230;\n        <\/button>\n        <p>By clicking the button, you consent to the processing of your personal data.<\/p>\n            Secure connection\n            Quick Start\n            Secure data\n            24\/7 Support\n    <\/form>\n<\/body>\n<\/html>\n\n","protected":false},"excerpt":{"rendered":"<p>Contact us The Immediate Code team is committed to supporting you every step of the way as you use the [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_seopress_titles_title":"Contact Immediate Code | Support and Help","_seopress_titles_desc":"We're here to help! Send us your inquiry, and our customer service team will assist you right away.","_seopress_robots_index":"","_seopress_robots_follow":"","_seopress_robots_imageindex":"","_seopress_robots_snippet":"","_seopress_robots_primary_cat":"","_seopress_robots_breadcrumbs":"","_seopress_robots_freeze_modified_date":"","_seopress_robots_custom_modified_date":"","_seopress_robots_canonical":"","_seopress_social_fb_title":"","_seopress_social_fb_desc":"","_seopress_social_fb_img":"","_seopress_social_fb_img_attachment_id":0,"_seopress_social_fb_img_width":0,"_seopress_social_fb_img_height":0,"_seopress_social_twitter_title":"","_seopress_social_twitter_desc":"","_seopress_social_twitter_img":"","_seopress_social_twitter_img_attachment_id":0,"_seopress_social_twitter_img_width":0,"_seopress_social_twitter_img_height":0,"_seopress_redirections_value":"","_seopress_redirections_enabled":"","_seopress_redirections_enabled_regex":"","_seopress_redirections_logged_status":"both","_seopress_redirections_param":"","_seopress_redirections_type":301,"_seopress_analysis_target_kw":"","site-sidebar-layout":"no-sidebar","site-content-layout":"page-builder","ast-site-content-layout":"full-width-container","site-content-style":"default","site-sidebar-style":"default","ast-global-header-display":"","ast-banner-title-visibility":"","ast-main-header-display":"","ast-hfb-above-header-display":"","ast-hfb-below-header-display":"","ast-hfb-mobile-header-display":"","site-post-title":"disabled","ast-breadcrumbs-content":"","ast-featured-img":"disabled","footer-sml-layout":"","ast-disable-related-posts":"","theme-transparent-header-meta":"default","adv-header-id-meta":"","stick-header-meta":"","header-above-stick-meta":"","header-main-stick-meta":"","header-below-stick-meta":"","astra-migrate-meta-layouts":"default","ast-page-background-enabled":"default","ast-page-background-meta":{"desktop":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"ast-content-background-meta":{"desktop":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"footnotes":""},"class_list":["post-199","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/immediate-code-app.com\/en\/wp-json\/wp\/v2\/pages\/199","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/immediate-code-app.com\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/immediate-code-app.com\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/immediate-code-app.com\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/immediate-code-app.com\/en\/wp-json\/wp\/v2\/comments?post=199"}],"version-history":[{"count":2,"href":"https:\/\/immediate-code-app.com\/en\/wp-json\/wp\/v2\/pages\/199\/revisions"}],"predecessor-version":[{"id":210,"href":"https:\/\/immediate-code-app.com\/en\/wp-json\/wp\/v2\/pages\/199\/revisions\/210"}],"wp:attachment":[{"href":"https:\/\/immediate-code-app.com\/en\/wp-json\/wp\/v2\/media?parent=199"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}