Is there a way of getting the Umbraco.Forms.Web.Models.FieldViewModel model of a field value when I'm inside an email template.
Use case is that we have a default value on a field - end user shouldn't be able to change the field value so I want to set it back in the email template by getting the default value (so the editors can still update this text). Can't work out how to do it.