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

Question

Question

Multiple forms navigation

asked on January 21, 2014

I have a use case where when I submit the form, i need to show a second form that captures some additional information. How do i acheive this with forms and business process? What activity should i use?

2 0

Answer

APPROVED ANSWER
replied on January 21, 2014

If the second form should be shown immediately after the first form is submitted (meaning that the user should be able to see the form immediately without going to their tasks page) then no, that's not currently possible in Forms. This feature has been requested and we're looking in to adding it to an upcoming release of Forms.

1 0

Replies

replied on January 21, 2014 Show version history

Are you needing the information from the second form to retain information that was entered in he first form? If not, instead of showing a message when the form is submitted you can have it direct to a specific URL which would be the URL of the second form.

 

If you do, does the second form only show if certain criteria are met within the first form? If so, would adding the fields that would be on the second form, but using Field Rules to only display them if the criteria is met work? You could also use the pagination examples from the LF Conference (Advanced Forms Class) so they could even be on a different "page" if that is needed.

2 0
replied on January 22, 2014

Thanks. I do not need the information on the second form to retain information that was entered in he first form.  When the form is submitted if I direct to a specific URL which would be the URL of the second form, then will the second form be in a different business process? So, I will create 2 business processes. The first business process will have first form and second one with second form?

0 0
replied on January 22, 2014

Yes, using that method each form would be in its own business process.

1 0
replied on January 22, 2014

As Eric said, yes it would be in its own BP. I would try to implement the pagination ability using custom HTML and JavaScript so if the criteria is met and the second form needs to be used, those fields appear. On the back end, if you need the information on two actual separate forms, you could have workflow fill out a PDF and it would have access to all the information submitted.

2 0
replied on January 22, 2014

Thanks.

0 0
replied on January 22, 2014

Is there a way to have a user task show the second form in the same BP instead of creating two different business processes?

0 0
replied on January 22, 2014

Yes, you can assign the submitter a user task (provided the submitter is logging in) with the second form. You're not able to redirect them to that task right away, though. They'll need to go to their email or the My Tasks page to fill it out.

0 0
replied on January 22, 2014

Can you please provide an example BP where user fills a form and it sends an email to user. The email has link to take user to second form. When user clicks on link, it should authenticate user and show the second form. Once the second form is submitted, it should take to thank you page. Thanks.

0 0
replied on January 22, 2014

In that scenario, the second form is assigned to the user as a user task. If you set up an email notification for the user task (in the Notifications tab of the user task's settings) there will be a link to the submission in the email notification.

 

Because this is not a starting form, you cannot redirect the user after they perform the task.

0 0
replied on January 22, 2014

Ok, thanks very much.

0 0
replied on December 11, 2015 Show version history

I have a similar scenario... My process starts with a public user accessing a terms and conditions page with an "I agree" button. Once clicked, I'd like them to proceed to an application form.

I am running the latest version of forms.

Is this possible to do within forms?

0 0
replied on March 15, 2017

Just wondering if there has been any updates and this particular issue / feature added to 10.2 version yet ?

0 0
replied on October 25, 2018

I would like to know if this functionality has been added since the original post.  Can you complete multiple forms in one business process without assigning them. 

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

Sign in to reply to this post.