Quantcast
Channel: WordPress.org Forums » All Topics
Viewing all articles
Browse latest Browse all 59525

“MaxLength” with Tel Number Not Working

$
0
0

Replies: 0

I’m using Contact Form 7 on my website. I have a required telephone number field. I want the form to only accept a telephone number of exactly 10 digits. Min length is set to 10 and that works; if a user tries to submit their form with less than 10 digits, a message appears that the number is too short and it will not let them submit. But when I add “maxlength:10”, the form will allow itself to be submitted, even if they have more than 10 digits.

Here is the code in the form area:

<p>Your Phone Number<br />
[tel* your-tel minlength:10 maxlength:10] </p>

What am I missing? Thank you.


Viewing all articles
Browse latest Browse all 59525

Trending Articles