Form wizard (using tabs)

Regarding: bootsnipp.com/snippets/featured/form-wizard-using-tabs

Hi, Its very nice demo but I have an issue with that I have paste entire code but page is not showing complete, are there any other libraries, kindly help me.

abbasmari (-1) - 6 years ago - Reply -1


Are you including jquery and bootstrap?

skyhighpn (2) - 6 years ago - Reply -2


How to include Same??

Save And Continue button doesnot working.. Please hellp

Ritzy1993 () - 5 years ago - Reply 0


You need to add the Bootstrap css & js into the html

<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>

BulRider777 () - 5 years ago - Reply 0