I have big trouble with a multi step form I did by myself using jquery (hide, and display divs)
here is how it looks like
the trouble I have is for the fields that have the attribute "required". In fact All the form works fine, but the trouble is that it does not display the required until I click to the sublit button.
And when we are to the final page and we do submit, it recall that some inputs are missings, here is below the message error in the console of chrome
An invalid form control with name='raison_sociale' is not focusable. index.php?p=demande-devis&categorie=professionnel&type=menuiserie:1
An invalid form control with name='nom' is not focusable. index.php?p=demande-devis&categorie=professionnel&type=menuiserie:1
An invalid form control with name='siret' is not focusable. index.php?p=demande-devis&categorie=professionnel&type=menuiserie:1
An invalid form control with name='prenom' is not focusable. index.php?p=demande-devis&categorie=professionnel&type=menuiserie:1
An invalid form control with name='no_tva' is not focusable.
I don't know how to check the required attributes without validating the form, but just before changing the step of my form...
anykind of help will be much appreciated.