In this video we add validation to our WT-Forms demo. This first level of validation is to require a field. One can add further levels of validation so the validators argument in WT-Forms is a list. The InputRequired() validator adds a "required" attribute to the form element when the HTML for the form is rendered.