Update 102-forms-and-validations.md

Added information and link.
This commit is contained in:
Johan Melin
2021-12-10 11:15:56 +01:00
committed by Kamran Ahmed
parent 6e451ef5cf
commit 867e3f2a8c

View File

@ -1 +1,6 @@
# Forms and validations
# Forms and validations
Many websites allow the user to submit and request information using forms. While doing this it is important to ensure all form controls are filled out correctly.
<ResourceGroupTitle>Free Content</ResourceGroupTitle>
<BadgeLink badgeText='Read' href='https://developer.mozilla.org/en-US/docs/Learn/Forms/Form_validation'>MDN Web Docs: Client-side form validation</BadgeLink>