diff --git a/docs/guides/bs5migration/index.md b/docs/guides/bs5migration/index.md
index a1a3fd26b4..71f13628ef 100644
--- a/docs/guides/bs5migration/index.md
+++ b/docs/guides/bs5migration/index.md
@@ -141,3 +141,32 @@ The following previously deprecated mixins will be dropped in BS5, so they can b
```
+
+### Forms
+
+- The `.form-group` helper class has been replaced with margins.
+- The `.form-inline` helper class has been replaced with utility classes.
+
+
+
+```html
+
+```
+
+
+
+
+
+```html
+
+```
+
+