From c657e4adae57c3c0003237bfc282699eef57b86a Mon Sep 17 00:00:00 2001 From: "promptless[bot]" Date: Wed, 17 Jun 2026 09:08:23 +0000 Subject: [PATCH] Document multiple comma-separated recipients in Send Form results action The form Send email action (Send Form results) exposes To/CC/BCC fields that accept comma-separated addresses, but this was not documented. Adds a note clarifying that multiple addresses can be separated with a comma. Refs mautic/mautic#16271 --- docs/components/forms.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/components/forms.rst b/docs/components/forms.rst index 323c3dc6a..a6c20daa6 100644 --- a/docs/components/forms.rst +++ b/docs/components/forms.rst @@ -468,6 +468,8 @@ Enter the URL where the Form should post to, and Email address/s for anyone who If you have Contact Owners set in Mautic, you can also send the notification directly to the Contact's owner. It's also possible to send a copy of the Email to the Contact. +Use the 'to', 'cc', and 'bcc' fields to set who receives the notification. To send to more than one address in any of these fields, separate the Email addresses with a comma. + You can style the message itself as you like, and you can click to insert the submitted values from the Form using tokens. You must add the fields to the Form before creating the action. If adding new fields after creating the Form action, edit the Form action and add the new tokens to the Email. .. image:: images/forms/send_form_results.png