-
Notifications
You must be signed in to change notification settings - Fork 5
/
volunteerapp.html
654 lines (624 loc) · 60.4 KB
/
volunteerapp.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
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
<meta name="description" content="">
<meta name="author" content="">
<link rel="icon" href="../../favicon.ico">
<title>Theme Template for Bootstrap</title>
<!-- Bootstrap core CSS -->
<link href="missingkids/less/css/font-awesome.css" rel="stylesheet">
<link href="missingkids/less/css/application.css" rel="stylesheet">
<!-- Bootstrap theme -->
<!-- IE10 viewport hack for Surface/desktop Windows 8 bug -->
<!-- Custom styles for this template -->
<!-- Just for debugging purposes. Don't actually copy these 2 lines! -->
<!--[if lt IE 9]><script src="../../assets/js/ie8-responsive-file-warning.js"></script><![endif]-->
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<div class="wrapper">
<header class="header-container" id="js-header"></header>
<div class="breadcrumbs">
<div class="container">
<ol class="breadcrumb">
<li><a href="#">Our Work</a></li>
<li><a href="#">Donate</a></li>
<li class="active">Ways to dontate</li>
</ol>
</div>
</div>
<article class="content-wrapper">
<div class="container">
<div class="row volunteer-app-wrapper">
<div class="col-md-offset-2 col-md-6">
<div class="inner-wrapper">
<div class="panel-group volunteerAppAccordion" id="accordion" role="tablist" aria-multiselectable="true">
<!-- Personal Info Tab -->
<div class="panel panel-default">
<div class="panel-heading" role="tab" id="personal-info-heading">
<h4 class="panel-title">
<a role="button" data-toggle="collapse" data-parent="#accordion" href="#personal-info-content" aria-expanded="true" aria-controls="personal info content">
<i class="more-less fa fa-minus-circle"></i>
Personal Info
</a>
</h4>
</div>
<div id="personal-info-content" class="panel-collapse collapse in" role="tabpanel" aria-labelledby="personal info content">
<div class="panel-body">
<form class="form-horizontal" id="personal-info-form">
<div class="form-group">
<label for="pi-name" class="col-md-4 col-sm-2 control-label"><span>*</span>Name</label>
<div class="col-md-7 col-sm-8 col-sm-offset-right-1">
<input type="text" class="form-control" name="pi-name" id="pi-name" required data-msg-required="This field is required.">
</div>
</div>
<div class="form-group">
<label for="pi-street" class="col-md-4 col-sm-2 control-label"><span>*</span>Street</label>
<div class="col-md-7 col-sm-8 col-sm-offset-right-1">
<input type="text" class="form-control" name="pi-street" id="pi-street" required data-msg-required="This field is required.">
</div>
</div>
<div class="form-group">
<label for="pi-city" class="col-md-4 col-sm-2 control-label"><span>*</span>City</label>
<div class="col-md-7 col-sm-8 col-sm-offset-right-1">
<input type="text" class="form-control" name="pi-city" id="pi-city" required data-msg-required="This field is required.">
</div>
</div>
<div class="form-group">
<label for="pi-state" class="col-md-4 col-sm-2 control-label"><span>*</span>State</label>
<div class="col-md-7 col-sm-8 col-sm-offset-right-1">
<select class="form-control" id="pi-state" name="pi-state" required data-msg-required="This field is required.">
<!-- not setting first value to make validator work -->
<option value="">Select</option>
<option value="AL">Alabama</option>
<option value="AK">Alaska</option>
<option value="AZ">Arizona</option>
<option value="AR">Arkansas</option>
<option value="CA">California</option>
<option value="CO">Colorado</option>
<option value="CT">Connecticut</option>
<option value="DE">Delaware</option>
<option value="DC">District of Columbia</option>
<option value="FL">Florida</option>
<option value="GA">Georgia</option>
<option value="GU">Guam</option>
<option value="HI">Hawaii</option>
<option value="ID">Idaho</option>
<option value="IL">Illinois</option>
<option value="IN">Indiana</option>
<option value="IA">Iowa</option>
<option value="KS">Kansas</option>
<option value="KY">Kentucky</option>
<option value="LA">Louisiana</option>
<option value="ME">Maine</option>
<option value="MD">Maryland</option>
<option value="MA">Massachusetts</option>
<option value="MI">Michigan</option>
<option value="MN">Minnesota</option>
<option value="MS">Mississippi</option>
<option value="MO">Missouri</option>
<option value="MT">Montana</option>
<option value="NE">Nebraska</option>
<option value="NV">Nevada</option>
<option value="NH">New Hampshire</option>
<option value="NJ">New Jersey</option>
<option value="NM">New Mexico</option>
<option value="NY">New York</option>
<option value="NC">North Carolina</option>
<option value="ND">North Dakota</option>
<option value="MP">Northern Mariana Islands</option>
<option value="OH">Ohio</option>
<option value="OK">Oklahoma</option>
<option value="OR">Oregon</option>
<option value="PA">Pennsylvania</option>
<option value="PR">Puerto Rico</option>
<option value="RI">Rhode Island</option>
<option value="SC">South Carolina</option>
<option value="SD">South Dakota</option>
<option value="TN">Tennessee</option>
<option value="TX">Texas</option>
<option value="UT">Utah</option>
<option value="VT">Vermont</option>
<option value="VI">Virgin Islands</option>
<option value="VA">Virginia</option>
<option value="WA">Washington</option>
<option value="WV">West Virginia</option>
<option value="WI">Wisconsin</option>
<option value="WY">Wyoming</option>
</select>
</div>
</div>
<div class="form-group">
<label for="pi-zipcode" class="col-md-4 col-sm-2 control-label"><span>*</span>Zip code</label>
<div class="col-md-7 col-sm-8 col-sm-offset-right-1">
<input type="text" class="form-control" zipcodeUs="true" name="pi-zipcode" id="pi-zipcode" required data-msg-required="This field is required." data-msg-zipcodeUs="The specified US ZIP Code is invalid.">
</div>
</div>
<div class="form-group">
<label for="pi-homephone" class="col-md-4 col-sm-2 control-label"><span>*</span>Home Phone</label>
<div class="col-md-7 col-sm-8 col-sm-offset-right-1">
<input type="text" class="form-control" phoneUs="true" name="pi-homephone" id="pi-homephone" required data-msg-required="This field is required." data-msg-phoneUs="Please specify a valid phone number.">
</div>
</div>
<div class="form-group">
<label for="pi-email" class="col-md-4 col-sm-2 control-label"><span>*</span> Email</label>
<div class="col-md-7 col-sm-8 col-sm-offset-right-1">
<input type="email" class="form-control" email="true" name="pi-email" id="pi-email" placeholder="[email protected]" required data-msg-required="This field is required." data-msg-email="Please enter a valid email address.">
</div>
</div>
<div class="form-group">
<label for="pi-workphone" class="col-md-4 col-sm-2 control-label">Work Phone</label>
<div class="col-md-7 col-sm-8 col-sm-offset-right-1">
<input type="text" class="form-control" phoneUs="true" name="pi-workphone" id="pi-workphone" data-msg-phoneUs="Please specify a valid phone number.">
</div>
</div>
<div class="form-group">
<label for="pi-cellphone" class="col-md-4 col-sm-2 control-label">Cell Phone</label>
<div class="col-md-7 col-sm-8 col-sm-offset-right-1">
<input type="text" class="form-control" phoneUs="true" name="pi-cellphone" id="pi-cellphone" data-msg-phoneUs="Please specify a valid phone number.">
</div>
</div>
<div class="form-group">
<label for="pi-dob" class="col-md-4 col-sm-2 control-label">Date of Birth</label>
<div class="col-md-7 col-sm-8 col-sm-offset-right-1">
<input type="text" class="form-control" date="true" name="pi-dob" id="pi-dob" data-msg-date="Use mm-dd-yyyy for dates.">
</div>
</div>
<div class="form-group">
<label for="pi-reach" class="col-md-4 col-sm-2 control-label">Best way/time to reach</label>
<div class="col-md-7 col-sm-8 col-sm-offset-right-1">
<input type="text" class="form-control" name="pi-reach" id="pi-reach">
</div>
</div>
<div class="form-group">
<div class="col-sm-offset-4 col-sm-5">
<button type="submit" class="btn btn-lg btn-block btn-default">Continue</button>
</div>
</div>
</form>
</div>
</div>
</div>
<!-- Child Case Tab -->
<div class="panel panel-default">
<div class="panel-heading" role="tab" id="child-case-heading">
<h4 class="panel-title">
<a class="collapsed" role="button" data-toggle="collapse" data-parent="#accordion" href="#child-case-content" aria-expanded="false" aria-controls="child case content">
<i class="more-less fa fa-plus-circle"></i>
Child Case
</a>
</h4>
</div>
<div id="child-case-content" class="panel-collapse collapse" role="tabpanel" aria-labelledby="child-case-heading">
<div class="panel-body">
<form class="form-horizontal">
<div class="form-group">
<label for="child-name" class="col-md-4 col-sm-2 control-label"><span>*</span>Missing/recovered/sexually exploited child’s name</label>
<div class="col-md-7 col-sm-8 col-sm-offset-right-1">
<input type="text" class="form-control" id="child-name" name="child-name" required data-msg-required="This field is required.">
</div>
</div>
<div class="form-group">
<label for="child-dob" class="col-md-4 col-sm-2 control-label">His/Her Date of Birth</label>
<div class="col-md-7 col-sm-8 col-sm-offset-right-1">
<input type="text" class="form-control" date="true" id="child-dob" name="child-dob" data-msg-date="Use mm-dd-yyyy for dates.">
</div>
</div>
<div class="form-group">
<label for="child-case" class="col-md-4 col-sm-2 control-label"><span>*</span>Case Type</label>
<div class="col-md-7 col-sm-8 col-sm-offset-right-1">
<select class="form-control" id="child-case" name="child-case" required data-msg-required="This field is required.">
<option value="">Select</option>
<option value="runaway">Runaway</option>
<option value="nonFamilyAbuction">Nonfamily abduction</option>
<option value="domesticFamilyAbduction">Domestic family abduction</option>
<option value="InternationalFamilyAbduction">International family abduction</option>
<option value="lostInjuredOtherwiseMissing">Lost, injured or otherwise missing</option>
<option value="sectopm5779">Section 5779</option>
<option value="internetLure">Internet lure</option>
<option value="exploitation">Exploitation</option>
<option value="trafficking">Trafficking</option>
</select>
</div>
</div>
<legend class="title-5">IF YOUR CHILD IS OR HAS BEEN MISSING, PLEASE ANSWER THE FOLLOWING QUESTIONS:</legend>
<div class="form-group">
<label for="child-missing-date" class="col-md-4 col-sm-2 control-label">His/Her Missing Date</label>
<div class="col-md-7 col-sm-8 col-sm-offset-right-1">
<input type="text" class="form-control" date="true" id="child-missing-date" name="child-missing-date" data-msg-date="Use mm-dd-yyyy for dates.">
</div>
</div>
<div class="form-group">
<label for="child-recovery-date" class="col-md-4 col-sm-2 control-label">His/Her Recovery Date</label>
<div class="col-md-7 col-sm-8 col-sm-offset-right-1">
<input type="text" class="form-control" date="true" id="child-recovery-date" name="child-recovery-date" data-msg-date="Use mm-dd-yyyy for dates.">
</div>
</div>
<div class="form-group">
<label for="child-case-no" class="col-md-4 col-sm-2 control-label">NCMEC Case Number</label>
<div class="col-md-7 col-sm-8 col-sm-offset-right-1">
<input type="text" class="form-control" id="child-case-no" name="child-case-no">
</div>
</div>
<div class="form-group">
<label for="child-case-manager" class="col-md-4 col-sm-2 control-label">NCMEC Case Manager</label>
<div class="col-md-7 col-sm-8 col-sm-offset-right-1">
<input type="text" class="form-control" id="child-case-manager" name="child-case-manager">
</div>
</div>
<div class="form-group">
<label for="child-website" class="col-md-4 col-sm-2 control-label">Website</label>
<div class="col-md-7 col-sm-8 col-sm-offset-right-1">
<input type="text" class="form-control" id="child-website" name="child-website" placeholder="If you have a website for you missing child">
</div>
</div>
<div class="form-group">
<label for="child-social-page" class="col-md-4 col-sm-2 control-label">Online Flier/Facebook Page</label>
<div class="col-md-7 col-sm-8 col-sm-offset-right-1">
<input type="text" class="form-control" id="child-social-page" name="child-social-page" placeholder="If there is another web page for your missing child">
</div>
</div>
<div class="form-group">
<div class="col-sm-offset-4 col-sm-5">
<button type="submit" class="btn btn-lg btn-block btn-default">Continue</button>
</div>
</div>
</form>
</div>
</div>
</div>
<!-- Background Tab -->
<div class="panel panel-default">
<div class="panel-heading" role="tab" id="background-heading">
<h4 class="panel-title">
<a class="collapsed" role="button" data-toggle="collapse" data-parent="#accordion" href="#background-content" aria-expanded="false" aria-controls="background-content">
<i class="more-less fa fa-plus-circle"></i>
Background
</a>
</h4>
</div>
<div id="background-content" class="panel-collapse collapse" role="tabpanel" aria-labelledby="background-heading">
<div class="panel-body">
<form id="background-form" class="form-horizontal">
<div class="form-group">
<label for="bg-how" class="col-md-12 col-sm-12 control-label text-left text-top"><span>*</span>How did you find out about Team Hope?</label>
<div class="col-md-12 col-sm-12">
<textarea class="form-control" id="bg-how" name="bg-how" required data-msg-required="This field is required."></textarea>
</div>
</div>
<div class="form-group">
<label for="bg-activities" class="col-md-12 col-sm-12 control-label text-left text-top"><span>*</span> List other volunteer activities you have been involved with:</label>
<div class="col-md-12 col-sm-12">
<textarea class="form-control" id="bg-activities" name="bg-activities" required data-msg-required="This field is required."></textarea>
</div>
</div>
<div class="form-group">
<label for="bg-skills" class="col-md-12 col-sm-12 control-label text-left text-top"><span>*</span>List special skills/talents, areas of expertise and knowledge, which would be an asset to Team HOPE and searching parents such as peer support, crisis counseling, domestic violence, special needs, mental health issues, computer skills, writing, editing, public speaking.</label>
<div class="col-md-12 col-sm-12">
<textarea class="form-control" id="bg-skills" name="bg-skills" required data-msg-required="This field is required."></textarea>
</div>
</div>
<div class="form-group">
<label for="bg-languages" class="col-md-12 col-sm-12 control-label text-left text-top"><span>*</span>List languages in which you are fluent:</label>
<div class="col-md-12 col-sm-12">
<textarea class="form-control" id="bg-languages" name="bg-languages" required data-msg-required="This field is required."></textarea>
</div>
</div>
<div class="form-group">
<label for="bg-hours" class="col-md-12 col-sm-12 control-label text-left text-top">How many hours a week are you able to commit to Team HOPE?</label>
<div class="col-md-12 col-sm-12">
<input type="text" class="form-control" id="bg-hours" name="bg-hours">
</div>
</div>
<div class="form-group">
<label for="bg-conviction" class="col-md-12 col-sm-12 control-label text-left text-top">Have you ever been convicted of a felony or misdemeanor? If yes, explain below:</label>
<div class="col-md-12 col-sm-12">
<label>
<input type="radio" name="bg-hasConviction">
Yes
</label>
<label>
<input type="radio" name="bg-hasConviction">
No
</label>
</div>
</div>
<div class="form-group">
<div class="col-md-12 col-sm-12">
<textarea class="form-control" id="bg-conviction" name="bg-conviction"></textarea>
</div>
</div>
<div class="form-group">
<div class="col-sm-offset-4 col-sm-5">
<button type="submit" class="btn btn-lg btn-block btn-default">Continue</button>
</div>
</div>
</form>
</div>
</div>
</div>
<!-- References Tab -->
<div class="panel panel-default">
<div class="panel-heading" role="tab" id="references-heading">
<h4 class="panel-title">
<a class="collapsed" role="button" data-toggle="collapse" data-parent="#accordion" href="#references-content" aria-expanded="false" aria-controls="references-content">
<i class="more-less fa fa-plus-circle"></i>
References
</a>
</h4>
</div>
<div id="references-content" class="panel-collapse collapse" role="tabpanel" aria-labelledby="references-heading">
<div class="panel-body">
<form class="form-horizontal" id="reference-form-1">
<legend class="title-5">Professional Reference 1:</legend>
<div class="form-group">
<label for="ref1-name" class="col-md-4 col-sm-2 control-label"><span>*</span>Name</label>
<div class="col-md-7 col-sm-8 col-sm-offset-right-1">
<input type="text" class="form-control" id="ref1-name" name="ref1-name" required data-msg-required="This field is required.">
</div>
</div>
<div class="form-group">
<label for="ref1-street" class="col-md-4 col-sm-2 control-label"><span>*</span>Street</label>
<div class="col-md-7 col-sm-8 col-sm-offset-right-1">
<input type="text" class="form-control" id="ref1-street" name="ref1-street" required data-msg-required="This field is required.">
</div>
</div>
<div class="form-group">
<label for="ref1-city" class="col-md-4 col-sm-2 control-label"><span>*</span>City</label>
<div class="col-md-7 col-sm-8 col-sm-offset-right-1">
<input type="text" class="form-control" id="ref1-city" name="ref1-city" required data-msg-required="This field is required.">
</div>
</div>
<div class="form-group">
<label for="ref1-state" class="col-md-4 col-sm-2 control-label"><span>*</span>State</label>
<div class="col-md-7 col-sm-8 col-sm-offset-right-1">
<select class="form-control" id="ref1-state" name="ref1-state" required data-msg-required="This field is required.">
<option value="">Select</option>
<option value="AL">Alabama</option>
<option value="AK">Alaska</option>
<option value="AZ">Arizona</option>
<option value="AR">Arkansas</option>
<option value="CA">California</option>
<option value="CO">Colorado</option>
<option value="CT">Connecticut</option>
<option value="DE">Delaware</option>
<option value="DC">District of Columbia</option>
<option value="FL">Florida</option>
<option value="GA">Georgia</option>
<option value="GU">Guam</option>
<option value="HI">Hawaii</option>
<option value="ID">Idaho</option>
<option value="IL">Illinois</option>
<option value="IN">Indiana</option>
<option value="IA">Iowa</option>
<option value="KS">Kansas</option>
<option value="KY">Kentucky</option>
<option value="LA">Louisiana</option>
<option value="ME">Maine</option>
<option value="MD">Maryland</option>
<option value="MA">Massachusetts</option>
<option value="MI">Michigan</option>
<option value="MN">Minnesota</option>
<option value="MS">Mississippi</option>
<option value="MO">Missouri</option>
<option value="MT">Montana</option>
<option value="NE">Nebraska</option>
<option value="NV">Nevada</option>
<option value="NH">New Hampshire</option>
<option value="NJ">New Jersey</option>
<option value="NM">New Mexico</option>
<option value="NY">New York</option>
<option value="NC">North Carolina</option>
<option value="ND">North Dakota</option>
<option value="MP">Northern Mariana Islands</option>
<option value="OH">Ohio</option>
<option value="OK">Oklahoma</option>
<option value="OR">Oregon</option>
<option value="PA">Pennsylvania</option>
<option value="PR">Puerto Rico</option>
<option value="RI">Rhode Island</option>
<option value="SC">South Carolina</option>
<option value="SD">South Dakota</option>
<option value="TN">Tennessee</option>
<option value="TX">Texas</option>
<option value="UT">Utah</option>
<option value="VT">Vermont</option>
<option value="VI">Virgin Islands</option>
<option value="VA">Virginia</option>
<option value="WA">Washington</option>
<option value="WV">West Virginia</option>
<option value="WI">Wisconsin</option>
<option value="WY">Wyoming</option>
</select>
</div>
</div>
<div class="form-group">
<label for="ref1-zipcode" class="col-md-4 col-sm-2 control-label"><span>*</span>Zip code</label>
<div class="col-md-7 col-sm-8 col-sm-offset-right-1">
<input type="text" class="form-control" zipcodeUs="true" id="ref1-zipcode" name="ref1-zipcode" required data-msg-required="This field is required." data-msg-zipcodeUs="The specified US ZIP Code is invalid.">
</div>
</div>
<div class="form-group">
<label for="ref1-phone" class="col-md-4 col-sm-2 control-label"><span>*</span>Phone</label>
<div class="col-md-7 col-sm-8 col-sm-offset-right-1">
<input type="text" class="form-control" phoneUs="true" id="ref1-phone" name="ref1-phone" required data-msg-required="This field is required." data-msg-phoneUs="Please specify a valid phone number.">
</div>
</div>
<div class="form-group">
<label for="ref1-email" class="col-md-4 col-sm-2 control-label"><span>*</span> Email</label>
<div class="col-md-7 col-sm-8 col-sm-offset-right-1">
<input type="email" class="form-control" email="true" name="ref1-email" id="ref1-email" placeholder="[email protected]" required data-msg-required="This field is required." data-msg-email="Please enter a valid email address.">
</div>
</div>
<div class="form-group">
<label for="ref1-duration" class="col-md-4 col-sm-2 control-label"><span>*</span>How long have you know this reference</label>
<div class="col-md-7 col-sm-8 col-sm-offset-right-1">
<input type="text" class="form-control" id="ref1-duration" name="ref1-duration" required data-msg-required="This field is required.">
</div>
</div>
<div class="form-group">
<label for="ref1-how" class="col-md-4 col-sm-2 control-label"><span>*</span>How do you know this reference:(employer, law enforcement, other)</label>
<div class="col-md-7 col-sm-8 col-sm-offset-right-1">
<input type="text" class="form-control" id="ref1-how" name="ref1-how" required data-msg-required="This field is required.">
</div>
</div>
<legend class="title-5">Professional Reference 2:</legend>
<div class="form-group">
<label for="ref2-name" class="col-md-4 col-sm-2 control-label"><span>*</span>Name</label>
<div class="col-md-7 col-sm-8 col-sm-offset-right-1">
<input type="text" class="form-control" id="ref2-name" name="ref2-name" required data-msg-required="This field is required.">
</div>
</div>
<div class="form-group">
<label for="ref2-street" class="col-md-4 col-sm-2 control-label"><span>*</span>Street</label>
<div class="col-md-7 col-sm-8 col-sm-offset-right-1">
<input type="text" class="form-control" id="ref2-street" name="ref2-street" required data-msg-required="This field is required.">
</div>
</div>
<div class="form-group">
<label for="ref2-city" class="col-md-4 col-sm-2 control-label"><span>*</span>City</label>
<div class="col-md-7 col-sm-8 col-sm-offset-right-1">
<input type="text" class="form-control" id="ref2-city" name="ref2-city" required data-msg-required="This field is required.">
</div>
</div>
<div class="form-group">
<label for="ref2-state" class="col-md-4 col-sm-2 control-label"><span>*</span>State</label>
<div class="col-md-7 col-sm-8 col-sm-offset-right-1">
<select class="form-control" id="ref2-state" name="ref2-state" required data-msg-required="This field is required.">
<option value="">Select</option>
<option value="AL">Alabama</option>
<option value="AK">Alaska</option>
<option value="AZ">Arizona</option>
<option value="AR">Arkansas</option>
<option value="CA">California</option>
<option value="CO">Colorado</option>
<option value="CT">Connecticut</option>
<option value="DE">Delaware</option>
<option value="DC">District of Columbia</option>
<option value="FL">Florida</option>
<option value="GA">Georgia</option>
<option value="GU">Guam</option>
<option value="HI">Hawaii</option>
<option value="ID">Idaho</option>
<option value="IL">Illinois</option>
<option value="IN">Indiana</option>
<option value="IA">Iowa</option>
<option value="KS">Kansas</option>
<option value="KY">Kentucky</option>
<option value="LA">Louisiana</option>
<option value="ME">Maine</option>
<option value="MD">Maryland</option>
<option value="MA">Massachusetts</option>
<option value="MI">Michigan</option>
<option value="MN">Minnesota</option>
<option value="MS">Mississippi</option>
<option value="MO">Missouri</option>
<option value="MT">Montana</option>
<option value="NE">Nebraska</option>
<option value="NV">Nevada</option>
<option value="NH">New Hampshire</option>
<option value="NJ">New Jersey</option>
<option value="NM">New Mexico</option>
<option value="NY">New York</option>
<option value="NC">North Carolina</option>
<option value="ND">North Dakota</option>
<option value="MP">Northern Mariana Islands</option>
<option value="OH">Ohio</option>
<option value="OK">Oklahoma</option>
<option value="OR">Oregon</option>
<option value="PA">Pennsylvania</option>
<option value="PR">Puerto Rico</option>
<option value="RI">Rhode Island</option>
<option value="SC">South Carolina</option>
<option value="SD">South Dakota</option>
<option value="TN">Tennessee</option>
<option value="TX">Texas</option>
<option value="UT">Utah</option>
<option value="VT">Vermont</option>
<option value="VI">Virgin Islands</option>
<option value="VA">Virginia</option>
<option value="WA">Washington</option>
<option value="WV">West Virginia</option>
<option value="WI">Wisconsin</option>
<option value="WY">Wyoming</option>
</select>
</div>
</div>
<div class="form-group">
<label for="ref2-zipcode" class="col-md-4 col-sm-2 control-label"><span>*</span>Zip code</label>
<div class="col-md-7 col-sm-8 col-sm-offset-right-1">
<input type="text" class="form-control" zipcodeUs="true" id="ref2-zipcode" name="ref2-zipcode" required data-msg-required="This field is required." data-msg-zipcodeUs="The specified US ZIP Code is invalid.">
</div>
</div>
<div class="form-group">
<label for="ref2-phone" class="col-md-4 col-sm-2 control-label"><span>*</span>Phone</label>
<div class="col-md-7 col-sm-8 col-sm-offset-right-1">
<input type="text" phoneUs="true" class="form-control" id="ref2-phone" name="ref2-phone" required data-msg-required="This field is required." data-msg-phoneUs="Please specify a valid phone number.">
</div>
</div>
<div class="form-group">
<label for="ref2-email" class="col-md-4 col-sm-2 control-label"><span>*</span> Email</label>
<div class="col-md-7 col-sm-8 col-sm-offset-right-1">
<input type="email" class="form-control" email="true" name="ref2-email" id="ref2-email" placeholder="[email protected]" required data-msg-required="This field is required." data-msg-email="Please enter a valid email address.">
</div>
</div>
<div class="form-group">
<label for="ref2-duration" class="col-md-4 col-sm-2 control-label"><span>*</span>How long have you know this reference</label>
<div class="col-md-7 col-sm-8 col-sm-offset-right-1">
<input type="text" class="form-control" id="ref2-duration" name="ref2-duration" required data-msg-required="This field is required.">
</div>
</div>
<div class="form-group">
<label for="ref2-how" class="col-md-4 col-sm-2 control-label"><span>*</span>How do you know this reference:(employer, law enforcement, other)</label>
<div class="col-md-7 col-sm-8 col-sm-offset-right-1">
<input type="text" class="form-control" id="ref2-how" name="ref2-how" required data-msg-required="This field is required.">
</div>
</div>
<div class="form-group">
<div class="col-sm-offset-4 col-sm-5">
<button type="submit" class="btn btn-lg btn-block btn-default">Submit</button>
</div>
</div>
</form>
</div>
</div>
</div>
</div><!-- panel-group -->
</div>
</div>
<div class="col-md-4">
<div class="instructions-wrapper">
<img class="img-full-width" src="http://missingkids.org/en_US/websitePages/TeamHopeApplication/TeamHopeVolunteers.jpg">
<p class="img-title">Photo of some Team Hope Volunteers.</p>
<p class="desc">We at Team HOPE know what it’s like to feel isolated and alone while living through your worst nightmare. Team HOPE volunteers are here to help alleviate that isolation and provide compassionate and empathetic support.
Our volunteers include parents, grandparents, and other family members, who are screened and trained before working with families. Team HOPE matches searching families and families with children who have been exploited with trained volunteers who have had or still have a missing or exploited child. Volunteers offer emotional support, compassion, guidance, empowerment, and assistance.
If you have had or still have a missing or sexually exploited child and would like to provide compassionate support to others going through similar nightmares, please fill out the application and a Team HOPE member will contact you to explain the role of a Team HOPE volunteer.
Thank you. We are grateful to you for your desire to help others through Team HOPE.</p>
</div>
</div>
</div>
</div>
</article>
<footer class="footer-container inner-page" id="js-footer"></footer>
</div>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.3/jquery.min.js"></script>
<!-- Bootstrap core JavaScript
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/js/bootstrap.min.js"></script>
<script type="text/javascript" src="missingkids/js/plugin/jquery.validate.min.js"></script>
<script type="text/javascript" src="missingkids/js/jquery.validator.custom.js"></script>
<script type="text/javascript" src="missingkids/js/accordion.js"></script>
<script type="text/javascript" src="missingkids/js/volunteer-app.js"></script>
<script src="missingkids/js/application.js" type="text/javascript"></script>
<!-- IE10 viewport hack for Surface/desktop Windows 8 bug -->
</body>
</html>