Here's an example situation that I am trying to achieve.
A process is launched which has a form where a user enters some information. When they click submit, it automatically moves to a new form where they will put in their age group. When they click submit it will open the appropriate form based off their age group.
I have tried to use a decision that opens the form based off the age group but it does not automatically open the form. The user has to go into tasks and manually click the task pending. How do I make it automatically open a form once the submit button on a different form is clicked.
I have thought about redirecting to an html file that will just redirect to the other form the only problem is I cant redirect directly to a form inside a process, I have to build a completely seperate process for each form I want to redirect too. Is this even possible?
Update:
I actually need it to redirect to a webpage rather than a form.