Create a page with a sign up form. It can have any input but you must require, first name, last name, phone number and email. It should also have a section for OAuth (allow for sign in with Facebook, Google, etc.). The phone number and email must be valid and the phone number should be formatted.

Part three: Add validation for the email and phone number fields. If they do not pass validation the form should not submit and you should show error messaging

Previous
Previous

How to Do Form Validation Without JavaScript

Next
Next

How to Style a Form with HTML and CSS