Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions docs/components/forms.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Documented that the To/CC/BCC fields of the form Send email action accept comma-separated addresses. PR #16271 changes ToBcBccFieldsTrait.php so the to, cc, and bcc fields validate each comma-separated address individually (via a Callback constraint) instead of rejecting multiple addresses, matching the mautic.core.send.email.to.multiple.addresses tooltip ("Separate multiple emails with a comma."). The trait is used by SubmitActionEmailType.php, the form action labeled "Send form results" in the UI.

Source: mautic/mautic#16271


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
Expand Down
Loading