"LDIP View form"
Bootstrap 4.1.1 Snippet by edmundrevilla

<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>Form Name</legend> <!-- Multiple Checkboxes --> <div class="form-group"> <label class="col-md-4 control-label" for="aipyn">AIP?</label> <div class="col-md-4"> <input type="checkbox" name="aipyn" id="aipyn-0" class="form-control input-md"> </div> </div> <!-- Text input--> <div class="form-group"> <label class="col-md-4 control-label" for="aiprefcode">AIP Reference Number</label> <div class="col-md-4"> <input id="aiprefcode" name="aiprefcode" type="text" placeholder="XXXX-XXX-" class="form-control input-md" required=""> </div> </div> <!-- Text input--> <div class="form-group"> <label class="col-md-4 control-label" for="ppa">Program / Project / Activity</label> <div class="col-md-4"> <input id="ppa" name="ppa" type="text" placeholder="" class="form-control input-md" required=""> </div> </div> </fieldset> </form>

Related: See More


Questions / Comments: