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

Question

Question

Form within a form

asked on July 21, 2021

I was wondering if it's possible to put a form within another form. We're working on an application form that has supplementary documents that need to be uploaded as part of the application. Some will simply need to be uploaded, but is it possible to link to another LF form to complete a simple form as part of the supplementary documents for the application? 

I'm hoping there'll be a button on the main form (form A) that would open in a different form (form B) and is submitted before continuing on the application (form A). Both form A and B would be saved to the repository with similar metadata once completing the process. 

If this is possible, how would it be set up? 

0 0

Replies

replied on July 21, 2021

Have you tried using an iFrame to embed another form into your form?

In an Custom HTML field, on the Html tab, enter the following (using the actual URL to your published form of course):

<iframe id="myframe" src="https://yourformurl.com" width="100%" height="200px"></iframe>

 

I haven't tested what would happen if you submit this form within a form, but I think it would work.

Maybe enough to get you pointed in the right direction?

0 0
replied on July 21, 2021

Do you need a completely separate form instead of simply adding a Page 2 where you can put a collection with a file upload field and any additional data you'd want to collect? Configure the Page 2 to only show up if additional documents are required

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

Sign in to reply to this post.