Validation

Learn how to add validation to an input.

The next thing we’ll look at is adding validation to our form. Template forms use HTML5 attributes to determine if an input should be validated. This is called constraint validation. You can find more information about it ...