// 1. PROCESS FORM DATA WHEN SUBMITTED $show_form = true; $error_message = "";if ($_SERVER["REQUEST_METHOD"] == "POST" && isset($_POST['submit_retreat_form'])) { $first_name = strip_tags(trim($_POST['first_name'])); $last_name = strip_tags(trim($_POST['last_name'])); $email = filter_var(trim($_POST['email']), FILTER_SANITIZE_EMAIL); // Check Code of Conduct responses (All 6 must be 'agree') $all_agree = true; for ($i = 1; $i <= 6; $i++) { if (!isset($_POST["q$i"]) || $_POST["q$i"] !== 'agree') { $all_agree = false; break; } }// Check Waiver acknowledgement response (Must be checked) $waiver_accepted = isset($_POST['waiver_accept']) && $_POST['waiver_accept'] === 'accepted';if (!$all_agree) { $error_message = "You must agree to all statements in the Code of Conduct to participate in this retreat journey."; } elseif (!$waiver_accepted) { $error_message = "You must read and check the box acknowledging the Retreat Liability Waiver to proceed."; } elseif (empty($first_name) || empty($last_name) || !filter_var($email, FILTER_VALIDATE_EMAIL)) { $error_message = "Please fill out all contact fields with a valid email address."; } else { $timestamp = date("F j, Y, g:i a e"); $to = "[email protected]"; $subject = "New Retreat Registration (Code of Conduct & Waiver): $first_name $last_name"; $message = "A new combined Retreat Registration form has been submitted.\n\n"; $message .= "--- PARTICIPANT DETAILS ---\n"; $message .= "First Name: $first_name\n"; $message .= "Last Name: $last_name\n"; $message .= "Email: $email\n"; $message .= "Submission Date/Time: $timestamp\n\n"; $message .= "--- CODE OF CONDUCT STATUS ---\n"; $message .= "1. Participates for growth: AGREED\n"; $message .= "2. Embraces Teachings wholeheartedly: AGREED\n"; $message .= "3. No ill will toward Masters/Facilitators: AGREED\n"; $message .= "4. Presenting self by free will: AGREED\n"; $message .= "5. Pledges complete self-honesty: AGREED\n"; $message .= "6. Applies to sleep/meditative states: AGREED\n\n"; $message .= "--- LIABILITY WAIVER STATUS ---\n"; $message .= "Retreat Waiver Terms: ACKNOWLEDGED & ACCEPTED\n";$headers = "From: webmaster@" . $_SERVER['HTTP_HOST'] . "\r\n"; $headers .= "Reply-To: $email\r\n"; $headers .= "X-Mailer: PHP/" . phpversion();if (mail($to, $subject, $message, $headers)) { $show_form = false; } else { $error_message = "Your choices are valid, but our system failed to send the email. Please try again or contact support."; } } } ?>

For this retreat journey we place our trust and faith in the Ascended Master State of Consciousness, the Archangels and Elohim, as well as the specific Ascended Masters we are working with for this gathering.

To insure that you get the best potential spiritual, emotional, mental, etheric, and physical growth that you can, please agree to the following Code of Conduct:

Code of Conduct

1. I acknowledge that I am participating in this retreat for my best possible spiritual, emotional, mental, etheric, and physical growth and advancement as a soul and a person.
2. I therefore fully agree to embrace the Teachings and Guidance being offered wholeheartedly, and with an open heart and mind.
3. In doing so, I will not energetically create nor cause to create, nor harbor, any ill will, nor negative attitudes nor feelings, toward the Masters including the facilitators Rev. Mahlariessee and Rev. Ara, especially when or if, I am not pleased with the guidance/advice shared with me.
4. I completely and fully agree and acknowledge that I am voluntarily of my own free will presenting myself to the Masters for my soul betterment and advancement; that I accept I have areas of my life, and within my self, that can immensely benefit form the Masters collective wisdom and knowledge, and that I very much desire to incorporate those benefits into my life and the essence of my soul.
5. I do not engage in any of the Teachings timidly. I pledge to engage in them forthrightly, wholeheartedly, and with complete self-honesty. Doing so in this manner, I therefore know that I am presenting my best self forward to the Masters for them to personally work with me.
6. I further acknowledge that this code of conduct applies not only to my awakened state connection with the Masters during the Retreat Teachings and Events, but also in my sleep and meditative states.
1. I acknowledge that I am participating in this retreat for my best possible spiritual, emotional, mental, etheric, and physical growth and advancement as a soul and a person.
2. I therefore fully agree to embrace the Teachings and Guidance being offered wholeheartedly, and with an open heart and mind.
3. In doing so, I will not energetically create nor cause to create, nor harbor, any ill will, nor negative attitudes nor feelings, toward the Masters including the facilitators Rev. Mahlariessee and Rev. Ara, especially when or if, I am not pleased with the guidance/advice shared with me.
4. I completely and fully agree and acknowledge that I am voluntarily of my own free will presenting myself to the Masters for my soul betterment and advancement; that I accept I have areas of my life, and within my self, that can immensely benefit form the Masters collective wisdom and knowledge, and that I very much desire to incorporate those benefits into my life and the essence of my soul.
5. I do not engage in any of the Teachings timidly. I pledge to engage in them forthrightly, wholeheartedly, and with complete self-honesty. Doing so in this manner, I therefore know that I am presenting my best self forward to the Masters for them to personally work with me.
6. I further acknowledge that this code of conduct applies not only to my awakened state connection with the Masters during the Retreat Teachings and Events, but also in my sleep and meditative states.

Retreat Liability Waiver

[Please paste your original legal or liability waiver terms text inside this block in your WPCode file]

Thank You

Your Code of Conduct agreement and Retreat Waiver form have been successfully processed and recorded. Thank you for committing wholeheartedly to this journey with the Masters.

// 1. PROCESS FORM DATA WHEN SUBMITTED$show_form = true;$error_message = "";if (\(_SERVER["REQUEST_METHOD"] == "POST" && isset(\)_POST['submit_retreat_form'])) {\(first_name = strip_tags(trim(\)_POST['first_name']));\(last_name = strip_tags(trim(\)_POST['last_name']));\(email = filter_var(trim(\)_POST['email']), FILTER_SANITIZE_EMAIL);// Check Code of Conduct responses (All 6 must be 'agree')$all_agree = true;for ($i = 1; i <= 6; i++) {if (!isset(\(_POST["q\)i"]) || \(_POST["q\)i"] !== 'agree') {$all_agree = false;break;}}// Check Waiver acknowledgement response (Must be checked)$waiver_accepted = isset(\(_POST['waiver_accept']) &&\)_POST['waiver_accept'] === 'accepted';if (!all_agree) {error_message = "You must agree to all statements in the Code of Conduct to participate in this retreat journey.";} elseif (!waiver_accepted) {error_message = "You must read and check the box acknowledging the Retreat Liability Waiver to proceed.";} elseif (empty(\(first_name) \vert{}\vert{} empty(\)last_name) || !filter_var(email, FILTER_VALIDATE_EMAIL)) {error_message = "Please fill out all contact fields with a valid email address.";} else {$timestamp = date("F j, Y, g:i a e");$to = "[email protected]";$subject = "New Retreat Registration (Code of Conduct & Waiver): \(first_{n}ame\)last_name";$message = "A new combined Retreat Registration form has been submitted.\n\n";$message .= "--- PARTICIPANT DETAILS ---\n";message .= "First Name: first_name\n";message .= "Last Name: last_name\n";message .= "Email: email\n";message .= "Submission Date/Time: timestamp\n\n";$message .= "--- CODE OF CONDUCT STATUS ---\n";$message .= "1. Participates for growth: AGREED\n";$message .= "2. Embraces Teachings wholeheartedly: AGREED\n";$message .= "3. No ill will toward Masters/Facilitators: AGREED\n";$message .= "4. Presenting self by free will: AGREED\n";$message .= "5. Pledges complete self-honesty: AGREED\n";$message .= "6. Applies to sleep/meditative states: AGREED\n\n";$message .= "--- LIABILITY WAIVER STATUS ---\n";$message .= "Retreat Waiver Terms: ACKNOWLEDGED & ACCEPTED\n";\(headers = "From: webmaster@" . \)_SERVER['HTTP_HOST'] . "\r\n";headers .= "Reply-To: email\r\n";$headers .= "X-Mailer: PHP/" . phpversion();if (mail($to, subject, message, headers)) {show_form = false;} else {$error_message = "Your choices are valid, but our system failed to send the email. Please try again or contact support.";}}}?> .agree-form-container {font-family: "Noto Serif", serif;max-width: 100%;margin: 20px auto;color: #333;line-height: 1.6;hyphens: none;-webkit-hyphens: none;-moz-hyphens: none;-ms-hyphens: none;}.form-section-title {font-size: 1.5rem;font-weight: 700;margin-bottom: 20px;border-bottom: 2px solid #333;padding-bottom: 5px;}.form-intro {margin-bottom: 25px;font-size: 1.05rem;}.form-intro-bold {margin-bottom: 30px;font-weight: 700;font-size: 1.05rem;}.reading-text-block {background-color: #fcfcfc;border: 1px solid #ededed;padding: 25px;margin-bottom: 35px;}.reading-item {margin-bottom: 15px;}.contact-section {background-color: #f9f9f9;padding: 20px;margin-bottom: 35px;border: 1px solid #ededed;}.contact-grid {display: grid;grid-template-columns: 1fr 1fr;gap: 20px;margin-bottom: 15px;}@media (max-width: 600px) {.contact-grid { grid-template-columns: 1fr; }}.input-group {display: flex;flex-direction: column;gap: 5px;}.input-group label {font-weight: 700;font-size: 0.9rem;}.input-group input {padding: 10px;border: 1px solid #ccc;font-size: 1rem;font-family: inherit;}.question-block {margin-bottom: 30px;padding-bottom: 25px;border-bottom: 1px solid #ededed;}.question-text {font-size: 1.1rem;font-weight: 700;margin-bottom: 15px;display: block;hyphens: none;-webkit-hyphens: none;-moz-hyphens: none;-ms-hyphens: none;}.radio-options {display: flex;gap: 25px;padding-left: 5px;}.radio-label {display: flex;align-items: center;gap: 10px;cursor: pointer;font-size: 1.05rem;}.radio-label input[type="radio"],.waiver-checkbox-label input[type="checkbox"] {margin: 0;cursor: pointer;width: 18px;height: 18px;}.waiver-checkbox-label {display: flex;align-items: flex-start;gap: 12px;cursor: pointer;font-size: 1.1rem;font-weight: 700;padding: 10px 5px;}.waiver-checkbox-label input[type="checkbox"] {margin-top: 4px;}.form-submit-btn {background: #333;color: #fff;border: none;padding: 14px 28px;font-size: 1rem;font-weight: 700;cursor: pointer;transition: background 0.2s ease;margin-top: 10px;}.form-submit-btn:hover {background: #767676;}.error-message {color: #cc0000;font-weight: bold;margin-top: 20px;padding: 15px;background: #fff0f0;border-left: 4px solid #cc0000;}.success-message {background-color: #f4f4f4;padding: 30px;border-left: 4px solid #333;margin-top: 20px;} For this retreat journey we place our trust and faith in the Ascended Master State of Consciousness, the Archangels and Elohim, as well as the specific Ascended Masters we are working with for this gathering.To insure that you get the best potential spiritual, emotional, mental, etheric, and physical growth that you can, please agree to the following Code of Conduct:Code of Conduct1. I acknowledge that I am participating in this retreat for my best possible spiritual, emotional, mental, etheric, and physical growth and advancement as a soul and a person.2. I therefore fully agree to embrace the Teachings and Guidance being offered wholeheartedly, and with an open heart and mind.3. In doing so, I will not energetically create nor cause to create, nor harbor, any ill will, nor negative attitudes nor feelings, toward the Masters including the facilitators Rev. Mahlariessee and Rev. Ara, especially when or if, I am not pleased with the guidance/advice shared with me.4. I completely and fully agree and acknowledge that I am voluntarily of my own free will presenting myself to the Masters for my soul betterment and advancement; that I accept I have areas of my life, and within my self, that can immensely benefit form the Masters collective wisdom and knowledge, and that I very much desire to incorporate those benefits into my life and the essence of my soul.5. I do not engage in any of the Teachings timidly. I pledge to engage in them forthrightly, wholeheartedly, and with complete self-honesty. Doing so in this manner, I therefore know that I am presenting my best self forward to the Masters for them to personally work with me.6. I further acknowledge that this code of conduct applies not only to my awakened state connection with the Masters during the Retreat Teachings and Events, but also in my sleep and meditative states.First Name *Last Name *Email Address *1. I acknowledge that I am participating in this retreat for my best possible spiritual, emotional, mental, etheric, and physical growth and advancement as a soul and a person.2. I therefore fully agree to embrace the Teachings and Guidance being offered wholeheartedly, and with an open heart and mind.3. In doing so, I will not energetically create nor cause to create, nor harbor, any ill will, nor negative attitudes nor feelings, toward the Masters including the facilitators Rev. Mahlariessee and Rev. Ara, especially when or if, I am not pleased with the guidance/advice shared with me.4. I completely and fully agree and acknowledge that I am voluntarily of my own free will presenting myself to the Masters for my soul betterment and advancement; that I accept I have areas of my life, and within my self, that can immensely benefit form the Masters collective wisdom and knowledge, and that I very much desire to incorporate those benefits into my life and the essence of my soul.5. I do not engage in any of the Teachings timidly. I pledge to engage in them forthrightly, wholeheartedly, and with complete self-honesty. Doing so in this manner, I therefore know that I am presenting my best self forward to the Masters for them to personally work with me.6. I further acknowledge that this code of conduct applies not only to my awakened state connection with the Masters during the Retreat Teachings and Events, but also in my sleep and meditative states. //1. PROCESS FORM DATA WHEN SUBMITTED$show_form = true;$error_message = "";if (\(_SERVER["REQUEST_METHOD"] == "POST" && isset(\)_POST['submit_retreat_form'])) {\(first_name = strip_tags(trim(\)_POST['first_name']));\(last_name = strip_tags(trim(\)_POST['last_name']));\(email = filter_var(trim(\)_POST['email']), FILTER_SANITIZE_EMAIL);$all_agree = true;for ($i = 1; \(i <= 6; \)i++) {if (!isset(\(_POST["q\)i"]) || \(_POST["q\)i"] !== 'agree') {$all_agree = false;break;}}if (!all_agree) {error_message = "You must agree to all statements in the Code of Conduct to participate in this retreat journey.";} elseif (empty(\(first_name) \vert{}\vert{} empty(\)last_name) || !filter_var(email, FILTER_VALIDATE_EMAIL)) {error_message = "Please fill out all contact fields with a valid email address.";} else {$timestamp = date("F j, Y, g:i a e");$to = "[email protected]";$subject = "New Retreat Code of Conduct Agreement: \(first_{n}ame\)last_name";$message = "A new Code of Conduct agreement form has been submitted.\n\n";$message .= "--- PARTICIPANT DETAILS ---\n";message .= "First Name: first_name\n";message .= "Last Name: last_name\n";message .= "Email: email\n";message .= "Submission Date/Time: timestamp\n\n";$message .= "--- AGREEMENT STATUS ---\n";$message .= "1. Participates for growth: AGREED\n";$message .= "2. Embraces Teachings wholeheartedly: AGREED\n";$message .= "3. No ill will toward Masters/Facilitators: AGREED\n";$message .= "4. Presenting self by free will: AGREED\n";$message .= "5. Pledges complete self-honesty: AGREED\n";$message .= "6. Applies to sleep/meditative states: AGREED\n";\(headers = "From: webmaster@" . \)_SERVER['HTTP_HOST'] . "\r\n";headers .= "Reply-To: email\r\n";$headers .= "X-Mailer: PHP/" . phpversion();if (mail($to, subject, message, headers)) {show_form = false;} else {$error_message = "Your choices are valid, but our system failed to send the email. Please try again or contact support.";}}}?>

For this retreat journey we place our trust and faith in the Ascended Master State of Consciousness, the Archangels and Elohim, as well as the specific Ascended Masters we are working with for this gathering.

To insure that you get the best potential spiritual, emotional, mental, etheric, and physical growth that you can, please agree to the following Code of Conduct:

1. I acknowledge that I am participating in this retreat for my best possible spiritual, emotional, mental, etheric, and physical growth and advancement as a soul and a person.
2. I therefore fully agree to embrace the Teachings and Guidance being offered wholeheartedly, and with an open heart and mind.
3. In doing so, I will not energetically create nor cause to create, nor harbor, any ill will, nor negative attitudes nor feelings, toward the Masters including the facilitators Rev. Mahlariessee and Rev. Ara, especially when or if, I am not pleased with the guidance/advice shared with me.
4. I completely and fully agree and acknowledge that I am voluntarily of my own free will presenting myself to the Masters for my soul betterment and advancement; that I accept I have areas of my life, and within my self, that can immensely benefit form the Masters collective wisdom and knowledge, and that I very much desire to incorporate those benefits into my life and the essence of my soul.
5. I do not engage in any of the Teachings timidly. I pledge to engage in them forthrightly, wholeheartedly, and with complete self-honesty. Doing so in this manner, I therefore know that I am presenting my best self forward to the Masters for them to personally work with me.
6. I further acknowledge that this code of conduct applies not only to my awakened state connection with the Masters during the Retreat Teachings and Events, but also in my sleep and meditative states.

Thank You

Your agreement to the Code of Conduct has been successfully processed and recorded. Thank you for committing wholeheartedly to this journey with the Masters.

Gifting a New Earth One Percent Blessing

Donating is an action in the physical world that energetically connect those who donate directly with the causes they desire to grow and establish for Humanity at large.

What is 1% of a months income worth to you?

For an average person it might be spending that 1% on food and wine at a restaurant. If relaxing and having some enjoyment away from the stresses of the month is felt as being well worth 1% of your monthly income, then it certainly follows that investing in the higher frequencies of Light/Love for Humanities Spiritual Growth is even more worth it to help co-create an entire world with less stress.

 

When a person labors to create something in the physical world and is given money in exchange for that labor, if they are open and reciprocating for the energies of flow and ease, regardless of the actual amounts they receive, then they will often take that money and distribute it to others who create a world that inspires them – be it for charity or for a cause – no matter how what level of abundance they have. These special souls hold the belief that even if they had but a tiny scrap of bread to their name, they would still share it with those around them who were hungry. Actions like that are out of both love and in being of great service to others.

On the other hand, we know all too often upon the earth individuals become lost in the thinking and emotions of lack, feeling they are not able to give to others because they do not have enough themselves. From the perspective of a higher dimensional mindset, such a view is very restrictive and confining that can keep one stuck in the lower frequencies.

That is why in our spiritual service work for Humanity and Mother Earth we gift many Public Events regularly. We gift both our time and income to provide the platform for that giving to take place. For us it is more than just donating to a cause, it is living that cause.

We know of no greater “cause” then that of joining together to live upon a planet that can begin to manifest real frequency vibrations of the Fifth Dimensional New Earth – from the highest source possible: that of the Ascended Masters and Spiritual Hierarchy teaching the 22 Rays of God within the Unified Whole. We are the ONLY source of instruction bringing forth these sacred energies within these specific Ascension Mastery Teachings. 

Which is why we came up with the idea of gifting just 1% to this most worthy cause. Please consider donating to this grand vision of bringing more New Earth energies into creation as your own personal cause by directly supporting Walking Terra Christa in its mission.

We are asking each person reading this to consider the impact just 1% of their own financial blessings will have to help support our work. Energetically it might seem small, but if everyone who appreciates these unique energies did so, the works we are able to do for everyone would be even greater. This then would mean thousands more people can attune and align themselves to the New Earth as many right now do not even know these pure Ascension energies exist.

THE ONE % BLESSINGsm
is stepping into ongoing support for Walking Terra Christa by giving a recurring monthly gift – or offering one-time gifting – of just a small one percent of your own financial blessings to benefit the pure and accurate spiritual co-creation of the New Earth.  

Examples (in USD, please convert for your currency):

[TABLE] ONE PERCENT
(Weekly income chart and 1% Gift rounded to whole dollars):
Income of 300 per week      =    $13    per month
Income of 350 per week      =    $15    per month
Income of 450 per week      =    $19    per month
Income of 500 per week      =    $22    per month
Income of 550 per week      =    $24    per month
Income of 600 per week      =    $26    per month
Income of 650 per week      =    $28    per month
Income of 700 per week      =    $30    per month
Income of 750 per week      =    $32    per month
Income of 800 per week      =    $34    per month
Income of 900 per week      =    $39    per month
Income of 1,000 per week   =    $43    per month
Income of 1,200 per week   =    $52    per month
Income of 1,500 per week   =    $65    per month
Income of 1,800 per week   =    $77    per month
Income of 2,000 per week   =    $86    per month
Income of 2,500 per week   =    $108  per month
Income of 3,000 per week   =    $129  per month
Income of 4,000 per week   =    $172  per month
Income of 5,000 per week   =    $215  per month

To USE OUR SUGGESTIONS (or make your own) please just select
“OTHER per/m” to fill in your Blessing gift!

[dntplgn recurring_amt1=”11.00″ recurring_amt2=”33.00″ recurring_amt3=”55.00″ item_name=”Recurring One Percent Blessing Donation” paypal_email=”[email protected]” currency_code=”USD” currency_symbol=”$”]

P.S. We came up with the concept of gifting 1% so that everyone could easily get involved in supporting our work. Throughout history however, many individuals within spiritual organizations felt it was most appropriate to gift the “tithe” which is 10% of their income. If you desire to follow that practice for Walking Terra Christa, it is very welcomed. Please contact us directly and share with us why you desire to do so.

WTC email contact

 

 

 

Follow Walking Terra Christa Academy of New Earth Mastery on WordPress.com

DID YOU GET YOUR SPIRITUAL TREASURE THIS MAY? DON'T MISS OUT! LISTEN TO THE WESAK GLOBAL ONLINE FESTIVAL NOW:

X