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?