"Multiple fields contact form"
Bootstrap 3.2.0 Snippet by FelFly

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<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">
<div class="row">
<div class="col-xs-12">
<form style="display:table; max-width: 350px;">
<!-- form-group multiple-form-group pull-left input-group -->
<div class="" style="display:table-cell; border-collapse: collapse; width: 50%;">
<input type="text" class="form-control" value="email">
</div>
<div class="" style="display:table-cell; border-collapse: collapse; width: 50%;">
<input type="text" class="form-control" value="email">
</div>
<div style="display: table-cell; border-collapse: collapse;">
<button type="button" class="btn btn-success btn-add">+</button>
</div>
</form>
</div>
</div>
</div>
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
1
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
1
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

Related: See More


Questions / Comments: