Form Input Validation in HTML

Поділитися
Вставка
  • Опубліковано 30 чер 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 :)

  • @burgasdragonheirsilentgods
    @burgasdragonheirsilentgods 3 роки тому

    Cool presentation !!!

  • @mkgtuty
    @mkgtuty Рік тому

    Good video to watch.

  • @gerusacruz849
    @gerusacruz849 Рік тому

    genial gracias por subir este video con legenda!!!

  • @henriquedamasceno7024
    @henriquedamasceno7024 2 роки тому

    Thank you!!

  • @yopoomotivations5641
    @yopoomotivations5641 Рік тому

    thanks alot you have really helped me

  • @user-ek6kf3do9w
    @user-ek6kf3do9w 2 роки тому

    thank you it helped alot

  • @watch2279
    @watch2279 3 роки тому

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

  • @iam_ruhiiii3981
    @iam_ruhiiii3981 2 роки тому

    Thankyou so much finally I understand validation😅

  • @muhammadsalehuser
    @muhammadsalehuser 2 роки тому

    Cool brader..

  • @IBITZEE
    @IBITZEE 3 роки тому

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

  • @aashnachoudhary7936
    @aashnachoudhary7936 2 роки тому

    very nyc ....

  • @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 Рік тому

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

    • @CodeVault
      @CodeVault  Рік тому

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

    • @likithathyagaraju1842
      @likithathyagaraju1842 Рік тому

      @@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  Рік тому

      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😅