How can I pass data in an Input table from a form to another?

  • williamhay
    Asked on June 26, 2019 at 6:33 AM

    HI,

    is it possible to pass tha data inserted in an "Input table" from a form to another form

    I am actually encountering problems with this element.

    the "data passing" works properly with every element except with the "Input table".

    regards

  • Victoria_K
    Replied on June 26, 2019 at 8:55 AM

    Hello,

    It may be possible, but I think there's no easy way to pass data from one Input Table to table on different form. May I ask what is the input type for fields of your table? 

  • williamhay
    Replied on June 26, 2019 at 10:20 AM

    The Input tybe can be both numbers and letters.


    what exactly is different compared to another "element". and why the method which works for the another elements does not work with the Input Table?


    Anyway the forms in question are  Gift_Con tabella_First (First Form) and  Gift_Con tabella_Second (second).


  • Victoria_K
    Replied on June 26, 2019 at 11:54 AM

    I'm afraid it is only possible to pass data from one table to another if first passing the data of every cell into separate calculation widget. That's because table holds the data not as single input, but as an array of answers.

    How can I pass data in an Input table from a form to another? Image 1 Screenshot 20

    Then, you can paste the data into second table using the following format of URL:

    https://www.jotform.com/90722701315953?q3_input3[0][0]={calculation}&q3_input3[0][1]={calculation1} 

    Here is a demo form: https://www.jotform.com/90722701315953

    1552563987Untitled2 Screenshot 31