<link href="//maxcdn.bootstrapcdn.com/bootstrap/3.3.0/css/bootstrap.min.css" rel="stylesheet" id="bootstrap-css">
<script src="//maxcdn.bootstrapcdn.com/bootstrap/3.3.0/js/bootstrap.min.js"></script>
<script src="//code.jquery.com/jquery-1.11.1.min.js"></script>
<div id="startenquiry" class="container">
<div class="row">
<h2><span class="glyphicon glyphicon-earphone" aria-hidden="true"></span>Phone Enquiry</h2>
</div>
<div class="form-group">
<label for="mobile">Mobile</label>
<input type="text" class="form-control" id="mobile" placeholder="Customer's mobile phone number">
</div>
<div class="form-group">
<label for="emailadd">Email</label>
<input type="email" class="form-control" id="emailadd" placeholder="Customer's email address">
</div>
<div class="row">
<button type="submit" class="btn btn-default" id="exitcall1">Exit Call</button>
<button type="submit" class="btn btn-warning" id="continue1">Continue</button>
</div>
</div>
<div id="customerhistory" class="container">
<div class="row">
<h2><span class="glyphicon glyphicon-earphone" aria-hidden="true"></span>Contact History</h2>
</div>
<table class="table">
<thead>
<tr>
<th>Date</th>
<th>Method</th>
<th>Outcome</th>
<th>Staff</th>