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: