Can I display fieldset/group name in a razor email template (FormsHtmlModel) - Forms 12
using Umbraco forms 12. I would like to display some more context to the data they are sending. Being able to display the group name would help a lot. I know the data isn't saved in the entries, and rightly so, but it would be nice if this model contains some additional data.
Currently having the same problem with Title & Description and Richtext, they just return empty fieldValue, so I cant use this either.
If this isn't supported out of the box, what's the best way and where to start? A new custom email workflow?
My first thought was to do some mapping if I could fetch the form model using the form id provided with the FormsHtmlModel but im not sure if that's possible from razor email template alone, if possible at all.
Can I display fieldset/group name in a razor email template (FormsHtmlModel) - Forms 12
using Umbraco forms 12. I would like to display some more context to the data they are sending. Being able to display the group name would help a lot. I know the data isn't saved in the entries, and rightly so, but it would be nice if this model contains some additional data.
Currently having the same problem with Title & Description and Richtext, they just return empty fieldValue, so I cant use this either.
If this isn't supported out of the box, what's the best way and where to start? A new custom email workflow?
My first thought was to do some mapping if I could fetch the form model using the form id provided with the FormsHtmlModel but im not sure if that's possible from razor email template alone, if possible at all.
Thansk for any help and suggestions!
is working on a reply...