{"id":71318,"date":"2021-12-17T21:09:46","date_gmt":"2021-12-17T19:09:46","guid":{"rendered":"https:\/\/events.misatv.ro\/?page_id=71318"},"modified":"2024-12-07T14:08:46","modified_gmt":"2024-12-07T12:08:46","slug":"registration-for-the-holidays-spiritual-program","status":"publish","type":"page","link":"https:\/\/events.misatv.ro\/en\/registration-for-the-holidays-spiritual-program\/","title":{"rendered":"Registration for the Holidays Spiritual Program"},"content":{"rendered":"<p>[et_pb_section fb_built=&#8221;1&#8243; _builder_version=&#8221;4.16&#8243; global_colors_info=&#8221;{}&#8221;][et_pb_row _builder_version=&#8221;4.16&#8243; background_size=&#8221;initial&#8221; background_position=&#8221;top_left&#8221; background_repeat=&#8221;repeat&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;4_4&#8243; _builder_version=&#8221;4.16&#8243; custom_padding=&#8221;|||&#8221; global_colors_info=&#8221;{}&#8221; custom_padding__hover=&#8221;|||&#8221;][et_pb_text _builder_version=&#8221;4.27.4&#8243; background_size=&#8221;initial&#8221; background_position=&#8221;top_left&#8221; background_repeat=&#8221;repeat&#8221; hover_enabled=&#8221;0&#8243; global_colors_info=&#8221;{}&#8221; sticky_enabled=&#8221;0&#8243;]<\/p>\nIf you have already used the events.misatv.ro platform (<em>for example: you participated in the Summer camp 2024<\/em>), please first <a href=\"https:\/\/events.misatv.ro\/en\/login\/\">log in<\/a> to the platform (use email address and password used at the previous online event) and then register for the spiritual program for the International Self-revelation (ATMAN) Camp &#8211; so you will not need to create another account for this event.<\/p>\n<p><span lang=\"EN-US\">If you have not registered on the events.misatv.ro platform before, but you have already registered and received a NOMINAL CODE for the Christmas and New Year&#8217;s program, please follow the steps below, to continue the registration process:<\/span><\/p>\n<p>I have read and agree with\u00a0<a href=\"https:\/\/events.misatv.ro\/en\/general-terms-and-access-conditions\/\" target=\"_blank\" rel=\"noopener noreferrer\">Generat terms and access coditions<\/a>\u00a0\u0219i\u00a0<a href=\"https:\/\/events.misatv.ro\/en\/rules-of-the-online-events-and-camps\/\" target=\"_blank\" rel=\"noopener noreferrer\">Rules of the online events<\/a><\/p>\n<p><form id=\"register-form\">\n    <div class=\"row\">\n        <div class=\"col text-center mw-100\" style=\"padding-bottom: 15px;\"><input id=\"input-email\" type=\"email\" class=\"form-control-lg mw-100\" placeholder=\"Introduceti Email\" required style=\"width: 90%; padding-left: 10px;\" \/><\/div>\n    <\/div>\n    <div class=\"row\">\n        <div class=\"col text-center mw-100\" style=\"padding-bottom: 15px;\"><input id=\"input-reemail\" type=\"email\" class=\"form-control-lg mw-100\" placeholder=\"Reintroduceti Email\" required style=\"width: 90%; padding-left: 10px;\" \/><\/div>\n    <\/div>\n    <div class=\"row\">\n        <div class=\"col text-center mw-100\" style=\"padding-bottom: 15px;\"><input id=\"input-password\" type=\"password\" class=\"form-control-lg mw-100\" placeholder=\"Parola\" required style=\"width: 90%; padding-left: 10px;\" \/><\/div>\n    <\/div>\n    <div class=\"row\">\n        <div class=\"col text-center mw-100\" style=\"padding-bottom: 15px;\"><input id=\"input-repassword\" type=\"password\" class=\"form-control-lg mw-100\" placeholder=\"Reintroduceti Parola\" required style=\"width: 90%; padding-left: 10px;\" \/><\/div>\n    <\/div>\n    <div class=\"row\">\n        <div class=\"col text-center mw-100\" style=\"padding-bottom: 15px;\"><input id=\"input-cod\" type=\"text\" class=\"form-control-lg mw-100\" placeholder=\"COD\" required style=\"width: 90%; padding-left: 10px;\" \/><\/div>\n    <\/div>\n    <div class=\"row\">\n        <div class=\"col text-center mw-100\" style=\"padding-bottom: 15px;\"><input type=\"submit\" class=\"form-control-lg text-center mw-100 btn btn-primary\" name=\"Trimite\" value=\"Trimite\" required style=\"width: 90%;\" \/><\/div>\n    <\/div>\n<\/form>\n\n<script>\n\t\t\t\t\tlet msgs = {};\n\t\t\t\t\t\t\n\n    jQuery.noConflict();\n    jQuery(document).ready(function ($) {\n\t$('#input-cod').keyup(function() {\n              $(this).val($(this).val().replace(\/[^a-zA-Z0-9\\s]\/g,''));\n        });\n\n        $('#register-form').submit(function (e) {\n            e.preventDefault();\n\n            if ($('#input-email').val() != $('#input-reemail').val()) {\n\t\t\t\tif (msgs[\"mismatch_email\"]) {\n\t\t\t\t\talert(msgs[\"mismatch_email\"]);\n\t\t\t\t} else {\n                \talert(\"Emailurile nu coincid\");\n\t\t\t\t}\n                return;\n            }\n\n            if ($('#input-password').val() != $('#input-repassword').val()) {\n\t\t\t\tif (msgs[\"mismatch_password\"]) {\n                    alert(msgs[\"mismatch_password\"]);\n                } else {\n                    alert(\"Parolele nu coincid\");\n                }\n                return;\n            }\n            \n            let password = $('#input-password').val();\n            password = password.trim();\n            \n            if (password.length < 8) {\n\t\t\t\tif (msgs[\"password_length\"]) {\n                    alert(msgs[\"password_length\"]);\n                } else {\n                alert(\"Parola prea scurta, minim 8 caractere\");\n                }\n                return;\n            }\n\n            $.post(\"\/cursuri-register-signup\", {\n                'email': $('#input-email').val(),\n                'password': password,\n                'cod': $('#input-cod').val(),\n                'skip_membership': ''\n            }, function (ret) {\n                if (!ret.success) {\n\n\t\t\t\t\tif (ret.data && ret.data.err_code &&  msgs[ret.data.err_code]) {\n                    \talert(msgs[ret.data.err_code]);\n\t\t\t\t\t} else {\n                    \talert(ret.data.message);\n\t\t\t\t\t}\n                    return;\n                }\n\n                document.location = '\/succes-deplin\/';\n                \/*\n                 if (ret.data.redirect) {\n                 document.location = '\/' + ret.data.redirect + '\/';\n                 } else {\n                 document.location = '\/acces-cursuri\/';\n                 }\n                 *\/\n\n            }, 'json');\n        });\n    });\n<\/script>\n\n\n<h3><\/h3>\n<p>[\/et_pb_text][\/et_pb_column][\/et_pb_row][\/et_pb_section]<\/p>\n","protected":false},"excerpt":{"rendered":"<p>If you have already used the events.misatv.ro platform (for example: you participated in the Summer camp 2024), please first log in to the platform (use email address and password used at the previous online event) and then register for the spiritual program for the International Self-revelation (ATMAN) Camp &#8211; so you will not need [&hellip;]<\/p>\n","protected":false},"author":3,"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":"[mepr-hide rules=\"61417\"]Dac\u0103 deja e\u0219ti \u00eenregistrat pe platforma events,\u00a0<em>de ex. ai participat la Tab<\/em><em>\u0103<\/em><em>ra Interna\u0163ional\u0103 Yoghin\u0103 Ezoteric\u0103 de Var\u0103 \u2013 online 2021<\/em>, te rug\u0103m mai \u00eent\u00e2i s\u0103 te\u00a0<a href=\"https:\/\/events.misatv.ro\/login\/\">autentifici pe platform\u0103<\/a>\u00a0<span lang=\"EN-US\">(folose\u0219te adresa de mail \u0219i parola folosite la evenimentul online anterior)\u00a0<\/span>\u0219i mai apoi s\u0103 te \u00eenregistrezi \u2013 astfel nu va fi necesar s\u0103 \u00ee\u021bi faci alt cont pentru acest eveniment.\r\n\r\nDac\u0103 deja te-ai\u00a0<strong>\u00eenscris<\/strong>\u00a0\u0219i\u00a0<strong>ai primit un COD NOMINAL\u00a0<\/strong>pentru Tab\u0103ra de Revelarea Sinelui 2021,<strong>\u00a0dar nu te-ai mai \u00eenregistrat pe site p\u00e2n\u0103 acum<\/strong>, te rug\u0103m s\u0103 completezi c\u00e2mpurile de mai jos\u00a0<strong>pentru a continua procesul de \u00eenregistrare<\/strong>\u00a0pe acest site.\r\n\r\nAm luat la cuno\u0219tiin\u021b\u0103 \u0219i sunt de acord cu \u00a0<a href=\"\/termeni-si-conditii-de-acces\/\" target=\"_blank\" rel=\"noopener noreferrer\">Termeni \u0219i condi\u021bii de acces<\/a>\u00a0\u0219i\u00a0<a href=\"\/regulament\/\" target=\"_blank\" rel=\"noopener noreferrer\">Regulamentul evenimentelor online<\/a>[\/mepr-hide]\r\n\r\n[mepr-hide rules=\"71252\"][mepr-membership-registration-form id=\"71256\"][\/mepr-hide]\r\n\r\n[mepr-show rules=\"71252\"]Dac\u0103 citi\u021bi acest mesaj \u00eensemn\u0103 c\u0103 sunte\u021bi deja \u00eenregistrat pentru \r\nProgramul spiritual realizat cu ocazia Cr\u0103ciunului \u0219i Revelionului.\r\nAccesa\u021bi pagina de LIVE sau de PROGRAM.[\/mepr-show]","_et_gb_content_width":"","footnotes":""},"class_list":["post-71318","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/events.misatv.ro\/en\/wp-json\/wp\/v2\/pages\/71318","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/events.misatv.ro\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/events.misatv.ro\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/events.misatv.ro\/en\/wp-json\/wp\/v2\/users\/3"}],"replies":[{"embeddable":true,"href":"https:\/\/events.misatv.ro\/en\/wp-json\/wp\/v2\/comments?post=71318"}],"version-history":[{"count":17,"href":"https:\/\/events.misatv.ro\/en\/wp-json\/wp\/v2\/pages\/71318\/revisions"}],"predecessor-version":[{"id":156738,"href":"https:\/\/events.misatv.ro\/en\/wp-json\/wp\/v2\/pages\/71318\/revisions\/156738"}],"wp:attachment":[{"href":"https:\/\/events.misatv.ro\/en\/wp-json\/wp\/v2\/media?parent=71318"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}