There is a standard "Submit message / go to page" step in the workflow, but it requires you to select a specific page, rather than enter a relative address to a page.
We are building a multi-language site (different root node per language), but an Umbraco Form requires that you select a specific page. That would require us to create the same form for every language.
We would like to be able to enter a relative path (a sub-page, most likely) that will work whatever the language.
If we create our own "Workflow", can I make the standard "Submit message / go to page" be ignored?
Or is there a way to intercept the standard "Submit..." workflow?
Provide our own "Submit Message" process
There is a standard "Submit message / go to page" step in the workflow, but it requires you to select a specific page, rather than enter a relative address to a page.
We are building a multi-language site (different root node per language), but an Umbraco Form requires that you select a specific page. That would require us to create the same form for every language.
We would like to be able to enter a relative path (a sub-page, most likely) that will work whatever the language.
If we create our own "Workflow", can I make the standard "Submit message / go to page" be ignored?
Or is there a way to intercept the standard "Submit..." workflow?
Hi Gordon,
The way to go is to use a custom workflow with all needed fields and logic.
Thanks, Alex
is working on a reply...