{"id":24,"date":"2026-03-05T09:36:40","date_gmt":"2026-03-05T01:36:40","guid":{"rendered":"https:\/\/www.cqdccn.cn\/index.php\/affiliate-signup\/"},"modified":"-0001-11-30T00:00:00","modified_gmt":"-0001-11-29T16:00:00","slug":"affiliate-signup","status":"publish","type":"page","link":"https:\/\/www.cqdccn.cn\/index.php\/affiliate-signup\/","title":{"rendered":"Affiliate Signup"},"content":{"rendered":"<div v-cloak class=\"ap-front-reg-container \" id=\"affiliatepress_reg_form_69ddcac52b80a\" style=\"min-height:700px;\">\r\n    <div id=\"ap-none-field\">\r\n        <input type=\"hidden\" id=\"_wpnonce\" name=\"_wpnonce\" value=\"ccdc82c279\" \/><input type=\"hidden\" name=\"_wp_http_referer\" value=\"\/index.php\/wp-json\/wp\/v2\/pages\/24\" \/> \r\n    <\/div>\r\n    <div ref=\"container\" id=\"ap-vue-cont-id\" class=\"ap-main-reg-card-container\" style=\"min-height:700px;\">\r\n        <div style=\"display:none;\" :style=\"(is_affiliate_form_loader == '0') ? 'display:flex;' : ''\" class=\"ap-front-loader-container\" id=\"ap-page-front-loading-loader\">\r\n            <div class=\"ap-front-loader\"><\/div>\r\n        <\/div>\r\n        <div class=\"ap-main-reg-frm-body ap-single-form\" style=\"display:none;\" :style=\"(is_affiliate_form_loader == '1') ? 'display:block;' : ''\">\r\n            <el-form @submit.native.prevent ref=\"affiliates_reg_form_data\" :rules=\"rules\" require-asterisk-position=\"right\" :model=\"affiliates\" label-position=\"top\">\r\n                <div class=\"el-form-item__error el-form-item is-error el-input__wrapper el-input__inner el-checkbox el-checkbox--large is-checked ap-form-label ap-custom-checkbox--is-label el-checkbox__input is-checked el-checkbox__original el-checkbox__inner el-checkbox__label\" style=\"display:none\"><\/div> \r\n                <div class=\"ap-front-page-title\" :aria-label=\"affiliate_panel_labels.create_an_account\" v-html=\"affiliate_panel_labels.create_an_account\"><\/div>\r\n                <div class=\"ap-front-page-sub-title\" :aria-label=\"affiliate_panel_labels.create_account_description\" v-html=\"affiliate_panel_labels.create_account_description\"><\/div>\r\n\r\n                <div class=\"ap-front-toast-notification --ap-error\" style=\"display:none;\" :style=\"(is_display_error == '1') ? 'display:block;' : ''\">\r\n                    <div class=\"ap-front-tn-body\">                                                \r\n                        <p :aria-label=\"is_error_msg\">{{ is_error_msg }}<\/p>                        \r\n                    <\/div>\r\n                <\/div>\r\n                <div class=\"ap-front-toast-notification --ap-success\" style=\"display:none;\" :style=\"(is_display_success == '1') ? 'display:block;' : ''\" >\r\n                    <div class=\"ap-front-tn-body\">\r\n                        <p :aria-label=\"is_success_msg\">{{ is_success_msg }}<\/p>\r\n                    <\/div>\r\n                <\/div>\r\n                <div v-for=\"affiliate_field in affiliate_fields\">                    \r\n                    <div v-if=\"affiliate_field.ap_form_field_type == 'Text' && affiliate_field.ap_field_is_default == '1'\" class=\"ap-single-field__form\" :class=\"affiliate_field.ap_field_class\">                    \r\n                        <el-form-item :prop=\"affiliate_field.ap_form_field_name\">\r\n                            <template #label>\r\n                                <span class=\"ap-form-label\" v-html=\"affiliate_field.ap_field_label\" :aria-label=\"affiliate_field.ap_field_label\"><\/span>\r\n                            <\/template>\r\n                            <el-input class=\"ap-form-control\" :readonly=\"(is_user_login == '1' && affiliate_field.ap_form_field_name == 'username')?true:false\"  type=\"text\" size=\"large\" v-model=\"affiliates[affiliate_field.ap_form_field_name]\" :placeholder=\"affiliate_field.ap_field_placeholder\" \/>\r\n                        <\/el-form-item>                     \r\n                    <\/div>\r\n                    <div v-if=\"affiliate_field.ap_form_field_type == 'Email'\" class=\"ap-single-field__form\" :class=\"affiliate_field.ap_field_class\">                    \r\n                        <el-form-item :prop=\"affiliate_field.ap_form_field_name\">\r\n                            <template #label>\r\n                                <span class=\"ap-form-label\" v-html=\"affiliate_field.ap_field_label\" :aria-label=\"affiliate_field.ap_field_label\"><\/span>\r\n                            <\/template>\r\n                            <el-input class=\"ap-form-control\" :readonly=\"(is_user_login == '1')?true:false\" type=\"text\" size=\"large\" v-model=\"affiliates[affiliate_field.ap_form_field_name]\" :placeholder=\"affiliate_field.ap_field_placeholder\" \/>\r\n                        <\/el-form-item>                     \r\n                    <\/div> \r\n                    <div v-if=\"affiliate_field.ap_form_field_type == 'Password' && is_user_login == '0'\" class=\"ap-single-field__form\" :class=\"affiliate_field.ap_field_class\">                    \r\n                        <el-form-item :prop=\"affiliate_field.ap_form_field_name\">\r\n                            <template #label>\r\n                                <span class=\"ap-form-label\" v-html=\"affiliate_field.ap_field_label\" :aria-label=\"affiliate_field.ap_field_label\"><\/span>\r\n                            <\/template>\r\n                            <el-input class=\"ap-form-control\" type=\"password\" :show-password=\"true\" v-model=\"affiliates[affiliate_field.ap_form_field_name]\" size=\"large\" :placeholder=\"affiliate_field.ap_field_placeholder\" \/>\r\n                        <\/el-form-item>                     \r\n                    <\/div>\r\n                    <div v-if=\"affiliate_field.ap_form_field_type == 'Password' && is_user_login == '0' && confirm_password_field.is_display_confirm_password == 'true'\" class=\"ap-single-field__form\" :class=\"affiliate_field.ap_field_class\"> \r\n                        <el-form-item prop=\"confirm_password\">\r\n                            <template #label>\r\n                                <span class=\"ap-form-label\" v-html=\"confirm_password_field.confirm_password_label\"  :aria-label=\"confirm_password_field.confirm_password_label\"><\/span>\r\n                            <\/template>\r\n                            <el-input  class=\"ap-form-control\" v-model=\"affiliates.confirm_password\" type=\"password\"  :show-password=\"true\" size=\"large\" :placeholder=\"confirm_password_field.confirm_password_placeholder\"\/>\r\n                        <\/el-form-item>\r\n                    <\/div> \r\n                    <div v-if=\"affiliate_field.ap_form_field_type == 'Textarea' && affiliate_field.ap_field_is_default == '1'\" class=\"ap-single-field__form\" :class=\"affiliate_field.ap_field_class\">                    \r\n                        <el-form-item :prop=\"affiliate_field.ap_form_field_name\">\r\n                            <template #label>\r\n                                <span class=\"ap-form-label\" v-html=\"affiliate_field.ap_field_label\" :aria-label=\"affiliate_field.ap_field_label\"><\/span>\r\n                            <\/template>\r\n                            <el-input class=\"ap-form-control\" type=\"textarea\" :rows=\"4\" size=\"large\" v-model=\"affiliates[affiliate_field.ap_form_field_name]\" :placeholder=\"affiliate_field.ap_field_placeholder\" \/>\r\n                        <\/el-form-item>                     \r\n                    <\/div>  \r\n                    <div v-if=\"affiliate_field.ap_form_field_type == 'terms_and_conditions'\" class=\"ap-single-field__form ap-checkbox-control ap-checkbox-control-single ap-term-condition-box\" :class=\"affiliate_field.ap_field_class\">                    \r\n                        <el-form-item :prop=\"affiliate_field.ap_form_field_name\">                            \r\n                            <el-checkbox class=\"ap-form-label ap-custom-checkbox--is-label\" @change=\"register_terms_and_condition(affiliate_field.ap_form_field_name)\" v-model=\"affiliates[affiliate_field.ap_form_field_name]\" size=\"large\"><div v-html=\"affiliate_field.ap_field_label\" ><\/div><\/el-checkbox>                            \r\n                        <\/el-form-item>                     \r\n                    <\/div>                                                                              \r\n                <\/div> \r\n                <div class=\"ap-frm-btn\">\r\n                    <el-button native-type=\"submit\" :disabled=\"(is_display_reg_save_loader == '1')?true:false\" :class=\"(is_display_reg_save_loader == '1') ? 'ap-btn--is-loader' : ''\" @click=\"registerAffiliate()\" class=\"ap-btn--primary ap-btn--big ap-form-full-width-control\"  type=\"primary\">\r\n                        <span class=\"ap-btn__label\" :aria-label=\"affiliate_panel_labels.create_account_button\" v-html=\"affiliate_panel_labels.create_account_button\"><\/span>\r\n                        <div class=\"ap-btn--loader__circles\">\r\n                            <div><\/div>\r\n                            <div><\/div>\r\n                            <div><\/div>\r\n                        <\/div>                    \r\n                    <\/el-button>                 \r\n                <\/div>\r\n                <div class=\"ap-frm-account-link-upper\">\r\n                    <span :aria-label=\"affiliate_panel_labels.do_you_have_account\" v-html=\"affiliate_panel_labels.do_you_have_account\"><\/span>&nbsp;<a href=\"javascript:void(0);\"  class=\"ap-acnt-link ap-title-text-color\" @click=\"go_to_login_page()\" href=\"javascript:void(0);\"  :aria-label=\"affiliate_panel_labels.signin\" v-html=\"affiliate_panel_labels.signin\"><\/a>\r\n                <\/div>\r\n            <\/el-form>\r\n        <\/div>\r\n    <\/div>    \r\n<\/div>\r\n\r\n\n","protected":false},"excerpt":{"rendered":"","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"open","ping_status":"open","template":"","meta":{"footnotes":""},"class_list":["post-24","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/www.cqdccn.cn\/index.php\/wp-json\/wp\/v2\/pages\/24","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.cqdccn.cn\/index.php\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.cqdccn.cn\/index.php\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.cqdccn.cn\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.cqdccn.cn\/index.php\/wp-json\/wp\/v2\/comments?post=24"}],"version-history":[{"count":0,"href":"https:\/\/www.cqdccn.cn\/index.php\/wp-json\/wp\/v2\/pages\/24\/revisions"}],"wp:attachment":[{"href":"https:\/\/www.cqdccn.cn\/index.php\/wp-json\/wp\/v2\/media?parent=24"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}