// 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℠
— The Sacred Exchange: Karmic Balance & Tiers of Support
To be fair to everyone we use a sliding scale / tier approach that is based on your personal ascension.
At Walking Terra Christa, we operate outside the traditional “market rate” model you may be familiar with in the seminar or corporate world. Because these transmissions hold high spiritual value for humanity and GAIA, we believe the exchange should be a true reflection of how you bring forth karmic balance in this lifetime.
To be fair to everyone, we use a sliding scale based on your own level of lifestyle. We invite you to settle into your heart and identify which Stewardship Tier aligns with your unique situation.
Quick Guide: Finding Your Karmic Balance
Standard Contribution: My needs are met and I have extra for hobbies and travel. (Our Anchor)
Open Heart Support: I am currently on a very tight budget with no extra for non-essentials.
Steward: I am financially secure and have a steady flow of abundance for luxury and savings.
Patron: I am well-to-do and wish to anchor my abundance into a spiritual legacy.
Visionary: I have significant wealth and serve as a financial pillar for global transformation.
Note: Within any tier level listed, whenever you are able to do so, we invite you to select “Multiple Quantities” at checkout to further accelerate the anchoring of these energetics.
1. Standard Contribution
For those living a balanced, middle-class lifestyle.
Life Situation: You meet your regular monthly expenses without undue stress and have discretionary income for other pursuits (dining out, travel, electronics). You are financially responsible and may choose to reallocate some “extra” spending to take up formal study of this work.
The Exchange: This is the anchor of our community. It represents the balanced exchange required to sustain the organization’s grounded operations.
2. Open Heart Support
For those currently walking a path of material focus or sacrifice.
Life Situation: You have a very fixed income and must watch every dollar spent on life’s necessities (food, shelter, clothing). You have almost no discretionary income for non-essential items or entertainment.
The Exchange: We offer this tier to ensure that the Divine Light of God is never denied to a seeking soul due to temporary financial hardship.
3. Steward Ambassador of Ascension
For those blessed with an above-average flow of abundance.
Life Situation: You live a comfortable and financially secure lifestyle. You rarely worry about bills and can afford luxury ‘wants’ like spa visits or travel without stress. You may have significant savings or investments providing a safety net.
The Exchange: As a Steward, your contribution helps bridge the gap for those at the Open Heart level, embodying the principle of ‘Grace in Action.’
4. Patron Ambassador of Ascension
For those who wish to anchor their abundance into a spiritual legacy.
Life Situation: You are in the upper bracket of income earners and enjoy high financial security. You likely have sufficient holdings or investments to pursue your desires freely and live in a finer home or living situation.
The Exchange: A Patron is an honorific role, acknowledging that your financial success is being utilized to sustain the energetic container of the Ascension Mastery teachings.
5. Visionary Ambassador of Ascension
For those who serve as the financial pillars of the New Earth.
Life Situation: You live with luxury goods and services and enjoy significant wealth. You see your abundance as a tool for global transformation and feel called to lead through your material support.
The Exchange: You aren’t just enrolling in a program; you are sponsoring the mission. Your exchange ensures these transmissions reach souls across the globe and helps anchor these energetics into Gaia.
Guidance for Your Selection
Locale & Household: We recognize that cost of living varies. Please adjust your tier based on your specific location and the number of individuals you support.
Lifestyle-in-Kind: If your direct income is low but you enjoy a lifestyle supported by others (family or savings), please choose the tier that reflects your actual quality of life.
International Students: We recognize that the US Dollar carries different weight globally. For example, if you live in a region where the exchange rate of our Standard Contribution feels more like an Abundant Contribution, we invite you to use the Open Heart Support level to bring the exchange back into a balanced flow for your locale.
Your choice is a private contract between you and your Higher Self. We thank you for honoring the integrity and value of the spiritual work we do.
Your offering of an exchange of support tier that is in karmic balance allows the energies being transferred to be maximized through the spiritual hierarchy and Ascended Master State of Consciousness in full support of your soul path acceleration. This is in keeping with Universal Law.
Please feel free to CONTACT US if you have any questions or desire to establish a recurring monthly Ambassador of Ascension sponsoring contribution.
Blessings on your Ascension journey!
One thought on “— The Sacred Exchange: Karmic Balance & Tiers of Support”
This is really interesting…and it gives me some ideas as to my own courses. Many ppl don’t even know that paying a fee for this kind of courses is actually required for them to “receive”!
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.
This is really interesting…and it gives me some ideas as to my own courses. Many ppl don’t even know that paying a fee for this kind of courses is actually required for them to “receive”!