Added basic information about forms (#21593)

* Added basic information about forms

* Removed stub and fixed grammar
This commit is contained in:
Jacob Hoard
2018-11-17 16:40:57 -05:00
committed by Manish Giri
parent 45a02989bc
commit 96e2a2f621

View File

@ -3,11 +3,7 @@ title: Forms
---
## Forms
This is a stub. <a href='https://github.com/freecodecamp/guides/tree/master/src/pages/php/forms/index.md' target='_blank' rel='nofollow'>Help our community expand it</a>.
<a href='https://github.com/freecodecamp/guides/blob/master/README.md' target='_blank' rel='nofollow'>This quick style guide will help ensure your pull request gets accepted</a>.
<!-- The article goes here, in GitHub-flavored Markdown. Feel free to add YouTube videos, images, and CodePen/JSBin embeds -->
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 -->