From 96e2a2f62128a2d2bf66ab32b6fa47c25cbb78a4 Mon Sep 17 00:00:00 2001 From: Jacob Hoard <36744177+jhoard08@users.noreply.github.com> Date: Sat, 17 Nov 2018 16:40:57 -0500 Subject: [PATCH] Added basic information about forms (#21593) * Added basic information about forms * Removed stub and fixed grammar --- guide/english/php/forms/index.md | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/guide/english/php/forms/index.md b/guide/english/php/forms/index.md index 878abbcdc6..8bd6eb76e2 100644 --- a/guide/english/php/forms/index.md +++ b/guide/english/php/forms/index.md @@ -3,11 +3,7 @@ title: Forms --- ## Forms -This is a stub. Help our community expand it. - -This quick style guide will help ensure your pull request gets accepted. - - +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: