"Flounders App"
Bootstrap 3.3.0 Snippet by ericajfitz

<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> <!-- Multiple Radios (inline) --> <div class="form-group"> <label class="col-md-4 control-label" for="radioRestaurant">Restaurant Location</label> <div class="col-md-4"> <label class="radio-inline" for="radioRestaurant-0"> <input type="radio" name="radioRestaurant" id="radioRestaurant-0" value="1" checked="checked"> McGuire's Pensacola </label> <label class="radio-inline" for="radioRestaurant-1"> <input type="radio" name="radioRestaurant" id="radioRestaurant-1" value="2"> McGuire's Destin </label> <label class="radio-inline" for="radioRestaurant-2"> <input type="radio" name="radioRestaurant" id="radioRestaurant-2" value="3"> Crabs on the Beach </label> <label class="radio-inline" for="radioRestaurant-3"> <input type="radio" name="radioRestaurant" id="radioRestaurant-3" value="4"> Flounder's Chowder House </label> <label class="radio-inline" for="radioRestaurant-4"> <input type="radio" name="radioRestaurant" id="radioRestaurant-4" value="5"> Destin Gift Shop </label> <label class="radio-inline" for="radioRestaurant-5"> <input type="radio" name="radioRestaurant" id="radioRestaurant-5" value="6"> Pensacola Gift Shop </label> <label class="radio-inline" for="radioRestaurant-6"> <input type="radio" name="radioRestaurant" id="radioRestaurant-6" value="7"> Flounder's Gift Shop </label> <label class="radio-inline" for="radioRestaurant-7"> <input type="radio" name="radioRestaurant" id="radioRestaurant-7" value="8"> Crabs Gift Shop </label> <label class="radio-inline" for="radioRestaurant-8"> <input type="radio" name="radioRestaurant" id="radioRestaurant-8" value="9"> Vinny McGuire's Pizza Pub </label> </div> </div> <!-- Text input--> <div class="form-group"> <label class="col-md-4 control-label" for="email">Email Address</label> <div class="col-md-4"> <input id="email" name="email" type="text" placeholder="flounder@gmail.com" class="form-control input-md" required=""> </div> </div> <!-- Text input--> <div class="form-group"> <label class="col-md-4 control-label" for="lastName">Last Name</label> <div class="col-md-4"> <input id="lastName" name="lastName" type="text" placeholder="Last Name" class="form-control input-md" required=""> </div> </div> <!-- Text input--> <div class="form-group"> <label class="col-md-4 control-label" for="firstName">First Name</label> <div class="col-md-4"> <input id="firstName" name="firstName" type="text" placeholder="First Name" class="form-control input-md" required=""> </div> </div> </fieldset> </form>

Related: See More


Questions / Comments: