Minimal size in the phone field
-
Hi, first I would like to thank you for the plugin!
I have a name and whatsapp capture form. For the whatsapp number I need to get exactly the 11 digits (00) 00000 0000. The plugin prevents entering more than 11 digits, but if less than 11 digits are entered, the form is sent, I tested with (83)99883 only and sent . I put the minlenght=11 but it didn’t work it kept sending.
I would like the field to only allow sending with 11 digits, neither more nor less.
Here’s the form I’m using.
<div class=”form-prin”>[text* nome1 class:campo_form placeholder “Digite o seu nome”][tel* telef1 minlength:11 maxlength:140 class:campo_form class:phone placeholder “Whatsapp”][submit class:btn_form “Agendar Avalia??o”]</div>
The page I need help with: [log in to see the link]
- The topic ‘Minimal size in the phone field’ is closed to new replies.