DEV Community

Cover image for Working with HTML Form Fields in Javascript
Devon Campbell
Devon Campbell

Posted on • Originally published at raddevon.com on

Working with HTML Form Fields in Javascript

You might want to go back and watch the first two videos in my DOM manipulation series if you haven’t already. This one follows from those two.

Forms and their controls have slightly different methods and properties from the other DOM elements. In this video, I show you a couple of those and demonstrate the foundational concepts of how you’d validate a user’s input.

Even now after writing Javascript almost daily for quite a few years, I still need to look things up, often just to see examples of them in use. I created this cheatsheet so you can have examples of the Javascript basics at the ready. Head over to this video's page on my site where you can get your own copy!

Top comments (0)