I would need to do some advanced validation on a form I am building with Contour, this validation includes a couple of fields, external webservice and such things.
My idea was to define a new workflow, create it and set it up...the idea would be if it fails that it returns the user to the form...however I cannot find a way to return the user to the form through workflow.
I've tried RecordService methods (GoToPage, PreviousPage, NextPage...), I've tried returning Cancelled or Failed status from the workflow...but nothing seems to work, I always get redirected to the Thank You page.
So, there is no way to write custom workflow that will "intercept" submitting of form, do some checking, and then return to form on fail or submit it on success?
I've seen some payment modules for contour.. I wonder how they do it because I guess they want to stop whole process if payment fails.
Contour Workflow return to form?
Hi,
I would need to do some advanced validation on a form I am building with Contour, this validation includes a couple of fields, external webservice and such things.
My idea was to define a new workflow, create it and set it up...the idea would be if it fails that it returns the user to the form...however I cannot find a way to return the user to the form through workflow.
I've tried RecordService methods (GoToPage, PreviousPage, NextPage...), I've tried returning Cancelled or Failed status from the workflow...but nothing seems to work, I always get redirected to the Thank You page.
Can anyone help me? How can I do this?
Thanks!
Vladan
Anyone?
So, there is no way to write custom workflow that will "intercept" submitting of form, do some checking, and then return to form on fail or submit it on success?
I've seen some payment modules for contour.. I wonder how they do it because I guess they want to stop whole process if payment fails.
Comment author was deleted
Bump. Need this functionality as well.
is working on a reply...