-
Notifications
You must be signed in to change notification settings - Fork 0
/
index2.html
342 lines (280 loc) · 20.4 KB
/
index2.html
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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<meta name="Description" content="Enter your description here"/>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/4.6.0/css/bootstrap.min.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/css/all.min.css">
<link rel="stylesheet" href="assets/css/style.css">
<title>Title</title>
</head>
<body>
<div class="container">
<div class="inner-container">
<form method="post">
<div class="container-fluid">
<div class="form-row mx-auto text-center mb-4" style="border-bottom: 1px solid rgb(47, 56, 65);">
<div class="col-12 mx-auto pt-4 pl-2 pr-2 pb-0 rounded mb-3">
<h5 class="mx-auto">REGISTRATION FORM FOR STUDENT MEMBERSHIP</h5>
</div>
</div>
<div class="form-row ">
<div class="form-group col-sm-5 col-12">
<label for=""><i class="fas fa-address-book "> Name</i></label>
<input type="text" name="name" id="" class="form-control" placeholder="Enter name" aria-describedby="helpId">
</div>
<div class="form-group col-sm-7 col-12">
<label for="email"><i class="fas fa-mail-bulk"> Email</i></label>
<input type="email" class="form-control" name="email" id="email" aria-describedby="emailHelpId" onkeyup="validation()" placeholder=" gmail.com/tkmce.ac.in">
<!-- <small id = "smail"style = "display :none;color:red;">please enter a valid mail id</small> -->
<div class="alert" role="alert" style="display:none;" id="alerting">
<h6 class="p-0 m-0">please enter a valid mail id</h6>
</div>
</div>
</div>
<div class="form-row mt-2 rounded">
<div class="col-12 col-sm-4">
<div class="form-row">
<div class="form-group col-sm-12 col-12">
<label for="dob"><i class="fa fa-calendar" aria-hidden="true"> Date of Birth</i></label>
<input type="date" class="form-control" name="dob" id="" aria-describedby="helpId" placeholder="">
</div>
</div>
<div class="form-row">
<div class="form-group col-sm-12 col-12">
<label for=""><i class="fa fa-book" aria-hidden="true"> Batch</i></label>
<input type="text" name="batch" id="" class="form-control" placeholder="T2A/T5B" aria-describedby="helpId">
</div>
</div>
</div>
<div class="col-12 col-sm-8">
<div class="form-row">
<div class="form-group col-sm-12 col-12">
<label for="address"><i class="fa fa-address-card" aria-hidden="true"> Address</i></label>
<textarea class="form-control" name="address" id="" rows="5"></textarea>
</div>
</div>
</div>
</div>
<h5 style="color:red;">Select atleast 2 Interests, 2 Career preferences and 3 Services</h5>
<div class="form-row mt-1 mb-1">
<div class=" form-group col-sm-4 col-12 p-2">
<div class="dropdown open drop-1">
<button class="btn dropdown-toggle w-100" type="button" id="triggerId" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
<h5>Special Interest</h5>
</button>
<div class="dropdown-menu w-100 pl-3 pr-3" aria-labelledby="triggerId">
<p class="dropdown-item pt-0 pb-0">
<div class="form-check">
<div id="check1">
<label class="form-check-label">
<input type="checkbox" class="form-check-input" name="interest[]" id="" value="Sports">
Sports
</label>
</div>
<div class="form-check">
<label class="form-check-label">
<input type="checkbox" class="form-check-input" name="interest[]" id="" value="Games">
Games
</label>
</div>
<div class="form-check">
<label class="form-check-label">
<input type="checkbox" class="form-check-input" name="interest[]" id="" value="Reading">
Reading
</label>
</div>
<div class="form-check">
<label class="form-check-label">
<input type="checkbox" class="form-check-input" name="interest[]" id="" value="Literacy">
Literary
</label>
</div>
<div class="form-check">
<label class="form-check-label">
<input type="checkbox" class="form-check-input" name="interest[]" id="" value="Drama">
Drama
</label>
</div>
<div class="form-check">
<label class="form-check-label">
<input type="checkbox" class="form-check-input" name="interest[]" id="" value="Music">
Music
</label>
</div>
<div class="form-check">
<label class="form-check-label">
<input type="checkbox" class="form-check-input" name="interest[]" id="" value="Photography">
Photography
</label>
</div>
<script type="text/javascript">
var array = []
var checkboxes = document.querySelectorAll('input[type=checkbox]:checked')
if (checkboxes.length < 2) {
alert("You can only select a maximum of " + limit + " items from this section")
this.checked = false
}
// checkboxlimit(array, 2)
</script>
</div>
</p>
</div>
</div>
</div>
<div class=" form-group col-sm-4 col-12 p-2">
<div class="dropdown open drop-1">
<button class="btn dropdown-toggle w-100" type="button" id="triggerId" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
<h5>Career Preference</h5>
</button>
<div class="dropdown-menu w-100 pr-3 pl-3" aria-labelledby="triggerId">
<p class="dropdown-item" href="#">
<div class="form-check">
<div id="check2" name="check2">
<label class="form-check-label">
<input type="checkbox" class="form-check-input" name="career[]" id="" value="Teaching">
Teaching
</label>
</div>
<div class="form-check">
<label class="form-check-label">
<input type="checkbox" class="form-check-input" name="career[]" id="" value="Research Work">
Research Work
</label>
</div>
<div class="form-check">
<label class="form-check-label">
<input type="checkbox" class="form-check-input" name="career[]" id="" value="Government Job">
Govt. Job
</label>
</div>
<div class="form-check">
<label class="form-check-label">
<input type="checkbox" class="form-check-input" name="career[]" id="" value="Public Sector">
Public Sector Undertaking
</label>
</div>
<div class="form-check">
<label class="form-check-label">
<input type="checkbox" class="form-check-input" name="career[]" id="" value="Private">
Private Industry
</label>
</div>
<div class="form-check">
<label class="form-check-label">
<input type="checkbox" class="form-check-input" name="career[]" id="" value="Studies">
Higher Studies
</label>
</div>
<div class="form-check">
<label class="form-check-label">
<input type="checkbox" class="form-check-input" name="career[]" id="" value="Management Studies">
Management Studies
</label>
</div>
<script type="text/javascript">
checkboxlimit(document.forms.check2.career, 2)
</script>
</div>
</p>
</div>
</div>
</div>
<div class=" form-group col-sm-4 col-12 p-2">
<div class="dropdown open drop-1">
<button class="btn dropdown-toggle w-100" type="button" id="triggerId" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
<h5>Type of services</h5>
</button>
<div class="dropdown-menu w-100 pr-3 pl-3" aria-labelledby="triggerId">
<p class="dropdown-item" href="#">
<div class="form-check">
<div id="check3">
<label class="form-check-label">
<input type="checkbox" class="form-check-input" name="services[]" id="" value="Coaching for competitive examination, job interview">
Coaching for competitive <br> examination, job interview
</label>
</div>
<div class="form-check">
<label class="form-check-label">
<input type="checkbox" class="form-check-input" name="services[]" id="" value="Supervisory and
communication skill development">
Supervisory and
communication <br> skill development
</label>
</div>
<div class="form-check">
<label class="form-check-label">
<input type="checkbox" class="form-check-input" name="services[]" id="" value="Training for self-employment">
Training for self-employment
</label>
</div>
<div class="form-check">
<label class="form-check-label">
<input type="checkbox" class="form-check-input" name="services[]" id="" value="Guidance on job opportunities in India and abroad">
Guidance on job opportunities
<br>in India and abroad
</label>
</div>
<div class="form-check">
<label class="form-check-label">
<input type="checkbox" class="form-check-input" name="services[]" id="" value="Arranging training in industries and visit to industry">
Arranging training in industries <br> and visit to industry
</label>
</div>
<div class="form-check">
<label class="form-check-label">
<input type="checkbox" class="form-check-input" name="services[]" id="" value="Awareness on social, cultural and ethical values and norms">
Awareness on social, cultural <br> and ethical values and norms
</label>
</div>
<div class="form-check">
<label class="form-check-label">
<input type="checkbox" class="form-check-input" name="services[]" id="" value="General counselling services">
General counselling services
</label>
</div>
<script type="text/javascript">
checkboxlimit(document.forms.check3.services, 3)
</script>
</div>
</p>
</div>
</div>
</div>
</div>
<div class="form-row">
<div class="form-group col-6 p-2">
<label for=""> <i class="fas fa-mobile"> Mobile No </i></label>
<input type="text" name="mobile" id="phone" class="form-control" placeholder="mobile no " aria-describedby="helpId" onkeyup="validationPhone()">
</div>
<div class="alert" role="alert" style="display:none;" id="alertingp">
<h6 class="p-0 m-0">please enter a valid phone number</h6>
</div>
<div class="form-group col-6 p-2">
<label for=""><i class="fas fa-lock"> Password </i></label>
<input type="password" name="password" id="" class="form-control " placeholder="password" aria-describedby="helpId">
</div>
</div>
<div class="form-row pl-4 pr-4 mt-4 pt-3">
<p style="font-size:small;font-weight:500;font-family:sans-serif d-flex text-align-justify">
<input type="checkbox" class="form-check-input mt-2 " name="" id="" value="checkedValue">I agree to
abide by the rules and the regulations of the ISTE regarding Student Membership and
functioning of Student Chapters.Single Student Membership will not be entertained. <br> Kindly apply
along with all Students and through ISTE Student Chapter only </p>
</div>
<div class="form-row pb-3">
<div class="form-check">
<button name="Save" type="submit" class="btn btn-sm pt-1 pb-1">Save</button>
</div>
</div>
</div>
</form>
</div>
</div>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.5.1/jquery.slim.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.16.1/umd/popper.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/4.6.0/js/bootstrap.min.js"></script>
</body>
</html>