diff --git a/user_guide_src/source/helpers/form_helper.rst b/user_guide_src/source/helpers/form_helper.rst
index 8f270085f85f..786d821d9a33 100644
--- a/user_guide_src/source/helpers/form_helper.rst
+++ b/user_guide_src/source/helpers/form_helper.rst
@@ -510,8 +510,3 @@ The following functions are available:
/>
/>
- .. note:: If you are using the Validation class, you must always specify
- a rule for your field, even if empty, in order for the ``set_*()``
- functions to work. This is because if a Validation object is
- defined, the control for ``set_*()`` is handed over to a method of the
- class instead of the generic helper function.