• Hi,

    I’ve just noticed that minlength in the phone box of the form is not working – it allows sending the form even if you just leave it with “+48”, which is pre-typed. I tried removing the pre-typed text, but the it still allows sending if there is at least one character in the box (despite “minlength:12″ in the form).

    I’m pasting the form code below:

    <h4 style=”color:#ff5e00;text-align:center;margin-top:25px; margin-bottom:20px;”>FORMULARZ ZAPISóW</h4>
    <h6 style=”text-align:center;”>*Pola obowi?zkowe</h6>
    <div style=”width:100%;text-align:center;”>
    <div style=”text-align: center;margin: 0 auto;display: flex;flex-wrap: wrap;justify-content: space-between;”>

    <div style=”width: 49%; color:#858585;”>
    <label>*Imi? i nazwisko [text* your-name placeholder “Imi? i nazwisko”]</label>
    <label>*Adres e-mail [email* your-email placeholder “[email protected]”]</label>
    <label>*Telefon [tel* your-phone minlength:12 “+48”]</label>
    <!– NIEAKTYWNE KURSY: “Akt w Rysunku” “Grupa Otwarta Plenerowa” “Komiks w Pigu?ce” “Kreatywne Spojrzenie: Pe?nia Wra?eń” “Pastele w Plenerze” “Rysunek w Pigu?ce” “Rysowanie G?owy” “Rysunek do Podstaw 2” “?wiadome Tworzenie” “Wakacyjne Wyzwania Malarskie” “Wprowadzenie do Rysowania Postaci” –>
    <label>*Kurs (wybierz z listy) [select* menu-courses include_blank “A Jednak Umiem Rysowa?” “Grupa Otwarta” “Grupa Otwarta Dzieci?ca (11-14)” “Komiks od Podstaw” “Ma?y-Wielki Artysta (5-7)” “Ma?y-Wielki Artysta+ (8-10)” “Przygotowanie na ASP” “Rysunek od Podstaw” “Rysunek [nie ca?kiem] od Podstaw” “Wprowadzenie do Malarstwa 1” “Wprowadzenie do Malarstwa 2” “Zaj?cia Indywidualne” “Inne”]</label>
    <label>*Grupa (zanim wybierzesz sprawd? TERMINY KURSóW) [text* text-group placeholder “Dzień tygodnia”]</label>
    [acceptance accept-this-1 acceptance_as_validation: on]*Jestem osob? pe?noletni?.[/acceptance]
    [acceptance accept-this-2 acceptance_as_validation: on] *Zapozna?em si? z REGULAMINEM szko?y i akceptuj? jego tre??.[/acceptance]
    <h6 style=”margin-top: 30 px; color:#858585;”> Wyra?am zgod? na przetwarzanie moich danych w zakresie:</h6>
    <div style=”text-align: left; margin-left: 15%;”>
    [checkbox* zgody-zapis “*Zapisów”]
    [checkbox zgody-oferta “Oferty”]
    [checkbox zgody-materialy “Materia?ów dodatkowych”]
    </div>
    </div>

    <div style=”width: 49%; color:#858585;”>
    <h4>[checkbox checkbox-dziecko “Chc? zapisa? dziecko”] </h4>
    [group zapis-dziecka]
    <h6> <div style=”color:#858585;”>
    <fieldset>
    <label>*Imi? i nazwisko dziecka [text child-name placeholder "Imi? i nazwisko dziecka"]</label>
    <label>*Wiek dziecka [text child-age placeholder "Wiek"]</label>
    <label>Adres e-mail dziecka [email child-email placeholder “[email protected]”]</label>
    <label>Telefon dziecka [tel child-phone “+48″]</label>
    </div></h6><br><br>
    </fieldset>
    [/group]

    <label style=”color:#858585;”> Dodatkowe uwagi [textarea your-message] </label>
    </div>

    <div class=”button-align-right” style=”margin-top:10px; width: 100%; color:#858585;”>
    [submit “Wy?lij”]
    <h6 style=”text-align:right; margin-right:100px;”>Przed wys?aniem upewnij si?, czy wype?nione s? wszystkie pola oznaczone “*” </h6>
    </div>

    </div>
    </div>

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘tel* minlength not working’ is closed to new replies.