DEV Community

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

Posted on • Originally published at raddevon.com on

1

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)

Billboard image

The Next Generation Developer Platform

Coherence is the first Platform-as-a-Service you can control. Unlike "black-box" platforms that are opinionated about the infra you can deploy, Coherence is powered by CNC, the open-source IaC framework, which offers limitless customization.

Learn more

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay