DEV Community

Cover image for Form Validation using Javascript | Create Form using HTML CSS
CodeWellTechYT
CodeWellTechYT

Posted on

Form Validation using Javascript | Create Form using HTML CSS

Creating a Form is very regular requirement in web development.

And form should be very attractive and have good logic to validate it.

In this session, I explained how to create a Form from scratch and explained each step in beginners prospective.

Covered Below

  • Create Form using Html
  • Style Form using CSS
  • Validate Form using Javascript

You can check the description of the video for source code.

Do subscribe to channel if you found the video is helpful.

Top comments (1)

Collapse
 
roblevintennis profile image
Rob Levin

I think it's definitely a good exercise to do form validation in straight-up JavaScript. However, it will cause a maintenance nightmare in typical projects unless you abstract it. I've enjoyed using Vest for this of late:
dev.to/roblevintennis/agnosticui-v...