noa - Bootstrap5 Admin & Dashboard Template

Note:-

Please refer Faq's page in documentation itself for queries of customization like Colors,RTL ,Dark,Background Image styles,etc..

Basic Content Wizard

Wizard plugin that is extremely flexible, compact and feature-rich. General Form wizard HTML structure in noa template. Here is the Folder structure.

	
		
	
    
<!-- FORM WIZARD JS -->
<script src="../assets/plugins/formwizard/jquery.smartWizard.js"></script>
<script src="../assets/plugins/formwizard/fromwizard.js"></script>

		
	
Type URL
Plugin Link http://www.techlaboratory.net/smartwizard
Basic Wizard With Validation

jQuery based form wizard plugin which enables the user to collapse & expand steps by clicking on next/back buttons just like an accordion.Accordion-Wizard HTML structure in noa template. Here is the Folder structure.

1. The following HTML,JS, CSS you should have in your page to implement a sidebar..
	
		
	
	
    
<!-- INTERNAl Forn-wizard js -->
<script src="../assets/plugins/jquery-steps/jquery.steps.min.js"></script>
<script src="../assets/plugins/parsleyjs/parsley.min.js"></script>

	
	
Type URL
Plugin Link https://www.jqueryscript.net/demo/accordion-form-wizard/