JavaScript – Form Validation

How do you make the form submit button functional?  It’s by using JavaScipt to validate and check the input data, if the input formats are correct, then only the data is submitted to the server. If it’s invalid data, what could the form do? 



Questions?

Leave your comment below or ping your instructor in the Slack group.

Form Validation Script: Download here