pakua-cambridge/pakua_cambridge-student_registration_form.html
2021-09-01 12:24:10 +01:00

146 lines
7.5 KiB
HTML

<html lang="en"><head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<title>Pa-Kua Cambridge Student Registration Form</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width,initial-scale=1,minimum-scale=1">
<meta name="author" content="Pa-Kua Cambridge">
<link rel="stylesheet" href="style.css" media="all" />
<link rel="stylesheet" href="print.css" media="print">
</head>
<body>
<div id="logo"><img src="pakua-logo-greyscale.svg" alt="logo of the Pa-Kua International League"></div>
<h1 id="pa-kua-cambridge-safeguarding-policy--statement">Pa-Kua Cambridge Student Registration Form</h1>
<form>
<fieldset>
<label for="regform_name">Student's printed name </label>
<input name="regform_name" id="regform_name" type="text">
<label for="regform_dob">Student's date of birth</label>
<span class="inputdate">
<input name="regform_dob_day" id="regform_dob_day" type="text" placeholder="DD" class="date">/
<input name="regform_dob_month" id="regform_dob_month" type="text" placeholder="MM" class="month">/
<input name="regform_dob_year" id="regform_dob_year" type="text" placeholder="YYYY" class="year">
</span>
</fieldset>
<fieldset>
<label for="regform_addr">First line of address</label>
<input name="regform_addr" id="regform_addr" type="text">
<label for="regform_city">City</label>
<input name="regform_city" id="regform_city" type="text">
<label for="regform_postcode">Postcode</label>
<input name="regform_postcode" id="regform_postcode" type="text">
</fieldset>
<fieldset>
<label for="regform_phone">Phone number</label>
<input name="regform_phone" id="regform_phone" type="text">
<label for="regform_email">E-mail address</label>
<input name="regform_email" id="regform_email" type="email">
</fieldset>
<fieldset>
<legend>Emergency contact</legend>
<label for="regform_emergency">Name</label>
<input name="regform_emergency" id="regform_emergency" type="text">
<label for="regform_emergency_relationship">Relationship to student</label>
<input name="regform_emergency_relationship" id="regform_emergency_relationship" type="text">
<label for="regform_emergency_phone">Phone</label>
<input name="regform_emergency_phone" id="regform_emergency_phone" type="text">
</fieldset>
<fieldset>
<legend>For students under the age of 18</legend>
<label for="regform_parent">Parent/guardian name</label>
<input name="regform_parent" id="regform_parent" type="text">
<fieldset>
<legend>People allowed to pick up your children</legend>
<div>
<label for="regform_collector1">Name</label>
<input name="regform_collector1" id="regform_collector1" type="text">
<label for="regform_collector1_relationship">Relationship</label>
<input name="regform_collector1_relationship" id="regform_collector1_relationship" type="text">
<label for="regform_collector1_phone">Phone</label>
<input name="regform_collector1_phone" id="regform_collector1_phone" type="text">
</div>
<div>
<label for="regform_collector2">Name</label>
<input name="regform_collector2" id="regform_collector2" type="text">
<label for="regform_collector2_relationship">Relationship</label>
<input name="regform_collector2_relationship" id="regform_collector2_relationship" type="text">
<label for="regform_collector2_phone">Phone</label>
<input name="regform_collector2_phone" id="regform_collector2_phone" type="text">
</div>
</fieldset>
</fieldset>
<div class="pagebreak"></div>
<fieldset>
<label class="wide" for="regform_medical">History of injuries or medical information relevant to the practice</label>
<textarea name="regform_medical" id="regform_medical"></textarea>
</fieldset>
<fieldset>
<legend>Acknowledgement and Assumption of Risks</legend>
<p>
I am completing this assumption of risk form in relation to my wishes to participate within a class, activity, course, seminar, grading, competition, training session or lesson provided by Pa-Kua Cambridge and any of the clubs of the Pa-Kua International League registered instructors, coaches, Masters, or staff.
</p>
<p>
I confirm that I understand in full that any activity in which I participate will carry inherent risks associated with any practice or competition within combat arts, martial arts or self defence. Furthermore, I understand that the risk of serious injury is present and I have been briefed on the relevant safety rules and regulations in place to help protect me and my fellow students during training.
</p>
<p>
I confirm that I understand the nature of the activity in which I am about to participate, and appreciate that any practice of combat, self defence or martial art usually includes a degree of martial arts based fitness training. With this in mind, I can agree that I am fit to participate and agree to assume all risks associated with the above, hereby withdrawing any liability from the named club, instructors, association or other relevant parties.
</p>
<p>
Should I be unclear on any risks involved, or not feel comfortable releasing the above named from all positions of liability, I will not sign this document. Please take my signature as my acceptance and assumption of all risks involved, as described to me by my instructor and stated within this document.
</p>
<p>
The club should retain this document for future reference. If the named wishes to obtain a copy, the instructor must make this available within 21 days without charge.
</p>
</fieldset>
<fieldset>
<div>
<label for="regform_student_signature">Student's (or Guardian's) Signature</label>
<input name="regform_student_signature" id="regform_student_signature" type="text">
</div>
<div>
<label for="regform_instructor_name">Instructor's Printed Name</label>
<input name="regform_instructor_name" id="regform_instructor_name" type="text">
<label for="regform_instructor_signature">Instructor's Signature</label>
<input name="regform_instructor_signature" id="regform_instructor_signature" type="text">
<label for="regform_date">Date</label>
<span class="inputdate">
<input name="regform_dob_day" id="regform_dob_day" type="text" placeholder="DD" class="date">/
<input name="regform_dob_month" id="regform_dob_month" type="text" placeholder="MM" class="month">/
<input name="regform_dob_year" id="regform_dob_year" type="text" placeholder="YYYY" class="year">
</span>
</div>
</fieldset>
</form>
</body>
</html>