diff --git a/typo3/sysext/form/Documentation/I/Config/proto/finishersDefinition/finishers/EmailToReceiver.rst b/typo3/sysext/form/Documentation/I/Config/proto/finishersDefinition/finishers/EmailToReceiver.rst
index 0317118fca7c1b90aabcc1b04bab338570828221..d519b2fb06d544770553ad21b073d1cf33a4d337 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/finishersDefinition/finishers/EmailToReceiver.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/finishersDefinition/finishers/EmailToReceiver.rst
@@ -80,27 +80,38 @@ options.recipients
 ------------------
 
 :aspect:`Option path`
-      TYPO3.CMS.Form.prototypes.<prototypeIdentifier>.finishersDefinition.EmailToReceiver.options.recipients
+    TYPO3.CMS.Form.prototypes.<prototypeIdentifier>.finishersDefinition.EmailToReceiver.options.recipients
 
 :aspect:`Data type`
-      array
+    array
 
 :aspect:`Needed by`
-      Frontend
+    Frontend
 
 :aspect:`Mandatory`
-      Yes
+    Yes
 
 :aspect:`Default value`
-      undefined
+    undefined
 
 :aspect:`Good to know`
-      - :ref:`"Email finisher"<apireference-finisheroptions-emailfinisher>`
-      - :ref:`"Accessing form runtime values"<concepts-finishers-customfinisherimplementations-accessingoptions-formruntimeaccessor>`
+    - :ref:`"Email finisher"<apireference-finisheroptions-emailfinisher>`
+    - :ref:`"Accessing form runtime values"<concepts-finishers-customfinisherimplementations-accessingoptions-formruntimeaccessor>`
 
 :aspect:`Description`
-      Email addresses and names of the recipients (To).
+    Email addresses and names of the recipients (To).
+
+    The form editor in the backend module provides a visual UI to enter an arbitrary
+    amount of recipients.
+
+    This option must contain a YAML hash with email addresses as keys and
+    recipient names as values:
+
+    .. code-block:: yaml
 
+       recipients:
+         first@example.org: First Recipient
+         second@example.org: Second Recipient
 
 .. _typo3.cms.form.prototypes.<prototypeIdentifier>.finishersdefinition.emailtoreceiver.options.senderaddress:
 
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/finishersDefinition/finishers/EmailToSender.rst b/typo3/sysext/form/Documentation/I/Config/proto/finishersDefinition/finishers/EmailToSender.rst
index 7f6dea572082cbe8714ddea7a0c3f980e076e74a..e50f6ee340c01cb0bda5183806f9d432a8416950 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/finishersDefinition/finishers/EmailToSender.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/finishersDefinition/finishers/EmailToSender.rst
@@ -80,27 +80,38 @@ options.recipients
 ------------------
 
 :aspect:`Option path`
-      TYPO3.CMS.Form.prototypes.<prototypeIdentifier>.finishersDefinition.EmailToSender.options.recipients
+    TYPO3.CMS.Form.prototypes.<prototypeIdentifier>.finishersDefinition.EmailToSender.options.recipients
 
 :aspect:`Data type`
-      array
+    array
 
 :aspect:`Needed by`
-      Frontend
+    Frontend
 
 :aspect:`Mandatory`
-      Yes
+    Yes
 
 :aspect:`Default value`
-      undefined
+    undefined
 
 :aspect:`Good to know`
-      - :ref:`"Email finisher"<apireference-finisheroptions-emailfinisher>`
-      - :ref:`"Accessing form runtime values"<concepts-finishers-customfinisherimplementations-accessingoptions-formruntimeaccessor>`
+    - :ref:`"Email finisher"<apireference-finisheroptions-emailfinisher>`
+    - :ref:`"Accessing form runtime values"<concepts-finishers-customfinisherimplementations-accessingoptions-formruntimeaccessor>`
 
 :aspect:`Description`
-      Email addresses and names of the recipients (To).
+    Email addresses and names of the recipients (To).
+
+    The form editor in the backend module provides a visual UI to enter an arbitrary
+    amount of recipients.
+
+    This option must contain a YAML hash with email addresses as keys and
+    recipient names as values:
+
+    .. code-block:: yaml
 
+       recipients:
+         first@example.org: First Recipient
+         second@example.org: Second Recipient
 
 .. _typo3.cms.form.prototypes.<prototypeIdentifier>.finishersdefinition.emailtosender.options.senderaddress: