Is it possible to pass a file upload document from one form to another?

  • OldDomEMSAlliance
    Asked on May 3, 2019 at 6:17 PM

    Is it possible to pass a 'upload document' from one form to another? I need the customer to upload a document and then have that send to me in the second form to verify and then click approve (which I added to the second form).

  • Jed_C
    Replied on May 3, 2019 at 11:02 PM

    I'm afraid to say that it is not possible to pass on the URL of the local file from one form to another form through URL parameters.

    The possible way is, you can access the URL of the uploaded on the first form and pass it to the second form. You can use the the {tag} name of your upload field attachments={attachments}.

    For example:

    URL: https://form.jotformpro.com/form/91228502825960?uploadLink={upload} where {upload} is upload field tag from the first form.

    Here's my demo form: https://form.jotform.com/91228502825960. You can clone it on your end and see how it was set up.

    Related Guides:

    Prepopulating Fields to Your JotForm via URL Parameters

    How to Automatically Pass Form Data to Another Form 

    I hope this helps. Let us know if you have any questions or if you need further assistance.