You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When working with workflows on many forms I often thing I need to do the same over and over and unfortunately is isn't possible to copy workflows (except the entire form): #1185
I think it could be useful to define some globally email templates or workflow to re-use. Although workflows specific per form is great, we have mainly used the same configuration, which is tedious to manage when the number of forms grow, e.g. in a multi-site solutions where the customer may prefer a form per language/culture/site.
A concreate scenario it that I have a workflow "Send email to user" to send confirmation email to user (copy of form submission).
An idea could be be to define this globally, but of course each form using this would need to have the field with alias email.
Another idea is just the email part, e.g. something similar to email templates in Umbraco Commerce:
Email template (file)
Header text
Footer text
Subject
CC, BCC etc.
That way on the workflow configuration I only need to select the same email template (node). If the customer want to adjust header or footer text, it doesn't need to be done on 100 forms, just on a single node.
Perhaps consider is as global content similar to global blocks in Umbraco umbraco/rfcs#35
The text was updated successfully, but these errors were encountered:
bjarnef
changed the title
Globally email templates
Globally email templates / workflows
Mar 12, 2024
When working with workflows on many forms I often thing I need to do the same over and over and unfortunately is isn't possible to copy workflows (except the entire form): #1185
I think it could be useful to define some globally email templates or workflow to re-use. Although workflows specific per form is great, we have mainly used the same configuration, which is tedious to manage when the number of forms grow, e.g. in a multi-site solutions where the customer may prefer a form per language/culture/site.
A concreate scenario it that I have a workflow "Send email to user" to send confirmation email to user (copy of form submission).
An idea could be be to define this globally, but of course each form using this would need to have the field with alias
email
.Another idea is just the email part, e.g. something similar to email templates in Umbraco Commerce:
That way on the workflow configuration I only need to select the same email template (node). If the customer want to adjust header or footer text, it doesn't need to be done on 100 forms, just on a single node.
Perhaps consider is as global content similar to global blocks in Umbraco umbraco/rfcs#35
The text was updated successfully, but these errors were encountered: