Kinark / Materialize-stepper

A little plugin that implements a stepper to Materializecss framework.
https://kinark.github.io/Materialize-stepper/
MIT License
227 stars 60 forks source link

Multiple Forms in one Step #86

Open pi200 opened 4 years ago

pi200 commented 4 years ago

Hello, I would like to have multiple Forms in one Step so for example:

Step 1 - Personal Data ...

Step 2 Payment options ...

I can put several Forms inside a step but just the first form get´s validated and the complete Step is shown as correct.

Is therer any chance to check if every required form in one step is valid?

Thanks