I am working on a couple of custom workflows for the latest Umbraco Forms version and I am trying to set default values for my custom settings. I'm assuming that I should be able to do this via the prevalues option on the Settings attribute but it doesn't seem to be working for me.
Example:
[Setting("Subject", description = "Enter a subject for the email", view = "TextField", prevalues = "Thank you for your enquiry")]
In most cases I simply want to prepopulate the text boxes with default text.
Custom Workflow Default Values for Settings
I am working on a couple of custom workflows for the latest Umbraco Forms version and I am trying to set default values for my custom settings. I'm assuming that I should be able to do this via the
prevalues
option on theSettings
attribute but it doesn't seem to be working for me.Example:
In most cases I simply want to prepopulate the text boxes with default text.
Am I missing a trick somewhere?
Cheers, Simon
Did you ever solve this? I am having the same issue..
Cheers, Niels
No, I don't think I did in the end - sorry.
I would like to set default values for workflow properties as well, please update if any solution available
is working on a reply...