* required field
Personal information:"), new TextField("firstname", "firstname", true, "First name:"), new TextField("lastname", "lastname", true, "Last name:"), new TextField("email", "email", true, "Email address:"), new TextField("phone", "phone", true, "Telephone number:"), new TextField("country", "country", true, "Country:"), new TextField("city", "city", true, "City:"), new Visual("
"), new Visual("
Prerequisites:Having taken Buddhist refuge is required for attending the empowerments.

Have you taken refuge?

"), new CheckBoxMustBeChecked("refuge", "refuge", "Yes, I have taken Buddhist refuge *"), new Visual("

"), new Visual("
Housing request:

Please indicate here your wish for accommodation.

Cabin accommodation is full."), new Selection("housing", "housing", array(/*array("cabin", "I request a bed in a cottage with 4-6 beds in the holiday village (fee 20 € / night)"),*/ array("tent", "I will bring a tent (free)"), array("other", "I will arrange accommodation elsewhere myself"))), new Visual("

If you wish to share accommodation with specific persons, please indicate their names here."), new TextArea("shareaccom", "shareaccom", false, "Shared accommodation request:", 2), new Visual("

"), new Visual("
Meals:Three hot vegetarian meals per day are included in the price. If you have " . "allergies, please indicate them here.

"), new TextArea("diet", "diet", false, "Allergies:", 3), new Visual("

"), new Visual("
Translation:The teachings are given in Tibetan and interpreted to English. Do you need interpretation to Finnish?

"), new CheckBox("transl", "transl", "Yes, I need interpretation"), new Visual("

"), new Visual("
Transportation:We provide transportation from Helsinki to the retreat centre before the empowerments and back after the empowerments. Bus transportation is subject to charge, but if there are enough passengers it will be cheaper than public transport. We also provide transport to and from the public transport bus stop.

"), new Selection("transport", "transport", array(array("selftransport", "I will arrange all transportation myself"), array("bus", "I request bus transportation from Helsinki"), array("busstop", "I request transportation from the bus stop"))), new Visual("

"), new Visual("
Payment:"), new Visual("

Participation fee for the week is 475 €.

A registration fee of 100 € should be paid to Danakosha's bank account or through PayPal within one week of registration. The fee will not be paid back in case of cancellation, unless a proof of force majeure is provided to the organizers. You can also pay the full participation fee (475 €) to the bank account. The rest of the participation fee (375 €) can also be paid in cash on arrival, but we prefer payments to the bank account if possible.

Bank account information:
" . "

Danakosha Finland
IBAN: FI6540556020050244
BIC-code: HELSFIHH
Bank address: Aktia Oyj, Mannerheimintie 14, 00100 Helsinki, Finland" . "

Please write \"Empowerments\" and your name to the message field.

"), new Visual("If you wish to pay through PayPal, please click here."), new Visual("

If someone else will pay your participation or registration fee, please indicate the name of the payer here.

"), new TextArea("payer", "payer", false, "Payer:", 2), new Visual("

"), new Visual("
Profession and special skills:All participants are expected to participate in the daily work, such as preparation of meals, cleaning the temple, etc. Please indicate here your profession and any additional " . "skills which may be of help during the event.

"), new TextField("profession", "profession", true, "Profession:"), new TextArea("skills", "skills", false, "Other useful skills:", 1), new Visual("

"), new Visual("
Other:"), new TextArea("addinfo", "addinfo", false, "Additional information:", 5), new Visual("
") ); ?> connect_errno) { echo "

Registration

"; echo "Registration is currently closed due to technical problems. Please try again later."; } else { $query = "select count(*) from HHTTR2013 where canceled is null;"; $result1 = $conn->query($query); $line = $result1->fetch_array(MYSQLI_NUM); if($line[0] >= 160) { echo "

Registration

"; echo "The event is full. Please check again later in case of cancellations."; } else { if(!$first_display) { updateAll($form, $_POST); $valid = checkValidity($form); if($valid) register($form, "HHTTR2013"); else { echo "

Registration

"; echo "Please fill this form to register to the " . "empowerments.
Registration deadline is July 15th 2013.

As the deadline has passed, we cannot guarantee that there is space left for you. If you wish to participate, please send us an email before filling this registration form to see if there is space left.

"; echo "

Please fill in all the required fields.

"; if($_POST["refuge"] != "yes") echo "

Only Buddhists who have taken refuge may attend the empowerments.

"; echo "

"; echo renderFormHTML($form, true); echo "
"; echo "

Next: Make a Donation"; } } else { echo "

Registration

"; echo "Please fill this form to register to the " . "empowerments.
Registration deadline is July 15th 2013.

As the deadline has passed, we cannot guarantee that there is space left for you. If you wish to participate, please send us an email before filling this registration form to see if there is space left.

Please fill the form separately for each person.

"; echo "

"; echo renderFormHTML($form, false); echo "
"; echo "

Next: Make a Donation"; } } } ?>