Next lesson playing in 5 seconds

Cancel
  • Overview
  • Transcript

3.1 Conclusion

Validating forms used to be a tedious and mundane process, but thanks to the capabilities introduced with HTML5, we can finally write reusable and customizable form validation code with minimal time and effort. I hope the strategies I’ve shared in this course will make your own work go faster.

My name is Jeremy McPeak, and from all of us here at Envato Tuts+, thank you for watching!

Related Links

3.1 Conclusion

In just the recent years, form validation has drastically changed and it certainly took its sweet time doing it. With the constraint validation API, we can finally spend less time writing validation code and rely on the browser to do the heavy lifting. All we have to do now is determine what is invalid and tell the user what to fix. Now before I leave you, I want to point out a couple of references you'll undoubtedly need to implement a complete solution. The Mozilla Developer Network, or MDN, is one of the best sources of documentation available and you can find references to the HTML5 form validation attributes as well as a reference to the validity state object. You'll find the links available in the course descriptions. Thank you so much for watching this course. Please feel free to contact me through Twitter, or the Tuts+ forums if you have any questions. From all of us here at Tuts+ thank you, and I will see you next time.

Back to the top