How to pass uploaded image from one form to another form?

  • Hangchanleakna
    Asked on April 9, 2019 at 3:25 AM

    hi , i have 2 form , 
    Form 1 , the user will attached the picture 

    Form 2 , i want the Form 1 appear the Picture of the user using Form 1 . 

    I have used below code to pop up the URL and my user of Form 2 can see it , but i failed to see pictures. can you assist whether it is possible ? 

    https://form.jotform.me/90980339431460?entryId={entryId}&requestersName={requestersName}&assignTo={assignTo}&whichArea={whichArea}&workDetails={workDetails}&pleaseLet={pleaseLet}&priority={priority}

  • Ashwin JotForm Support
    Replied on April 9, 2019 at 4:28 AM

    Unfortunately it is not possible to pass the uploaded file data from one form to the file upload field of other form. 

    There is one way to achieve your requirement and here are the steps you need to follow:

    #1. Please delete the file upload field of second form and add add "Short Text Entry" field.

    #2. Grab the tag name of the file upload field and pass it on to second form to populate the short text entry field.

    This will ensure that the uploaded file URL is displayed in second form but it will not display / preview the image. Here is a sample URL on  how you will pass the upload URL to second form: URL: http://form.jotformpro.com/form/XXXXXXXXXXXXX?fileUploadLink={uploadTag}

    Hope this helps.

    Do try it out and get back to us if you have any questions.