"template admin"
Bootstrap 4.1.1 Snippet by macshootsfilm

<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>Composer Content Creator (3C)</legend> <!-- Multiple Radios (inline) --> <div class="form-group"> <label class="col-md-4 control-label" for="Enabled">Enabled</label> <div class="col-md-4"> <label class="radio-inline" for="Enabled-0"> <input type="radio" name="Enabled" id="Enabled-0" value="1" checked="checked"> Y </label> <label class="radio-inline" for="Enabled-1"> <input type="radio" name="Enabled" id="Enabled-1" value="0"> N </label> </div> </div> <!-- Text input--> <div class="form-group"> <label class="col-md-4 control-label" for="textinput">Date Range Viewable</label> <div class="col-md-4"> <input id="textinput" name="textinput" type="text" placeholder="this should be a date picker" class="form-control input-md"> <span class="help-block">no value means always show if template is enabled</span> </div> </div> <!-- Text input--> <div class="form-group"> <label class="col-md-4 control-label" for="Template Creator">Template Creator</label> <div class="col-md-4"> <input id="Template Creator" name="Template Creator" type="text" placeholder="Who created the template?" class="form-control input-md"> <span class="help-block">help</span> </div> </div> <!-- Textarea --> <div class="form-group"> <label class="col-md-4 control-label" for="Section Requirements">Section Requirements</label> <div class="col-md-4"> <textarea class="form-control" id="Section Requirements" name="Section Requirements">link to figma with template requirements - or - text describing the template design </textarea> </div> </div> <!-- Text input--> <div class="form-group"> <label class="col-md-4 control-label" for="Above the Fold">Above the Fold</label> <div class="col-md-4"> <input id="Above the Fold" name="Above the Fold" type="text" placeholder="what should be above the fold in this template?" class="form-control input-md"> <span class="help-block"> Ex. Email templates & Social Recs Email templates & Social Recs 100% 10 C17 Event date, time, and location info. RSVP button Screen reader support enabled. Event date, time, and location info. RSVP button Turn on screen reader support</span> </div> </div> <!-- Select Multiple --> <div class="form-group"> <label class="col-md-4 control-label" for="selectmultiple">Visible Locales</label> <div class="col-md-4"> <select id="selectmultiple" name="selectmultiple" class="form-control" multiple="multiple"> <option value="1">EN-US</option> <option value="2">EN-UK</option> <option value="">EN-AU</option> </select> </div> </div> <!-- Select Multiple --> <div class="form-group"> <label class="col-md-4 control-label" for="vertical">Vertical</label> <div class="col-md-4"> <select id="vertical" name="vertical" class="form-control" multiple="multiple"> <option value="1">ALL</option> <option value="2">Restaurant</option> <option value="">Salon</option> <option value="">Proff Services</option> </select> </div> </div> </fieldset> </form>

Related: See More


Questions / Comments: