{"id":7,"date":"2026-05-12T08:13:43","date_gmt":"2026-05-12T08:13:43","guid":{"rendered":"https:\/\/app.aioxsuite.com\/sandbox3\/?page_id=7"},"modified":"2026-05-12T08:13:43","modified_gmt":"2026-05-12T08:13:43","slug":"register","status":"publish","type":"page","link":"https:\/\/app.aioxsuite.com\/sandbox3\/?page_id=7","title":{"rendered":"Register"},"content":{"rendered":"\n        <style>\n        @import url('https:\/\/fonts.googleapis.com\/css2?family=Inter:wght@300;400;500;600;700;800&display=swap');\n\n        * {\n            box-sizing: border-box;\n            margin: 0;\n            padding: 0;\n        }\n\n        body {\n            margin: 0;\n            padding: 0;\n        }\n\n        .aiox-registration-wrapper {\n            font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;\n            background: #ffffff;\n            min-height: 100vh;\n            padding: 0;\n            width: 100%;\n        }\n\n        .aiox-registration-container {\n            width: 100%;\n            max-width: 100%;\n            margin: 0;\n            padding: 0;\n        }\n\n        \/* Header Section *\/\n        .aiox-registration-header {\n            background: linear-gradient(135deg, #0066ff 0%, #0052cc 100%);\n            padding: 80px 40px;\n            text-align: center;\n            width: 100%;\n            box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);\n        }\n\n        .aiox-registration-header h1 {\n            font-size: 3rem;\n            font-weight: 700;\n            color: #ffffff;\n            margin: 0 0 16px 0;\n            letter-spacing: -0.5px;\n            line-height: 1.2;\n        }\n\n        .aiox-registration-header p {\n            font-size: 1.25rem;\n            color: rgba(255, 255, 255, 0.9);\n            margin: 0;\n            font-weight: 400;\n            max-width: 700px;\n            margin: 0 auto;\n        }\n\n        \/* Messages *\/\n        .aiox-message {\n            max-width: 1400px;\n            margin: 24px auto;\n            padding: 16px 40px;\n            border-radius: 8px;\n            text-align: center;\n            font-weight: 500;\n        }\n\n        .aiox-message.success {\n            background: #d4edda;\n            border: 1px solid #c3e6cb;\n            color: #155724;\n        }\n\n        .aiox-message.error {\n            background: #f8d7da;\n            border: 1px solid #f5c6cb;\n            color: #721c24;\n        }\n\n        \/* Main Content Area *\/\n        .aiox-content-section {\n            max-width: 1400px;\n            margin: 0 auto;\n            padding: 60px 40px;\n        }\n\n        \/* Plans Section *\/\n        .aiox-plans-section {\n            margin-bottom: 60px;\n        }\n\n        .aiox-plans-section h2 {\n            font-size: 2rem;\n            font-weight: 700;\n            color: #1a202c;\n            margin: 0 0 12px 0;\n            text-align: center;\n        }\n\n        .aiox-plans-subtitle {\n            text-align: center;\n            color: #64748b;\n            font-size: 1.1rem;\n            margin-bottom: 48px;\n        }\n\n        .aiox-plans-grid {\n            display: flex;\n            flex-wrap: wrap;\n            justify-content: center;\n            gap: 24px;\n            margin-bottom: 60px;\n        }\n\n        \/* Plan Cards - SAFE VERSION without transition:all *\/\n        .aiox-plan-card {\n            background: #ffffff;\n            border: 2px solid #e2e8f0;\n            border-radius: 12px;\n            padding: 0;\n            cursor: pointer;\n            position: relative;\n            overflow: hidden;\n            width: 320px;\n            flex-shrink: 0;\n        }\n\n        .aiox-plan-card:hover {\n            border-color: #0066ff;\n            box-shadow: 0 12px 24px rgba(0, 102, 255, 0.15);\n        }\n\n        .aiox-plan-card input[type=\"radio\"] {\n            position: absolute;\n            opacity: 0;\n            pointer-events: none;\n        }\n\n        .aiox-plan-card.selected {\n            border-color: #0066ff;\n            background: #f7faff;\n        }\n\n        .aiox-plan-card.selected .aiox-plan-label {\n            border-color: #0066ff;\n            background: #f7faff;\n        }\n\n        .aiox-plan-card.selected .plan-check-indicator {\n            display: block;\n        }\n\n        .aiox-plan-card.selected .plan-top-bar {\n            display: block;\n        }\n\n        .plan-top-bar {\n            display: none;\n            position: absolute;\n            top: 0;\n            left: 0;\n            right: 0;\n            height: 4px;\n            background: linear-gradient(90deg, #0066ff 0%, #0052cc 100%);\n        }\n\n        .plan-check-indicator {\n            display: none;\n            position: absolute;\n            top: 24px;\n            right: 24px;\n            width: 28px;\n            height: 28px;\n            background: #0066ff;\n            border-radius: 50%;\n            color: white;\n            font-weight: 700;\n            font-size: 14px;\n            line-height: 28px;\n            text-align: center;\n            z-index: 10;\n        }\n\n        .aiox-plan-label {\n            display: block;\n            padding: 32px;\n            cursor: pointer;\n            position: relative;\n            border: 2px solid transparent;\n            border-radius: 12px;\n            height: 100%;\n        }\n\n        .plan-badge {\n            display: inline-block;\n            padding: 6px 12px;\n            background: #e2e8f0;\n            border-radius: 6px;\n            font-size: 0.75rem;\n            font-weight: 600;\n            color: #475569;\n            text-transform: uppercase;\n            letter-spacing: 0.5px;\n            margin-bottom: 16px;\n        }\n\n        .plan-badge.popular {\n            background: #fef3c7;\n            color: #92400e;\n        }\n\n        .plan-badge.trial {\n            background: #d1fae5;\n            color: #065f46;\n        }\n\n        .plan-name {\n            font-size: 1.5rem;\n            font-weight: 700;\n            color: #1a202c;\n            margin: 12px 0;\n        }\n\n        .plan-price {\n            font-size: 2.5rem;\n            font-weight: 700;\n            color: #0066ff;\n            margin: 20px 0;\n            line-height: 1;\n            display: flex;\n            align-items: baseline;\n        }\n\n        .plan-price-unit {\n            font-size: 1rem;\n            font-weight: 500;\n            color: #64748b;\n            margin-left: 8px;\n        }\n\n        .plan-description {\n            color: #475569;\n            font-size: 0.95rem;\n            margin: 16px 0 24px 0;\n            line-height: 1.6;\n            min-height: 48px;\n        }\n\n        .plan-features {\n            list-style: none;\n            padding: 0;\n            margin: 24px 0 0 0;\n            border-top: 1px solid #e2e8f0;\n            padding-top: 24px;\n        }\n\n        .plan-features li {\n            padding: 10px 0 10px 32px;\n            color: #334155;\n            font-size: 0.9rem;\n            line-height: 1.5;\n            position: relative;\n        }\n\n        .plan-features li::before {\n            content: '\u2713';\n            position: absolute;\n            left: 0;\n            top: 10px;\n            width: 20px;\n            height: 20px;\n            background: #e0f2fe;\n            border-radius: 50%;\n            color: #0066ff;\n            font-weight: 700;\n            font-size: 12px;\n            line-height: 20px;\n            text-align: center;\n        }\n\n        \/* Form Section *\/\n        .aiox-form-section {\n            background: #f8fafc;\n            padding: 60px 40px;\n            width: 100%;\n        }\n\n        .aiox-form-container {\n            max-width: 800px;\n            margin: 0 auto;\n        }\n\n        .aiox-form-card {\n            background: #ffffff;\n            border: 1px solid #e2e8f0;\n            border-radius: 12px;\n            padding: 48px;\n            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);\n        }\n\n        .aiox-form-card h3 {\n            font-size: 1.75rem;\n            font-weight: 700;\n            color: #1a202c;\n            margin: 0 0 8px 0;\n            text-align: center;\n        }\n\n        .form-subtitle {\n            text-align: center;\n            color: #64748b;\n            font-size: 1rem;\n            margin-bottom: 40px;\n        }\n\n        .form-row {\n            display: grid;\n            grid-template-columns: 1fr 1fr;\n            gap: 20px;\n            margin-bottom: 20px;\n        }\n\n        .form-field {\n            margin-bottom: 24px;\n        }\n\n        .form-field label {\n            display: block;\n            margin-bottom: 8px;\n            font-weight: 600;\n            color: #334155;\n            font-size: 0.9rem;\n        }\n\n        .form-field input[type=\"text\"],\n        .form-field input[type=\"email\"],\n        .form-field input[type=\"password\"] {\n            width: 100%;\n            padding: 12px 16px;\n            background: #ffffff;\n            border: 2px solid #e2e8f0;\n            border-radius: 8px;\n            font-size: 0.95rem;\n            color: #1a202c;\n            font-weight: 400;\n            transition: all 0.2s ease;\n            font-family: inherit;\n        }\n\n        .form-field input::placeholder {\n            color: #94a3b8;\n        }\n\n        .form-field input:focus {\n            outline: none;\n            border-color: #0066ff;\n            box-shadow: 0 0 0 3px rgba(0, 102, 255, 0.1);\n        }\n\n        .field-help {\n            display: block;\n            margin-top: 6px;\n            font-size: 0.85rem;\n            color: #64748b;\n            line-height: 1.4;\n        }\n\n        .aiox-submit-button {\n            width: 100%;\n            padding: 16px 32px;\n            background: #0066ff;\n            color: white;\n            border: none;\n            border-radius: 8px;\n            font-size: 1rem;\n            font-weight: 600;\n            cursor: pointer;\n            transition: all 0.2s ease;\n            margin-top: 8px;\n            font-family: inherit;\n        }\n\n        .aiox-submit-button:hover {\n            background: #0052cc;\n            transform: translateY(-1px);\n            box-shadow: 0 4px 12px rgba(0, 102, 255, 0.3);\n        }\n\n        .aiox-submit-button:active {\n            transform: translateY(0);\n        }\n\n        .aiox-submit-button:disabled {\n            opacity: 0.6;\n            cursor: not-allowed;\n            transform: none;\n        }\n\n        .form-footer {\n            margin-top: 32px;\n            padding-top: 24px;\n            border-top: 1px solid #e2e8f0;\n            text-align: center;\n        }\n\n        .form-footer small {\n            color: #64748b;\n            line-height: 1.6;\n            font-size: 0.85rem;\n        }\n\n        .login-link {\n            margin-top: 24px;\n            text-align: center;\n        }\n\n        .login-link a {\n            color: #0066ff;\n            text-decoration: none;\n            font-weight: 600;\n            font-size: 0.95rem;\n            transition: all 0.2s ease;\n        }\n\n        .login-link a:hover {\n            color: #0052cc;\n            text-decoration: underline;\n        }\n\n        \/* Responsive Design *\/\n        @media (max-width: 1200px) {\n            .aiox-content-section {\n                padding: 50px 32px;\n            }\n        }\n\n        @media (max-width: 768px) {\n            .aiox-registration-header {\n                padding: 60px 24px;\n            }\n\n            .aiox-registration-header h1 {\n                font-size: 2rem;\n            }\n\n            .aiox-registration-header p {\n                font-size: 1rem;\n            }\n\n            .aiox-content-section {\n                padding: 40px 20px;\n            }\n\n            .aiox-plans-grid {\n                flex-direction: column;\n                align-items: center;\n            }\n            \n            .aiox-plan-card {\n                width: 100%;\n                max-width: 320px;\n            }\n\n            .form-row {\n                grid-template-columns: 1fr;\n            }\n\n            .aiox-form-card {\n                padding: 32px 24px;\n            }\n\n            .aiox-form-section {\n                padding: 40px 20px;\n            }\n\n            .plan-price {\n                font-size: 2rem;\n            }\n        }\n\n        @media (max-width: 480px) {\n            .aiox-registration-header {\n                padding: 40px 16px;\n            }\n\n            .aiox-registration-header h1 {\n                font-size: 1.75rem;\n            }\n\n            .aiox-plan-label {\n                padding: 24px;\n            }\n\n            .plan-name {\n                font-size: 1.25rem;\n            }\n\n            .aiox-form-card {\n                padding: 24px 16px;\n            }\n        }\n        <\/style>\n\n        <div class=\"aiox-registration-wrapper\">\n            <div class=\"aiox-registration-container\">\n                \n                <!-- Header -->\n                <div class=\"aiox-registration-header\">\n                    <h1>Get Started with AIOX<\/h1>\n                    <p>Choose your plan and create your account in seconds<\/p>\n                <\/div>\n\n                <!-- Messages -->\n                \n                \n                <!-- Main Content Section -->\n                <div class=\"aiox-content-section\">\n                    \n                    <!-- Plan Selection -->\n                    <div class=\"aiox-plans-section\">\n                        <h2>Choose Your Plan<\/h2>\n                        <p class=\"aiox-plans-subtitle\">Select the plan that best fits your needs<\/p>\n                        \n                        <div class=\"aiox-plans-grid\">\n                                                            <div class=\"aiox-plan-card\">\n                                    <input \n                                        type=\"radio\" \n                                        name=\"aiox_selected_plan_radio\" \n                                        id=\"plan_1\" \n                                        value=\"Free\"\n                                        data-price=\"0.00\"\n                                        checked                                    >\n                                    <div class=\"plan-top-bar\"><\/div>\n                                    <div class=\"plan-check-indicator\">\u2713<\/div>\n                                    <label for=\"plan_1\" class=\"aiox-plan-label\">\n                                        \n                                                                                    <span class=\"plan-badge\">Free Plan<\/span>\n                                        \n                                        <div class=\"plan-name\">Free Plan<\/div>\n\n                                        <div class=\"plan-price\">\n                                                                                            FREE\n                                                                                    <\/div>\n\n                                                                                    <div class=\"plan-description\">\n                                                Free tier with limited access                                            <\/div>\n                                        \n                                        <ul class=\"plan-features\">\n                                                                                            <li>Access to AIOX Suite<\/li>\n                                                                                    <\/ul>\n                                    <\/label>\n                                <\/div>\n                                                            <div class=\"aiox-plan-card\">\n                                    <input \n                                        type=\"radio\" \n                                        name=\"aiox_selected_plan_radio\" \n                                        id=\"plan_2\" \n                                        value=\"Base\"\n                                        data-price=\"0.00\"\n                                                                            >\n                                    <div class=\"plan-top-bar\"><\/div>\n                                    <div class=\"plan-check-indicator\">\u2713<\/div>\n                                    <label for=\"plan_2\" class=\"aiox-plan-label\">\n                                        \n                                                                                    <span class=\"plan-badge popular\">Most Popular<\/span>\n                                        \n                                        <div class=\"plan-name\">Base Plan<\/div>\n\n                                        <div class=\"plan-price\">\n                                                                                            FREE\n                                                                                    <\/div>\n\n                                                                                    <div class=\"plan-description\">\n                                                Basic access to AI services                                            <\/div>\n                                        \n                                        <ul class=\"plan-features\">\n                                                                                            <li>Access to AIOX Suite<\/li>\n                                                                                    <\/ul>\n                                    <\/label>\n                                <\/div>\n                                                            <div class=\"aiox-plan-card\">\n                                    <input \n                                        type=\"radio\" \n                                        name=\"aiox_selected_plan_radio\" \n                                        id=\"plan_3\" \n                                        value=\"Starter\"\n                                        data-price=\"9.99\"\n                                                                            >\n                                    <div class=\"plan-top-bar\"><\/div>\n                                    <div class=\"plan-check-indicator\">\u2713<\/div>\n                                    <label for=\"plan_3\" class=\"aiox-plan-label\">\n                                        \n                                                                                    <span class=\"plan-badge\">Premium<\/span>\n                                        \n                                        <div class=\"plan-name\">Starter Plan<\/div>\n\n                                        <div class=\"plan-price\">\n                                                                                            $10                                                <span class=\"plan-price-unit\">\/month<\/span>\n                                                                                    <\/div>\n\n                                                                                    <div class=\"plan-description\">\n                                                For small projects                                            <\/div>\n                                        \n                                        <ul class=\"plan-features\">\n                                                                                            <li>Access to AIOX Suite<\/li>\n                                                                                    <\/ul>\n                                    <\/label>\n                                <\/div>\n                                                            <div class=\"aiox-plan-card\">\n                                    <input \n                                        type=\"radio\" \n                                        name=\"aiox_selected_plan_radio\" \n                                        id=\"plan_4\" \n                                        value=\"Professional\"\n                                        data-price=\"49.99\"\n                                                                            >\n                                    <div class=\"plan-top-bar\"><\/div>\n                                    <div class=\"plan-check-indicator\">\u2713<\/div>\n                                    <label for=\"plan_4\" class=\"aiox-plan-label\">\n                                        \n                                                                                    <span class=\"plan-badge\">Premium<\/span>\n                                        \n                                        <div class=\"plan-name\">Professional Plan<\/div>\n\n                                        <div class=\"plan-price\">\n                                                                                            $50                                                <span class=\"plan-price-unit\">\/month<\/span>\n                                                                                    <\/div>\n\n                                                                                    <div class=\"plan-description\">\n                                                For growing businesses                                            <\/div>\n                                        \n                                        <ul class=\"plan-features\">\n                                                                                            <li>Access to AIOX Suite<\/li>\n                                                                                    <\/ul>\n                                    <\/label>\n                                <\/div>\n                                                            <div class=\"aiox-plan-card\">\n                                    <input \n                                        type=\"radio\" \n                                        name=\"aiox_selected_plan_radio\" \n                                        id=\"plan_5\" \n                                        value=\"Enterprise\"\n                                        data-price=\"199.99\"\n                                                                            >\n                                    <div class=\"plan-top-bar\"><\/div>\n                                    <div class=\"plan-check-indicator\">\u2713<\/div>\n                                    <label for=\"plan_5\" class=\"aiox-plan-label\">\n                                        \n                                                                                    <span class=\"plan-badge\">Premium<\/span>\n                                        \n                                        <div class=\"plan-name\">Enterprise Plan<\/div>\n\n                                        <div class=\"plan-price\">\n                                                                                            $200                                                <span class=\"plan-price-unit\">\/month<\/span>\n                                                                                    <\/div>\n\n                                                                                    <div class=\"plan-description\">\n                                                For large organizations                                            <\/div>\n                                        \n                                        <ul class=\"plan-features\">\n                                                                                            <li>Access to AIOX Suite<\/li>\n                                                                                    <\/ul>\n                                    <\/label>\n                                <\/div>\n                                                    <\/div>\n                    <\/div>\n\n                <\/div>\n\n                <!-- Registration Form Section -->\n                <div class=\"aiox-form-section\">\n                    <div class=\"aiox-form-container\">\n                        <div class=\"aiox-form-card\">\n                            <h3>Create Your Account<\/h3>\n                            <p class=\"form-subtitle\">Fill in your details to get started<\/p>\n                            \n                            <form id=\"aiox-registration-form\" method=\"post\" action=\"\">\n                                <input type=\"hidden\" id=\"aiox_registration_nonce\" name=\"aiox_registration_nonce\" value=\"3133a025d2\" \/><input type=\"hidden\" name=\"_wp_http_referer\" value=\"\/sandbox3\/index.php?rest_route=%2Fwp%2Fv2%2Fpages%2F7\" \/>                                <input type=\"hidden\" name=\"aiox_free_register\" value=\"1\">\n                                <input type=\"hidden\" name=\"aiox_selected_plan\" id=\"selected_plan_input\" value=\"Free\">\n                                <input type=\"hidden\" name=\"aiox_redirect_url\" value=\"https:\/\/app.aioxsuite.com\/sandbox3\/account\/\">\n\n                                <div class=\"form-row\">\n                                    <div class=\"form-field\">\n                                        <label for=\"aiox_user_name\">Full Name *<\/label>\n                                        <input type=\"text\" name=\"aiox_user_name\" id=\"aiox_user_name\" required placeholder=\"John Doe\">\n                                    <\/div>\n\n                                    <div class=\"form-field\">\n                                        <label for=\"aiox_user_email\">Email Address *<\/label>\n                                        <input type=\"email\" name=\"aiox_user_email\" id=\"aiox_user_email\" required placeholder=\"john@example.com\">\n                                    <\/div>\n                                <\/div>\n\n                                <div class=\"form-field\">\n                                    <label for=\"aiox_user_company\">Company\/Organization<\/label>\n                                    <input type=\"text\" name=\"aiox_user_company\" id=\"aiox_user_company\" placeholder=\"Acme Inc. (optional)\">\n                                <\/div>\n\n                                <div class=\"form-field\">\n                                    <label for=\"aiox_authorized_domain\">Authorized Domain *<\/label>\n                                    <input type=\"text\" name=\"aiox_authorized_domain\" id=\"aiox_authorized_domain\" required placeholder=\"example.com\">\n                                    <span class=\"field-help\">Enter your domain without http:\/\/ or www (e.g., example.com)<\/span>\n                                <\/div>\n\n                                <div class=\"form-row\">\n                                    <div class=\"form-field\">\n                                        <label for=\"aiox_user_password\">Password *<\/label>\n                                        <input type=\"password\" name=\"aiox_user_password\" id=\"aiox_user_password\" required minlength=\"8\" placeholder=\"Minimum 8 characters\">\n                                    <\/div>\n\n                                    <div class=\"form-field\">\n                                        <label for=\"aiox_user_password_confirm\">Confirm Password *<\/label>\n                                        <input type=\"password\" name=\"aiox_user_password_confirm\" id=\"aiox_user_password_confirm\" required minlength=\"8\" placeholder=\"Re-enter password\">\n                                    <\/div>\n                                <\/div>\n\n                                <button type=\"submit\" class=\"aiox-submit-button\" id=\"submit-button\">\n                                    <span id=\"button-text\">Create Account<\/span>\n                                <\/button>\n\n                                <div class=\"form-footer\">\n                                    <small>By creating an account, you agree to our Terms of Service and Privacy Policy. Your data is secure and encrypted.<\/small>\n                                <\/div>\n\n                                <p class=\"login-link\">\n                                    <a href=\"https:\/\/app.aioxsuite.com\/sandbox3\/wp-login.php\">Already have an account? Sign in &rarr;<\/a>\n                                <\/p>\n                            <\/form>\n                        <\/div>\n                    <\/div>\n                <\/div>\n\n            <\/div>\n        <\/div>\n\n        <script>\n        document.addEventListener('DOMContentLoaded', function() {\n            var planRadios = document.querySelectorAll('input[name=\"aiox_selected_plan_radio\"]');\n            var planCards = document.querySelectorAll('.aiox-plan-card');\n            var hiddenInput = document.getElementById('selected_plan_input');\n            var submitButton = document.getElementById('submit-button');\n            var buttonText = document.getElementById('button-text');\n\n            \/\/ Function to update selected card styling\n            function updateSelectedCard() {\n                planCards.forEach(function(card) {\n                    var radio = card.querySelector('input[type=\"radio\"]');\n                    if (radio && radio.checked) {\n                        card.classList.add('selected');\n                    } else {\n                        card.classList.remove('selected');\n                    }\n                });\n            }\n\n            \/\/ Function to update button text based on selected plan\n            function updateButtonText(price) {\n                if (price > 0) {\n                    buttonText.textContent = 'Continue to Payment';\n                } else {\n                    buttonText.textContent = 'Create Free Account';\n                }\n            }\n\n            \/\/ Add click handler to entire card\n            planCards.forEach(function(card) {\n                card.addEventListener('click', function(e) {\n                    \/\/ Prevent if clicking directly on radio\n                    if (e.target.type === 'radio') return;\n                    \n                    var radio = this.querySelector('input[type=\"radio\"]');\n                    if (radio) {\n                        radio.checked = true;\n                        hiddenInput.value = radio.value;\n                        var price = parseFloat(radio.getAttribute('data-price')) || 0;\n                        updateButtonText(price);\n                        updateSelectedCard();\n                    }\n                });\n            });\n\n            \/\/ Handle radio change (for direct label clicks)\n            planRadios.forEach(function(radio) {\n                radio.addEventListener('change', function() {\n                    hiddenInput.value = this.value;\n                    var price = parseFloat(this.getAttribute('data-price')) || 0;\n                    updateButtonText(price);\n                    updateSelectedCard();\n                });\n            });\n\n            \/\/ Initialize on load\n            updateSelectedCard();\n            var initialSelected = document.querySelector('input[name=\"aiox_selected_plan_radio\"]:checked');\n            if (initialSelected) {\n                updateButtonText(parseFloat(initialSelected.getAttribute('data-price')) || 0);\n            }\n\n            \/\/ Form submit handler\n            var form = document.getElementById('aiox-registration-form');\n            if (form) {\n                form.addEventListener('submit', function() {\n                    submitButton.disabled = true;\n                    buttonText.textContent = 'Creating Account...';\n                });\n            }\n        });\n        <\/script>\n\n        \n","protected":false},"excerpt":{"rendered":"","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-7","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/app.aioxsuite.com\/sandbox3\/index.php?rest_route=\/wp\/v2\/pages\/7","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/app.aioxsuite.com\/sandbox3\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/app.aioxsuite.com\/sandbox3\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/app.aioxsuite.com\/sandbox3\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/app.aioxsuite.com\/sandbox3\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=7"}],"version-history":[{"count":0,"href":"https:\/\/app.aioxsuite.com\/sandbox3\/index.php?rest_route=\/wp\/v2\/pages\/7\/revisions"}],"wp:attachment":[{"href":"https:\/\/app.aioxsuite.com\/sandbox3\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=7"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}