- Issue created by @merilainen
What "didn't work" about adding multiple elements? It's intended this module allows for multiple workflow elements on the same form, which sounds like it would solve your use case if working.
- 🇫🇮Finland merilainen
I have two workflows, let's call them "New order" and "Replacement order". I was hoping to activate one or the other dynamically when user has selected something on the form, for example in a select element which has the same options.
It's possible to define the conditions that one workflow element's "State" is for example enabled when user has selected "New order" from another element, but it doesn't seem to affect anything. Whatever workflow element is higher in the webform configuration will be the active workflow.
The module does seem to support disabling transitions in the selected workflow. But not choosing a completely different workflow depending what user has selected somewhere else in the form.