// 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.
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:
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.
The Premier Source of Ascension Mastery Fifth Dimensional Consciousness Teachings for Individuals Seeking the Highest Level of Soul Advancement℠
DECREE ~ LEARNING TO BE COURAGEOUS BY HAVING FAITH ~ GOLDEN ETHERIC CITY OF GALONEIAH
Walking Terra Christa journeyed to the Golden Etheric City of Galoneiah with Archangel Michael and Faith to continue the journey of Step 3 – Making a Decision to Let Go of Compulsive Self Reliance by reaching out to our Higher Self. (April 19th, 2017)
Our focus for this meditation was to incorporate the element of Faith to be able to be courageous to see the darkness within our Emotional Body that can inhibit the process of receiving the Feminine Divine essence.
We focused on these element through the teaching with Archangels Michael and Faith:
“I accept that I exhibit the Power of Faith within Me.”
“I now see that I am able to fully be courageous as I walk forward learning to be fearless in my emotions and my thoughts.”
“As I incorporate Faith, I feel fully protected by the Light of God.”
By utilizing the Blue Flame of Will and Power it helps an initiate to find the ability to have faith to walk into the darkness of the soul in order to incorporate the light within. It represents Will and Power ignited from the Light of God to help an individual to feel the love to bring about perseverance and to be more tolerant in any given situation. Michael and Faith are the Archangels represented by this ray. The bring forth the elements of incorporating Faith, Patience, and Protection.
In addition they assisted each individual how to feel their Solar Angel within their Heart Essence to allow the Feminine Divine to flow more freely through their four-body system.
~ DECREE ~
UNDERSTANDING THAT THE ELEMENT OF FAITH GUIDES ME TO WALK COURAGEOUSLY
As I continue my journey in the Golden Etheric City of Galoneiah,
Which resides in North America over New Mexico and Arizona,
I realize that I have learned that stepping into my Higher Self energies,
Is not as easy as I thought it would be.
This journey that I have embarked upon,
Has taught me that the more I learn,
The more I need to know.
I arrive within the City of Galoneiah,
With its beautiful blue essence within the trees and the land around me,
I walk across the Bridge of Freedom,
And I can actually feel a difference by just arriving within this city.
I take a deep breath,
As I am met by Archangels Michael and Faith,
They embrace me with a warmth that I truly needed to feel in this moment.
Michael urges me to relax,
“We are here to help you become more understanding of your situation.”
His energy is infectious,
As Beloved Faith wraps her essence around me,
I receive a warmth of Blue light in all parts that need reassurance.
I breathe deeply as we walk through a magnificent forest,
I feel the magical qualities of the trees and the wildflowers,
That are growing all around me;
I actually feel as if I am One with each of them.
Archangel Michael urges me to feel my fear that is arising,
He says he feels it,
“Allow the land around you to release those elements that are bothering you”.
I realized the forest is different than I thought,
But yet in this moment,
I feel its magical quality.
Beloved Faith urges me to connect more fully with my Solar Angel,
“Feel its essence in your heart, activate the Star Glyph from your Soul Star”.
As I do so, I start to feel calm,
The feelings I had were only a reflection of my fear,
Coming from my Mental Body.
They urge me to now connect further with my Feminine Self,
Allow the flow of light to come into your essence,
I feel it flowing into my left foot,
Coming up around my shoulder, then moving into my Heart,
It then sends pulsations of light down my right shoulder,
As it continues to move into the right side of my body.
As it continues downwards into my right foot,
I feel my Earth Star becoming One with my Soul Star,
The Solar Angel I Am is becoming stronger within me.
Both Michael and Faith share with me,
“This is your new beginning of being courageous;
Now feel your Higher Self walking with you,
Allow the essence of Faith to be so strong,
That this is the only energy you feel within you;
Become it and allow it to define who you are becoming”.
As we continue our journey,
I now start to feel what they are speaking about;
The fears have dissipated,
I feel the ability to incorporate Faith in my world,
As I become connected to my Higher Self,
In a way I did not understand before.
I am now ready to continue to learn how to be courageous,
With every step that I take.
I AM that I AM that I AM
The New Earth Consciousness-Circle of Light is a weekly class in which we journey to one of the 22 Etheric Cities. Included is a teaching from Lord Adama and a special Ascended Being that represents the city. Walking Terra Christa provides many options to participate in their weekly teachings with an affordable rate for all individuals. You can participate in our Partner/Membership Program while experiencing the teachings on your own time via the recordings. You can also purchase the MP3 download on any of the classes.
Walking Terra Christa is offering their monthly classes in 2017 “Mastering the Spiritual Recovery of the Soul” which is facilitated through Lord Saint Germain, the Ray Chohan of the Month, and Lord Metatron. Each month we work with Lord Saint Germain and Lord Metatron for the Metatronic Seals. Included are the Ray Chohans for the specific rays we are working on as they provide information and Divine Language Light Encodements to assist in accessing the energies within the physical body. Please use the link to learn more about this series.
To provide the best experiences, we use technologies like cookies to store and/or access device information. Consenting to these technologies will allow us to process data such as browsing behavior or unique IDs on this site. Not consenting or withdrawing consent, may adversely affect certain features and functions.
Functional
Always active
The technical storage or access is strictly necessary for the legitimate purpose of enabling the use of a specific service explicitly requested by the subscriber or user, or for the sole purpose of carrying out the transmission of a communication over an electronic communications network.
Preferences
The technical storage or access is necessary for the legitimate purpose of storing preferences that are not requested by the subscriber or user.
Statistics
The technical storage or access that is used exclusively for statistical purposes.The technical storage or access that is used exclusively for anonymous statistical purposes. Without a subpoena, voluntary compliance on the part of your Internet Service Provider, or additional records from a third party, information stored or retrieved for this purpose alone cannot usually be used to identify you.
Marketing
The technical storage or access is required to create user profiles to send advertising, or to track the user on a website or across several websites for similar marketing purposes.