"Generic Support Contact Form"
Bootstrap 3.2.0 Snippet by dwddev

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
<link href="//netdna.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap.min.css" rel="stylesheet" id="bootstrap-css">
<script src="//netdna.bootstrapcdn.com/bootstrap/3.2.0/js/bootstrap.min.js"></script>
<script src="//code.jquery.com/jquery-1.11.1.min.js"></script>
<!------ Include the above in your HEAD tag ---------->
<div class="container">
<form class="well span8" role="form">
<div class="row">
<div class="col-md-4">
<div class="form-group">
<label>First Name</label>
<input class="form-control" placeholder="Your First Name" type="text">
</div>
<div class="form-group">
<label>Last Name</label>
<input class="form-control" placeholder="Your Last Name" type="text">
</div>
<div class="form-group">
<label>Email Address</label>
<input class="form-control" placeholder="Your email address" type="text">
</div>
<div class="form-group">
<label>Subject</label>
<select class="form-control" id="subject" name="subject">
<option selected value="na">
Choose One:
</option>
<option value="service">
General Customer Service
</option>
<option value="suggestions">
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
1
2
3
4
5
6
7
8
9
10
.voffset { margin-top: 2px; }
.voffset1 { margin-top: 5px; }
.voffset2 { margin-top: 10px; }
.voffset3 { margin-top: 15px; }
.voffset4 { margin-top: 30px; }
.voffset5 { margin-top: 40px; }
.voffset6 { margin-top: 60px; }
.voffset7 { margin-top: 80px; }
.voffset8 { margin-top: 100px; }
.voffset9 { margin-top: 150px; }
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
1
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

Related: See More


Questions / Comments: