Hi, I have a contact form on my site, these are the fields of my contact form:
[text* text-99 placeholder "שמך המלא"]
[tel* text-381 placeholder "הטלפון שלך"]
the thing is that the form always passes the validation, even if i leave the fields empty. The thing is the tel validation is working and gives an error is the value isn't a tel number, but the require validation isn't working
What might be the problem and how can I fix that?
Thanks,
Matan