"Printer Documentation Form"
Bootstrap 3.3.0 Snippet by paypeer

<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>Form Name</legend> <!-- Text input--> <div class="form-group"> <label class="col-md-4 control-label" for="printername">Name</label> <div class="col-md-4"> <input id="printername" name="printername" placeholder="" class="form-control input-md" required="" type="text"> </div> </div> <!-- Select Basic --> <div class="form-group"> <label class="col-md-4 control-label" for="printermanufacturer">Manufacturer</label> <div class="col-md-4"> <select id="printermanufacturer" name="printermanufacturer" class="form-control"> <option value="">Dell</option> <option value="">HP</option> <option value="">Ricoh</option> </select> </div> </div> <!-- Text input--> <div class="form-group"> <label class="col-md-4 control-label" for="printermodel">Model</label> <div class="col-md-4"> <input id="printermodel" name="printermodel" placeholder="" class="form-control input-md" type="text"> </div> </div> <!-- Text input--> <div class="form-group"> <label class="col-md-4 control-label" for="printerlocation">Location</label> <div class="col-md-4"> <input id="printerlocation" name="printerlocation" placeholder="" class="form-control input-md" type="text"> <span class="help-block">Enter the location where the printer is located.</span> </div> </div> <!-- Text input--> <div class="form-group"> <label class="col-md-4 control-label" for="printerhostname">Hostname</label> <div class="col-md-4"> <input id="printerhostname" name="printerhostname" placeholder="" class="form-control input-md" type="text"> </div> </div> <!-- Button --> <div class="form-group"> <label class="col-md-4 control-label" for="singlebutton"></label> <div class="col-md-4"> <button id="singlebutton" name="singlebutton" class="btn btn-success">Submit</button> </div> </div> </fieldset> </form>

Related: See More


Questions / Comments: