Share via

linking two infopath forms

Anonymous
2012-11-26T08:59:38+00:00

Hei all.I have a requirement in infopath 2010. I have  created 2 forms say, form A and form B. On clicking the submit button on form A, it would be submitted to a sharepoint library and depending on a particular field value in form A, form B would open. User fills out the opened empty form B and submits it to the library.

Microsoft 365 and Office | Install, redeem, activate | For home | Other

Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.

0 comments No comments

1 answer

Sort by: Most helpful
  1. Anonymous
    2012-11-27T04:46:18+00:00

    This is possible, but only with a lot of complicated work in the background. The issue is that each XML file generated is tied to a specific form template. To have the same XML created by one template later open in a different template is just not something you want to try to tackle.

    HOWEVER, you can have a single form that ACTS like two separate forms by simply having multiple views. A field in the form identifies which form (view) is presented to the user. This gives the appearance of having multiple forms, but avoids the complexities described above.

    Was this answer helpful?

    0 comments No comments