Freeze Application

Please, give us details of your situation.

We can freeze your subscription only once per three months. The minimum freeze period is 7 days. During the freeze period, you are unable to apply your Membership to pay visits.
Suspended subscription cannot be terminated. Cancellation request is not acceptable for a suspended subscription.

 

Customer Details

Your full name:

Email:

Freeze period start date:

Freeze period end date:

Please, let us know the matter of your situation.
Medical conditions, travel, job etc.



 

"; if ($_POST[op] != "ds") { echo "$form_block"; } else if ($_POST[op] =="ds") { if ($_POST[name] == "") { $name_err = "Please enter your full name!
"; $send="no"; } if ($_POST[email] == "") { $email_err = "Please enter your email!
"; $send="no"; } if ($_POST[start] == "") { $start_err = "Please enter the start date!
"; $send="no"; } if ($send !="no") { $msg1 .="Name: $_POST[name]\n"; $msg1 .="Email: $_POST[email]\n"; $msg1 .="Dates: $_POST[start] to $_POST[end]\n"; $msg1 .="Notes: $_POST[notes]\n"; $msg2 .="Please, check your Member's account after five business days for the applyed changes.\n"; $msg2 .="Do not hesitate to contact us by phone 0405673792 or email [email protected] should you have any questions.\n"; $msg2 .="We can freeze your subscription only once within three months. The minimum freeze period is 7 days. During the freeze period, you are unable to apply your Membership to pay visits.\n"; $msg2 .="Once you've made your application, the freeze procedure is irreversible.\n"; $to1 ="[email protected]"; $to2 ="$_POST[email]"; $subject1 = "Freeze Application"; $subject2 = "Copy of your Freeze Application"; $mailheaders1 = "From: $_POST[name]"; $mailheaders1 = "Reply: $to2"; $mailheaders2 = "From: Hatha Yoga Space \n"; $mailheaders2 = "Reply: $to1\n\n"; mail ($to1, $subject1, $msg1, $mailheaders1); mail ($to2, $subject2, $msg1, $msg2, $mailheaders2); echo "

Thank you for your application!

Please, check your Member's account after five business days for the applyed changes.
Please, do not hesitate to contact us by Ph. +61405673792 or [email protected]
should you have any questions.
Hatha Yoga Space
www.hathayogaspace.com

"; } else if ($send == "no") { echo "$name_err"; echo "$email_err"; echo "$start_err"; echo "$falsestart_err"; echo "$form_block"; } } ?>