Skip to content

Custom email message per form #1434

@TommyFinetic

Description

@TommyFinetic

Currently in Forms the email message content must be defined in the mail template. This means site administrators cannot easily customize the message that is sent when a form is submitted without modifying code.

It would be helpful if a form could define its own email message content directly in the form configuration. This would give editors more flexibility to adjust the message per form.

Ideally this message field should support Antlers, so form fields can be used inside the message, similar to how fields can already be used for the recipient (e.g. {{ email }}).

A simple textarea with basic formatting options (e.g. bold, italic, links, etc.) would already cover most use cases.

Example:

Thank you for your submission.

Name: {{ name }}
Email: {{ email }}
Message: {{ message }}

This would make form-specific messaging easier to manage without editing mail templates.

Example UI placement:
Image

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions