Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
I have a custom workflow for processing payments.
If the payment fails, the user is returned to the form and the form is re-populated using "AllowEditableFormSubmissions"
However, when re-submitting the form, the Workflow is no longer hit.
Does anyone know how I can get this to work and fire the workflow again?
Looks like there is a setting for this, just set IgnoreWorkFlowsOnEdit to false:
"Forms": { "Options": { "AllowEditableFormSubmissions": true, "IgnoreWorkFlowsOnEdit": false // this is the fix },
is working on a reply...
This forum is in read-only mode while we transition to the new forum.
You can continue this topic on the new forum by tapping the "Continue discussion" link below.
Continue discussion
Umbraco Forms Custom Workflow - Rerun
I have a custom workflow for processing payments.
If the payment fails, the user is returned to the form and the form is re-populated using "AllowEditableFormSubmissions"
However, when re-submitting the form, the Workflow is no longer hit.
Does anyone know how I can get this to work and fire the workflow again?
Looks like there is a setting for this, just set IgnoreWorkFlowsOnEdit to false:
is working on a reply...
This forum is in read-only mode while we transition to the new forum.
You can continue this topic on the new forum by tapping the "Continue discussion" link below.