Toggle navigation
Bootsnipp
Bootstrap
For
CSS Frameworks
Bootstrap
Foundation
Semantic UI
Materialize
Pure
Bulma
References
CSS Reference
Tools
Community
Page Builder
Form Builder
Button Builder
Icon Search
Dan's Tools
Diff / Merge
Color Picker
Keyword Tool
Web Fonts
.htaccess Generator
Favicon Generator
Site Speed Test
Snippets
Featured
Tags
By Bootstrap Version
4.1.1
4.0.0
3.3.0
3.2.0
3.1.0
3.0.3
3.0.1
3.0.0
2.3.2
Register
Login
"arrow nav pills"
Bootstrap 4.1.1 Snippet by
saikrishna99666
4.1.1
jQuery
Preview
HTML
CSS
JS
View Full Screen
Fork
Fork this
1.1K
 
0 Fav
Post to Facebook
Tweet this
<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 ----------> <link href="https://res.cloudinary.com/dxfq3iotg/raw/upload/v1581152092/smartwizard/smart_wizard.min.css" rel="stylesheet" type="text/css" /> <link href="https://res.cloudinary.com/dxfq3iotg/raw/upload/v1581152091/smartwizard/smart_wizard_theme_arrows.min.css" rel="stylesheet" type="text/css" /> <script type="text/javascript" src="https://res.cloudinary.com/dxfq3iotg/raw/upload/v1581152197/smartwizard/jquery.smartWizard.min.js"></script> <div class="container"> <div class="row d-flex justify-content-center mt-200"> <button type="button" class="btn btn-primary" data-toggle="modal" data-target="#exampleModal"> Launch multistep Wizard </button> </div> <!-- Modal --> <div class="modal fade" id="exampleModal" tabindex="-1" role="dialog" aria-labelledby="exampleModalLabel" aria-hidden="true"> <div class="modal-dialog modal-lg modal-dialog-centered" role="document"> <div class="modal-content"> <div class="modal-header"> <h5 class="modal-title" id="exampleModalLabel">Smart Wizard modal</h5> <button type="button" class="close" data-dismiss="modal" aria-label="Close"> <span aria-hidden="true">×</span> </button> </div> <div class="modal-body"> <div id="smartwizard"> <ul> <li><a href="#step-1">Step 1<br /><small>Account Info</small></a></li> <li><a href="#step-2">Step 2<br /><small>Personal Info</small></a></li> <li><a href="#step-3">Step 3<br /><small>Payment Info</small></a></li> <li><a href="#step-4">Step 4<br /><small>Confirm details</small></a></li> </ul> <div class="mt-4"> <div id="step-1"> <div class="row"> <div class="col-md-6"> <input type="text" class="form-control" placeholder="Name" required> </div> <div class="col-md-6"> <input type="text" class="form-control" placeholder="Email" required> </div> </div> <div class="row mt-3"> <div class="col-md-6"> <input type="text" class="form-control" placeholder="Password" required> </div> <div class="col-md-6"> <input type="text" class="form-control" placeholder="Repeat password" required> </div> </div> </div> <div id="step-2"> <div class="row"> <div class="col-md-6"> <input type="text" class="form-control" placeholder="Address" required> </div> <div class="col-md-6"> <input type="text" class="form-control" placeholder="City" required> </div> </div> <div class="row mt-3"> <div class="col-md-6"> <input type="text" class="form-control" placeholder="State" required> </div> <div class="col-md-6"> <input type="text" class="form-control" placeholder="Country" required> </div> </div> </div> <div id="step-3" class=""> <div class="row"> <div class="col-md-6"> <input type="text" class="form-control" placeholder="Card Number" required> </div> <div class="col-md-6"> <input type="text" class="form-control" placeholder="Card Holder Name" required> </div> </div> <div class="row mt-3"> <div class="col-md-6"> <input type="text" class="form-control" placeholder="CVV" required> </div> <div class="col-md-6"> <input type="text" class="form-control" placeholder="Mobile Number" required> </div> </div> </div> <div id="step-4" class=""> <div class="row"> <div class="col-md-12"> <span>Thanks For submitting your details with BBBootstrap.com. we will send you a confirmation email. We will review your details and revert back.</span> </div> </div> </div> </div> </div> </div> </div> </div> </div> </div>
body { background-color: #eee } .form-control:focus { color: #495057; background-color: #fff; border-color: #80bdff; outline: 0; box-shadow: 0 0 0 0rem rgba(0, 123, 255, .25) } .btn-secondary:focus { box-shadow: 0 0 0 0rem rgba(108, 117, 125, .5) } .close:focus { box-shadow: 0 0 0 0rem rgba(108, 117, 125, .5) } .mt-200 { margin-top: 200px }
$(document).ready(function(){ $('#smartwizard').smartWizard({ selected: 0, theme: 'arrows', autoAdjustHeight:true, transitionEffect:'fade', showStepURLhash: false, }); });
Questions / Comments:
Post
Posting Guidelines
Formatting
- Now
×
Close
Donate
BTC: 12JxYMYi6Vt3mx3hcmP3B2oyFiCSF3FhYT
ETH: 0xCD715b2E3549c54A40e6ecAaFeB82138148a6c76