"Bootstrap4 Form Practice"
Bootstrap 4.0.0 Snippet by dseg

<link href="//maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css" rel="stylesheet" id="bootstrap-css"> <script src="//maxcdn.bootstrapcdn.com/bootstrap/4.0.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 ----------> <div class="container"> <form action="https://www.gmo-zcom.co.uk/demo-trade-form.php"> <small class="text-muted">We'll never share your information with anyone else.</small> <fieldset class="form-group"> <label for="firstName">First name</label> <input type="text-muted" class="form-control" id="firstName" placeholder="First name"> </fieldset> <fieldset class="form-group"> <label for="lastName">Last name</label> <input type="text-muted" class="form-control" id="lastName" placeholder="Last name"> </fieldset> <fieldset class="form-group"> <label for="phone">Telephone</label> <input type="text-muted" class="form-control" id="phone" placeholder="Telephone number"> </fieldset> <fieldset class="form-group"> <label for="email">Email address</label> <input type="email" class="form-control" id="email" placeholder="Enter email"> </fieldset> <button type="submit" class="btn btn-primary">Submit</button> </form> </div>

Related: See More


Questions / Comments: