Files
freeCodeCamp/guide/english/php/forms/index.md
Jacob Hoard 96e2a2f621 Added basic information about forms (#21593)
* Added basic information about forms

* Removed stub and fixed grammar
2018-11-17 16:40:57 -05:00

10 lines
308 B
Markdown

---
title: Forms
---
## Forms
Forms are a way for users to enter data or select data from the webpage. Forms can store data as well as allow the information to be retrieved for later use.
#### More Information:
<!-- Please add any articles you think might be helpful to read before writing the article -->