{"id":109174,"date":"2023-04-21T20:38:42","date_gmt":"2023-04-21T17:38:42","guid":{"rendered":"https:\/\/events.misatv.ro\/?page_id=109174"},"modified":"2025-04-24T21:46:01","modified_gmt":"2025-04-24T18:46:01","slug":"registration-for-the-international-yogi-spring-camp","status":"publish","type":"page","link":"https:\/\/events.misatv.ro\/en\/registration-for-the-international-yogi-spring-camp\/","title":{"rendered":"Registration for the International Yogi Spring Camp 2025"},"content":{"rendered":"If you are registered on the events platform,\u00a0<em>e.g. you attended online spiritual events after December 2023<\/em>, please <a href=\"https:\/\/events.misatv.ro\/en\/login\/\">log in<\/a> to the platform first (use the email address and password you used for the previous online event) and then register &#8211; so you will not need to create another account for this event.<\/p>\n<p>If you have registered and received an ACCESS CODE for the International Yogi Spring Camp 2025, but have not registered on the site before, please fill in the fields below to continue the registration process on this site.<\/p>\n<p>I have read and agree to the <a href=\"https:\/\/events.misatv.ro\/en\/general-terms-and-access-conditions\/\" target=\"_blank\" rel=\"noopener\">Terms and Conditions of Access<\/a> and the <a href=\"https:\/\/events.misatv.ro\/en\/rules-of-the-online-events-and-camps\/\" target=\"_blank\" rel=\"noopener\">Rules of the online events<\/a>.<br \/>\n<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\t\t\t\t\t\/\/let msgs['invalid_email'] = \"The email address is invalid.\";\n\t\t\t\t\t\tmsgs['invalid_email'] = \"The email address is invalid.\";\n\t\t\t\t\t\t\t\t\t\t\t\t\/\/let msgs['already_email'] = \"This e-mail address is already in use, please login then register with your access code.\";\n\t\t\t\t\t\tmsgs['already_email'] = \"This e-mail address is already in use, please login then register with your access code.\";\n\t\t\t\t\t\t\t\t\t\t\t\t\/\/let msgs['invalid_code'] = \"The access code is incorrect - please check again.\";\n\t\t\t\t\t\tmsgs['invalid_code'] = \"The access code is incorrect - please check again.\";\n\t\t\t\t\t\t\t\t\t\t\t\t\/\/let msgs['used_code'] = \"This access code has already been used.\";\n\t\t\t\t\t\tmsgs['used_code'] = \"This access code has already been used.\";\n\t\t\t\t\t\t\t\t\t\t\t\t\/\/let msgs['expired_code'] = \"This access code is expired.\";\n\t\t\t\t\t\tmsgs['expired_code'] = \"This access code is expired.\";\n\t\t\t\t\t\t\t\t\t\t\t\t\/\/let msgs['mismatch_email'] = \"The email addresses do not match\";\n\t\t\t\t\t\tmsgs['mismatch_email'] = \"The email addresses do not match\";\n\t\t\t\t\t\t\t\t\t\t\t\t\/\/let msgs['mismatch_password'] = \"The passwords do not match.\";\n\t\t\t\t\t\tmsgs['mismatch_password'] = \"The passwords do not match.\";\n\t\t\t\t\t\t\t\t\t\t\t\t\/\/let msgs['password_length'] = \"The password is invalid.\";\n\t\t\t\t\t\tmsgs['password_length'] = \"The password is invalid.\";\n\t\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': '68298'\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<br \/>\n\n\n\n","protected":false},"excerpt":{"rendered":"","protected":false},"author":3416,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_et_pb_use_builder":"","_et_pb_old_content":"","_et_gb_content_width":"","footnotes":""},"class_list":["post-109174","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/events.misatv.ro\/en\/wp-json\/wp\/v2\/pages\/109174","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\/3416"}],"replies":[{"embeddable":true,"href":"https:\/\/events.misatv.ro\/en\/wp-json\/wp\/v2\/comments?post=109174"}],"version-history":[{"count":10,"href":"https:\/\/events.misatv.ro\/en\/wp-json\/wp\/v2\/pages\/109174\/revisions"}],"predecessor-version":[{"id":167144,"href":"https:\/\/events.misatv.ro\/en\/wp-json\/wp\/v2\/pages\/109174\/revisions\/167144"}],"wp:attachment":[{"href":"https:\/\/events.misatv.ro\/en\/wp-json\/wp\/v2\/media?parent=109174"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}