I have 4 different forms that a user needs to filled in before it can be submited in a workflow. I would like validate all 4 forms before submitting. The problem is the user can submit from either form 1,2,3 or 4. So I'm looking for a methodology to best check all four forms before allowing the user to submit.
thanks