I am building some forms with Umbraco Forms, but before I do I need to ensure that it is going to be able to be extended in the way I need. Can anybody tell me how I can alter the MessageOnSubmit property to show a custom success message for each submission?
I have tried setting this (e.Form.MessageOnSubmit) in a custom workflow type, but the original message set in the UI is still always shown.
Appreciate any guidance you can offer.
Gary