Form Validation
This is an example of how form validation could be used to communicate to the user that the data has been entered incorrectly in the form. Of course in the real world, every single input point would not be marked in error.Child Care Room Information
Room Name | Age Category | Hours/day (12 max) | Room Size (sq. ft.) | Delete |
---|---|---|---|---|
Room name is required |
Age category is required |
Hours are required
|
Room size is required |
|
Room name is required |
Age category is required |
Hours are required
|
Room size is required |
|
Room name is required |
Age category is required |
Hours are required
|
Room size is required |
Correct the above form errors before submitting
(Has no function in this example)