Forms that feed into other forms

Hey guys!

I wanted to know if it was possible to automatically fill a form using information from another form on Wix. What I mean is…

I have an application form that I want users to fill out.
When this has been filled, I want their information to be automatically added to a second form which has more information but will need the information that they first submitted. On this second form where their automatic information is generated, I’d like them to be able to download this form in order to get it signed.

I’m looking for a way to use Wix Code to do this automatically instead of manually having to copy and paste their info from the first into the second form, and then I want them to be able to download the completed form.

Does this seem possible with Wix Code? (Hope I’m making sense)

Hi Shauna-Kay,

You can refer to this step-by-step example on how to auto-fill a form from another form. But instead of manually coding the input values, you can get the user data from your dataset (from the first form).

Alternatively, consider using a multi-stage form by incorporating both forms on the same page.

Hope this helps!

Cheers,
Ben

Thanks. But I just created fillable PDFs elsewhere and created a database form that allowed me to upload the PDFs. Thanks for your help.