diff --git a/source/import_documentation/Components/Solid-Form.rst b/source/import_documentation/Components/Solid-Form.rst
index 7414c91834d73c255b0709b9d7bd6eef216f8fd7..651e9018d38bbb4becefa862ff714c27956fc4fe 100644
--- a/source/import_documentation/Components/Solid-Form.rst
+++ b/source/import_documentation/Components/Solid-Form.rst
@@ -80,6 +80,11 @@ Attributes
    Add this attribute when the form does not include
    all the fields of the resource to update.
 
+``required-[field]``
+~~~~~~~~~~~~~~~~~~~~
+   Add this attribute to make the ``[field]`` required by adding the ``required`` attribute to the input.
+
+
 ``min-[field]``
 ~~~~~~~~~~~
    Add this attribute for the field ``[field]`` to define its minimum value.
diff --git a/source/import_documentation/attributes-list.rst b/source/import_documentation/attributes-list.rst
index 7f42901bf42bffff4fa573f178eeeea1ca6c25d9..64c0f84ed5954f3511316f33db9c2ffd7c6171fd 100644
--- a/source/import_documentation/attributes-list.rst
+++ b/source/import_documentation/attributes-list.rst
@@ -191,6 +191,7 @@ List of attributes (core framework)
 ``required-[field]``
 ~~~~~~~~~~~~~~~~~~~~
    * :ref:`required-mixin <required-mixin>`
+   * :ref:`solid-form <solid-form>`
 
 ``sorted-by``
 ~~~~~~~~~~~~~~~