diff --git a/web/pages/components/config/README.md b/web/pages/components/config/README.md
index eae4c4bfc..d21858b38 100644
--- a/web/pages/components/config/README.md
+++ b/web/pages/components/config/README.md
@@ -27,59 +27,77 @@ Each form input (or group of inputs) you make, you should
There are also a variety of other local states to manage the display of error/success messaging.
-## Using Ant's `
`, to help manage overall validation on the form before submission.
-Looking back at the pages with ``, which I believe handles the local state change updates of the value.
-This pattern might be overly engineered.
+## Current Refactoring:
+While `Form` + `Form.Item` provides many useful UI features that I'd like to utilize, it's turning out to be too restricting for our uses cases.
-There are also a few patterns across all the form groups that repeat quite a bit. Perhaps these patterns could be consolidated into a custom hook that could handle all the steps.
+I am refactoring `form-textfield` so that it does not rely on ``. But it will require some extra handling and styling of things like error states and success messaging.
-TODO: explain how to use