Umbraco Forms change MessageOnSubmit in custom workflow
Hi,
I am considering buying 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.
In our implementation we used magic string : session string set from a custom workflow which, tho it executes after the default workflow, is updated when end user sees the message on submit.
Umbraco Forms change MessageOnSubmit in custom workflow
Hi,
I am considering buying 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
Bumping this!
Hey Gary,
In our implementation we used magic string : session string set from a custom workflow which, tho it executes after the default workflow, is updated when end user sees the message on submit.
is working on a reply...