Form Input Validation in HTML

Поделиться
HTML-код
  • Опубликовано: 16 май 2024
  • Source code can be found here:
    code-vault.net/lesson/qew6n1e...
    ===== Support us through our store =====
    code-vault.net/shop
    ===== Check out our website =====
    code-vault.net
    ===== Check out our Discord server =====
    discord.code-vault.net

Комментарии • 24

  • @alberthole3696
    @alberthole3696 2 года назад +4

    Thanks man. That's exactly what I was looking for. Register form exceptions with pure html. Thank you!
    Back to my college assessment with this knowledge...

  • @anibalmaidana670
    @anibalmaidana670 2 года назад +2

    Very simple and well explained, thank you!

  • @isidromiranda3154
    @isidromiranda3154 2 года назад +1

    excellent, congratulations on your willingness to explain and teach

  • @redsantos6694
    @redsantos6694 2 года назад

    great video, learned many things, thank you :)

  • @yopoomotivations5641
    @yopoomotivations5641 Год назад

    thanks alot you have really helped me

  • @gerusacruz849
    @gerusacruz849 Год назад

    genial gracias por subir este video con legenda!!!

  • @henriquedamasceno7024
    @henriquedamasceno7024 2 года назад

    Thank you!!

  • @user-ek6kf3do9w
    @user-ek6kf3do9w 2 года назад

    thank you it helped alot

  • @burgasdragonheirsilentgods
    @burgasdragonheirsilentgods 3 года назад

    Cool presentation !!!

  • @mkgtuty
    @mkgtuty Год назад

    Good video to watch.

  • @iam_ruhiiii3981
    @iam_ruhiiii3981 2 года назад

    Thankyou so much finally I understand validation😅

  • @IBITZEE
    @IBITZEE 2 года назад

    Great info...
    i thought "type=text" was the only option!!! ;-)
    all the rest was done in js/jquery/...

  • @watch2279
    @watch2279 3 года назад

    Thanks this help me, initially I mixed up (Min and minlength) and (max and maxlenght). Thank you again.

  • @aashnachoudhary7936
    @aashnachoudhary7936 2 года назад

    very nyc ....

  • @muhammadsalehuser
    @muhammadsalehuser 2 года назад

    Cool brader..

  • @isme4267
    @isme4267 2 года назад

    how to validate word count not only char count? thank you

    • @CodeVault
      @CodeVault  2 года назад

      I think that you'd have to do either by using the pattern attribute and some clever regex or simply by adding some javascript code where you split at the space character and return the length of the resulting array

  • @nischitav
    @nischitav Год назад

    Can i retain data of invalid entries?

    • @CodeVault
      @CodeVault  Год назад

      Yes, you can still get the values through JavaScript if needed (but only for the ones that actually let you type invalid values)

  • @likithathyagaraju1842
    @likithathyagaraju1842 11 месяцев назад

    How to display the text, please lengthen this text to 8 characters.... Where we have to enter this text

    • @CodeVault
      @CodeVault  11 месяцев назад

      I'm not sure what you mean... Can you explain in more detail please?

    • @likithathyagaraju1842
      @likithathyagaraju1842 11 месяцев назад

      @@CodeVault when you are not entering the text in text field, then your getting message like please lengthen this text to 8 characters and etc right, how to get that message

    • @CodeVault
      @CodeVault  11 месяцев назад

      Oh! It's generated automatically by the browser. You don't have to enter that text anywhere

  • @iam_ruhiiii3981
    @iam_ruhiiii3981 2 года назад

    Thankyou so much finally I understand validation😅