Your Lowback Issue Story
Please, give us details of your situation.
Please tell us when it started? What did cause the problem - injury, work overload, by birth?..
Give details that you're interested to discuss.
Your name:
Email:
The details:
"; 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[notes] == "") { $notes_err = "Please give more details..
"; $send="no"; } if ($send !="no") { $msg1 .="Name: $_POST[name]\n"; $msg1 .="Email: $_POST[email]\n"; $msg1 .="Notes: $_POST[notes]\n"; $msg2 .="Do not hesitate to contact us by phone 0405673792 or email [email protected] in regards the event.\n"; $to1 ="[email protected]"; $to2 ="$_POST[email]"; $subject1 = "Lowback Issue Story"; $subject2 = "Copy of your Lowback Issue Story"; $mailheaders1 = "From: $_POST[name]"; $mailheaders1 = "Reply: $to2"; $mailheaders2 = "From: Hatha Yoga Space
Thank you for your interest!
"; } else if ($send == "no") { echo "$name_err"; echo "$email_err"; echo "$notes_err"; echo "$form_block"; } } ?>