Rules for User Input Categories
In this lesson, let's choose which rules will be used to validate various user input types such as birthday, name and username.
We'll cover the following...
What is the goal of adding auto validation to forms? #
When forms validate inputs for users before they hit submit, it’s to prevent frustration when they later hit submit with improper inputs and are rejected. The second worst user experience you can provide is to wait until the user has filled out all the information and hits submit, only to be rejected for an unclear reason and forced to re-enter information- ...