- Overview
- Transcript
1.1 Introduction
Welcome to Form Validation With Parsley. In this course, you will learn how to make form validation a quick and easy process with the Parsley JS library.
1.Introduction2 lessons, 03:15
1.1Introduction00:44
1.2What Is Parsley?02:31
2.Introducing Parsley10 lessons, 48:47
2.1Setting Up Your Files03:00
2.2Two Ways to Activate Parsley05:40
2.3Required Inputs05:07
2.4Namespaces03:10
2.5More Required Fields06:27
2.6Email and URL Validation05:03
2.7String Validations06:00
2.8Numeric Validations07:41
2.9Checkbox Validations04:26
2.10Comparing Values02:13
3.Conclusion1 lesson, 00:41
3.1Final Thoughts00:41
1.1 Introduction
Hello and welcome to form validation with Parsley. Validating forms in HTML can be a very tedious process if you try to do it manually. Thankfully however, we have JavaScript libraries like Parsley that allow us to validate our forms very quickly and very easily. So in this course, I'm gonna show you just how easy it is to perform numerous different types of validation on our forms, without having to type very much JavaScript's code at all. Now I'm going to assume that you have at least a basic knowledge of HTML and CSS, and at least an introduction to JavaScript. And with that said, we'll get started in the next lesson.