-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathSynopsys Application Form Teacher Information.html
More file actions
58 lines (45 loc) · 2.07 KB
/
Synopsys Application Form Teacher Information.html
File metadata and controls
58 lines (45 loc) · 2.07 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head><meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<title>
2017 Synopsys Championship - Teacher Contact Information
</title>
<link rel="stylesheet" type="text/css" href="./2017 Synopsys Championship - Generate Individual Application Form_files/html_form.css">
</head>
<body>
<h1>2017 Synopsys Championship:<br>Teacher Contact Information</h1>
<br>
<!--<div contenteditable="true">
<textarea name="title" value="" required="" placeholder="120 character limit" onkeyup="EnforceMaximumLength(this,120)"></textarea>
</div>
-->
<h3> Teacher Information</h3>
<br>
<div class="form_element">
<div class="title"> Teacher Honorific <span class="asterix">*</span> </div>
<div><input type="text" name="student_1_school" value="" required="" placeholder="Parent Home Phone Number"></div>
</div>
<div class="form_element">
<div class="title"> Teacher First Name <span class="asterix">*</span> </div>
<div><input type="text" name="student_1_school" value="" required="" placeholder="Parent Employer"></div>
</div>
<div class="form_element">
<div class="title"> Teacher Last Name <span class="asterix">*</span> </div>
<div><input type="text" name="student_1_school" value="" required="" placeholder="Parent Home Phone Number"></div>
</div>
<div class="form_element">
<div class="title"> Teacher Email Address <span class="asterix">*</span> </div>
<div><input type="email" name="student_1_email" value="" required="" placeholder="Parent Email"></div>
<div><span class="duplicate-email-good">re-enter email address</span>
<input type="email" name="student_1_email_copy" value="" required="" placeholder="Re-enter Parent Email">
</div>
</div>
<div>
<form action="Synopsys Individual Application Form Student Selection Page.html" method="get">
<input class="previous" name="previous" type="submit" value="Previous">
</form>
<form action="Synopsys Application Form Teacher Information.html" method="get">
<input class="next" name="next" type="submit" value="Next">
</form>
</div>
</html>