Code examples for Form Validation session
- formValidation.html - starter code for the session (basic form validation).
- surnameAdded.js - example of completed first task (addition of extra field and validation).
- userStarter.html - starter code for validation task.
- requireEntry.html - example of required entry task completed using HTML attributes.
- checkisNaN.hmtl - example of completed task validating a number input.
- checkLength.html - example of completed task checking minimum length.
- postCodeRegEx.html - example of completed RegEx task (4 digits and postcode).
- setFormat.html - example of completed set formatting task.
- setFocus.html - example of completed set focus task.
Copyright (c) 2022 The Developer Academy Ltd