diff --git a/reference/forms/types/hidden.rst b/reference/forms/types/hidden.rst index fd7ab6cc1f4..ba1b6421d76 100644 --- a/reference/forms/types/hidden.rst +++ b/reference/forms/types/hidden.rst @@ -51,6 +51,12 @@ These options inherit from the :doc:`FormType `: .. include:: /reference/forms/types/options/data.rst.inc .. include:: /reference/forms/types/options/empty_data.rst.inc + :end-before: DEFAULT_PLACEHOLDER + +The default value is ``''`` (the empty string). + +.. include:: /reference/forms/types/options/empty_data.rst.inc + :start-after: DEFAULT_PLACEHOLDER .. include:: /reference/forms/types/options/error_mapping.rst.inc