"FFPE QC Form"
Bootstrap 4.1.1 Snippet by dominiqueroux

<link href="//maxcdn.bootstrapcdn.com/bootstrap/4.1.1/css/bootstrap.min.css" rel="stylesheet" id="bootstrap-css"> <script src="//maxcdn.bootstrapcdn.com/bootstrap/4.1.1/js/bootstrap.min.js"></script> <script src="//cdnjs.cloudflare.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script> <!------ Include the above in your HEAD tag ----------> <form class="form-horizontal"> <fieldset> <!-- Form Name --> <legend>FFPE QC Form</legend> <!-- Button (Double) --> <div class="form-group"> <label class="col-md-4 control-label" for="button1id">Save / Validate</label> <div class="col-md-8"> <button id="button1id" name="button1id" class="btn btn-info">Save</button> <button id="Validate" name="Validate" class="btn btn-success">Save to LIMS</button> </div> </div> </fieldset> </form>

Related: See More


Questions / Comments: