Hello Team,
I have purchased the Metronic 8 and currently using HTML version for creating some prototypes. I have facing some issues specially with Stepper which is under Wizards. Below are my questions:
Please refer this screenshot - https://prnt.sc/26jhcmv
Please help!
Note - Not using PHP or Laravel - Simply using HTML version for prototyping so editing files under HTML folder.
Great discussion on troubleshooting the stepper issue! It's always helpful to see real-world examples and solutions shared by the community. On a side note, if you're looking to enhance your professional profile, consider exploring CV writing service Leeds for expertly crafted CVs. Thanks for the valuable insights here!
Hi,
You can copy and paste any of the steps (except for the first and last steps) to create new steps within the wizard.
Please note that the wizard component comes in 2 sections: Nav and Form. Therefore, when you add a new step, you'll need to duplicate a Nav element and a Form element.
If you look at the sample page in your screenshot (https://preview.keenthemes.com/metronic8/demo1/utilities/wizards/horizontal.html):
The nav part looks like this:
<!--begin::Step 2-->
<div class="stepper-item pending" data-kt-stepper-element="nav">
<h3 class="stepper-title">Account Info
</div>
<!--end::Step 2--> <!--begin::Step 2-->
<div data-kt-stepper-element="content" class="pending">
<!--your content here-->
</div>
<!--end::Step 2--> theme/demo/src/js/custom/utilities/modals/create-account.js. Similarly with the HTML, you can copy and paste the validation object from any step and replace the fields with the ones you have in your new step form. The field name references the input name attribute.Hello Team,
Please reply ASAP. If you are not sure if i have purchase your theme then send your ticket system link will provide purchase code and everything. Awaiting your response.