computer-scienceangular-roadmapbackend-roadmapblockchain-roadmapdba-roadmapdeveloper-roadmapdevops-roadmapfrontend-roadmapgo-roadmaphactoberfestjava-roadmapjavascript-roadmapnodejs-roadmappython-roadmapqa-roadmapreact-roadmaproadmapstudy-planvue-roadmapweb3-roadmap
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
10 lines
633 B
10 lines
633 B
2 years ago
|
# Forms and Validations
|
||
|
|
||
|
Before submitting data to the server, it is important to ensure all required form controls are filled out, in the correct format. This is called client-side form validation, and helps ensure data submitted matches the requirements set forth in the various form controls.
|
||
|
|
||
|
Visit the following resources to learn more:
|
||
|
|
||
10 months ago
|
- [@article@MDN Web Docs: Client-side form validation](https://developer.mozilla.org/en-US/docs/Learn/Forms/Form_validation)
|
||
|
- [@article@Learn Forms by web.dev](https://web.dev/learn/forms/)
|
||
|
- [@article@W3Schools: JavaScript Form Validation](https://www.w3schools.com/js/js_validation.asp)
|