validate.js
validate.js copied to clipboard
Validate without form element
Hey @ansman,
I have a form element which consist of 4 step wizard. At each step I want to call validate function. If I use something like below to get input elements it doesn't work at all.
const elements = document.querySelectorAll(".wizard-step-1");
What do you suggest for such a case?
Thanks.
@mete89 Do you use Metronic ?
@omansak I'm using Keen but probably they are similar.