Materialize-stepper form not submitting to MySql database, with nodejs
问题 I have a large html form, So I decided to use materialize-stepper in order to facilitate the UI. But the form doesn;t submit to the MySql db. I have tried using the normal form with few inputs and it submits to the db. I am thinking, Is it because of the 'ul' markup? my code is below the snippet of the Html form: <form class="CreateClient"> <ul class="stepper horizontal" style="min-height:550px"> <li class="step active"> <div class="step-title waves-effect waves-dark">Contact detail</div>