Module 13: Form Validation

CMPS 162: Introduction to Programming

Introduction

Because JavaScript usually runs inside of a browser a very common task is to validate inputs. We will look at text fields, drop-downs, radio buttons, ZIP codes, and emails. A lot of concepts that were covered throughout the course will be required to solve this problem.

Module Objectives

  • Apply form validation to text fields
  • Apply form validation to drop-downs
  • Apply form validation to radio buttons
  • Apply form validation to ZIP codes
  • Apply form validation to email

Learning Resources

  • Module 13 Readings: Chapters 82 thru 86 from Myers

Learning Activities

  • Module 13 Assignment: Interactive Coding Exercises 82 thru 86

For Further Study

  • None

Leave A Reply

Your email address will not be published. Required fields are marked *