"first"
Bootstrap 3.3.0 Snippet by rameshkumar

<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> <!------ Include the above in your HEAD tag ----------> <form class="form-horizontal"> <fieldset> <!-- Form Name --> <legend>&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbspSection 1: CLIENT DETAILS</legend> <!-- Text input--> <div class="form-group"> <label class="col-md-4 control-label" for="1.1">Company Name:</label> <div class="col-md-6"> <input id="1.1" name="1.1" placeholder="Name" class="form-control input-md" type="text"> </div> </div> <!-- Text input--> <div class="form-group"> <label class="col-md-4 control-label" for="1.2">Location (City & Country):</label> <div class="col-md-6"> <input id="1.2" name="1.2" placeholder="City, Country" class="form-control input-md" type="text"> </div> </div> <!-- Text input--> <div class="form-group"> <label class="col-md-4 control-label" for="1.2">Industry Type & Vertical:</label> <div class="col-md-6"> <input id="1.2" name="1.2" placeholder="Industry Type" class="form-control input-md" type="text"> </div> </div> <!-- Textarea --> <div class="form-group"> <label class="col-md-4 control-label" for="textarea">Brief Description of the Business:</label> <div class="col-md-4"> <textarea class="form-control" id="textarea" name="textarea">Brief Description</textarea> </div> </div> <div class="form-group"> <label class="col-md-4 control-label" for="textarea">Contact Information:</label> </div> <!-- Text input--> <div class="form-group"> <label class="col-md-4 control-label" for="1.1">Company Name:</label> <div class="col-md-6"> <input id="1.1" name="1.1" placeholder="Name" class="form-control input-md" type="text"> </div> </div> </fieldset> </form>

Related: See More


Questions / Comments: