Our client has many forms and each form needs to send a message to the submitter. They would like to use the Templated Email - and use a different message per form.
They would also like to keep the message updated from time to time using the CMS. Is there a way that we can do this?
At the moment I can only see a way that we could create different templates in source and NOT allow the client to keep the text editable in the CMS.
Hi - but how can the CMS user - who has no access to the Templates - pick which CMS TypedContent?
The CMS editor basically needs to create a new Form and add a new message to the new form - without any intervention from a developer - and still use a Custom Template styled email
Umbraco Form - Message on Custom Template
Hi,
Our client has many forms and each form needs to send a message to the submitter. They would like to use the Templated Email - and use a different message per form.
They would also like to keep the message updated from time to time using the CMS. Is there a way that we can do this? At the moment I can only see a way that we could create different templates in source and NOT allow the client to keep the text editable in the CMS.
Is this possible?
Thanks
Hi Jon 👋
Have you taken a look at the source code of the Example-Template.cshtml razor view found at Views/Forms/Partials/Emails ?
In a comment towards the top it mentions the following
You could then use a specific piece of content from the CMS to be used in your email template.
Hope that helps you,
Warren
Hi - but how can the CMS user - who has no access to the Templates - pick which CMS TypedContent?
The CMS editor basically needs to create a new Form and add a new message to the new form - without any intervention from a developer - and still use a Custom Template styled email
is working on a reply...