Topic: Steps (Stepper) - Problem

Niklas Bicok pro asked 5 years ago


<div class="md-form col-12 ml-auto">
<input id="email-horizontal" type="email" class="validate form-control" required>
<label for="email-horizontal">Email</label>
</div>

MD-Form ist missing. -> MDB Version 4.5.13

Piotr Glejzer staff answered 5 years ago


Hi, I will try to explain one more time. I checked everything is working well with package 4.5.13.
  1. Download package 4.5.13.
  2. Put a link with steppers.css below previous links.
  3. Copy script tag with steppers.js and paste it below the last script.
  4. Create a new script tag and put initiate code and other function if you need.
  5. Copy code HTML from a website and paste it to file.
Here is a link to a video showing how to do this. Best, Piotr

Niklas Bicok pro commented 5 years ago

Thank you very much!
now it works!

claritysfw free answered 5 years ago


Any movement on this? having the same problem


Piotr Glejzer staff commented 5 years ago

which version do you use?


Niklas Bicok pro answered 5 years ago


Hi, yes that`s my code:
<link href="core/css/addons-pro/stepper.css" rel="stylesheet">
<script type="text/javascript" src="core/js/addons-pro/stepper.min.js"></script>

Code Stepper

JS:

$(document).ready(function () {
  $('.stepper').mdbStepper();
})

Piotr Glejzer staff commented 5 years ago

What version do you use? New steppers are available from 4.5.12 version. 

I checked in version 4.5.13 that everything is working correctly. 


Niklas Bicok pro commented 5 years ago

I also use version 4.5.13 but it dont work.

I dont know what im doing wrong...

 

 Uncaught TypeError: $(...).mdbStepper is not a function - jquery-3.3.1.min.js:2 

???


vinoth free commented 5 years ago

I am also getting this problem. Steppers with horizontal and vertical form not working.


Piotr Glejzer staff answered 5 years ago


Hi, did you put initiation code to stepper? Steppers - how it works Best, Piotr

Please insert min. 20 characters.

FREE CONSULTATION

Hire our experts to build a dedicated project. We'll analyze your business requirements, for free.

Status

Answered

Specification of the issue

  • ForumUser: Pro
  • Premium support: No
  • Technology: MDB jQuery
  • MDB Version: 4.5.10
  • Device: PC
  • Browser: Chrome
  • OS: Windows 10
  • Provided sample code: No
  • Provided link: No