diff --git a/Documentation/Form.rst b/Documentation/Form.rst
index 7b1f295f0a9c7af6b6bb6288ef75cdeb4332aec2..9c5ba9f8b9cc6104cb63a7aa30a8e9c12460ad06 100644
--- a/Documentation/Form.rst
+++ b/Documentation/Form.rst
@@ -518,8 +518,6 @@ Form.parameter
 +-----------------------------+--------+----------------------------------------------------------------------------------------------------------+
 | fieldsetClass               | string | Overwrite default from :ref:`configuration`.                                                             |
 +-----------------------------+--------+----------------------------------------------------------------------------------------------------------+
-| defaultValue                | string | Set custom default value. If not set, db column default value will be taken.                             |
-+-----------------------------+--------+----------------------------------------------------------------------------------------------------------+
 
 * Example in field Form.parameter::
 
@@ -1121,6 +1119,8 @@ FormElement.parameter
 | clearMe                         | 0 (off)|1(on) - Overwrite default from Form.parameter.clearMe or :ref:`configuration`. Show a small      |
 |                                 | 'x' in input or textarea fields to clear the input.                                                      |
 +---------------------------------+----------------------------------------------------------------------------------------------------------+
+| defaultValue                    | Set custom default value. If not set, db column default value will be taken.                             |
++---------------------------------+----------------------------------------------------------------------------------------------------------+
 
 
 * `s/d/n`: string or date or number.