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...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
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...