I want to create a registration form using Umbraco forms. I could use a Custom workflow to register the member on submission, but If I want to do some validation first, i.e check that the member hasn't already registered and if so then report that error back to the screen I'm stumped..because the custom workflow will execute after the "show message / redirect to page" workflow and there is no way to change that order. So is there another way to achieve this?
Custom workflow
Hello,
I want to create a registration form using Umbraco forms. I could use a Custom workflow to register the member on submission, but If I want to do some validation first, i.e check that the member hasn't already registered and if so then report that error back to the screen I'm stumped..because the custom workflow will execute after the "show message / redirect to page" workflow and there is no way to change that order. So is there another way to achieve this?
Cheers!
Hi John,
Have you seen this package from Dennis Aldofi, perhaps this can help you or at least give you an idea how you should build your own version.
https://our.umbraco.org/projects/backoffice-extensions/memberforms-workflow/
Hope this helps,
/Dennis
is working on a reply...