You are viewing limited content. For full access, please sign in.

Question

Question

Open Form Based Off Input

asked on July 18, 2014 Show version history

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.

0 0

Answer

SELECTED ANSWER
replied on July 22, 2014

Thanks for the suggestion. I ended up just redirecting to an html file that will redirect based off of the age to another html file. 

0 0

Replies

replied on July 18, 2014

you might just be able to use javascript to create a link at the bottom of the page that brings them to another form that has the variables predefined in the URL based off the input of some fields. 

0 0
SELECTED ANSWER
replied on July 22, 2014

Thanks for the suggestion. I ended up just redirecting to an html file that will redirect based off of the age to another html file. 

0 0
You are not allowed to follow up in this post.

Sign in to reply to this post.