Answer the question
In order to leave comments, you need to log in
Why do I fill out the form, but the validator still swears?
There is this html:
<div class="input-wrap f_left">
<input type="text" name="number" class="number" form="dish" placeholder="Телефон">
</div>
rules: {
'number': {
required: true
}
}
Answer the question
In order to leave comments, you need to log in
+, (, ), - are not numbers. as far as I understood from the screenshot. If you dig further, you need regular arrangements in the front and checks on the back.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question