How to pass data from one form to another with the second form popup in a new window

  • exsfvid
    Asked on June 3, 2016 at 9:55 AM

    JotForm equipment,

    I wonder if you can do something like the following two forms JotForm, ie a form containing certain information and through a pop up opens another form and that certain information is transferred from one form to another.

     

    Here is an example of what I require to do:

    How to pass data from one form to another with the second form popup in a new window Image 1 Screenshot 20

     

    Stay tuned thank you very much.

    Regards,

  • Huberson
    Replied on June 3, 2016 at 11:11 AM

    You can pass value from one form to another with JotForm(Not through a popup of course) by populating the second form via URL parameters once the first form is submitted.

    How-to-Automatically-Pass-Form-Data-to-Another-Form

    Prepopulating-fields-to-your-JotForm-via-URL-parameters

     

    If you need to have the form pre-filled with values when loaded, you can use PrePopulate Fields app for that.

  • exsfvid
    Replied on June 3, 2016 at 12:49 PM

    Hello,

    Look the truth try to follow the instructions and I can not do it ... I could help and let me see through a GIF, as is done please.

     

    My forms are these:

     

    https://form.jotformz.com/61544344378662

    https://form.jotformz.com/61544612041647

     

    Which one should I fill my data is transferred to the next?

     

    Stay tuned thank you very much.

    regards

  • Welvin Support Team Lead
    Replied on June 3, 2016 at 1:30 PM

    Here's the URL that should add in the first form:

    https://form.jotformz.com/61544612041647?curso2={curso1}

    Add it in the thank you URL or in the email so you can click to proceed to the second form.

    Here's the custom Thank you URL guide: https://www.jotform.com/help/38-Redirecting-Users-to-a-Different-Page.

     

    cusro2 is the field name of the Curso2: field in the second form.

    curso1 is the field name of the Curso1: field in the first form. Enclose with curly bracket for prepopulation. 

    The URL is self explanatory, but let us know if you need any further assistance on this.

  • Tdcapacitacion
    Replied on July 6, 2016 at 7:51 PM

    JotForm equipment,

    This to transfer from one form to another works with dropdown fields delista ?. That is, a drop-down field belonging to Form 1 to another drop-down field corresponding to Form 2.

     

    the link are:

    1) https://form.jotformz.com/Tdcapacitacion/cotizacion

    2) https://www.jotform.com/Tdcapacitacion/gestion

     

    this is the string program in the notification, this correct?

    https://www.jotform.com/Tdcapacitacion/gestion?Perfil de los participantes={perfilDe8}

     

    favpr if I can help with ejemplom as the person above post, the truth that I do not but I must be doing something wrong.

     

    regards

  • Kiran Support Team Lead
    Replied on July 6, 2016 at 9:42 PM

    Please note that the parameter in the URL to prepopulate can only be the field name. I see that you have used the field label and so it is not working.

    https://www.jotform.com/Tdcapacitacion/gestion?Perfil de los participantes={perfilDe8}

    Please use the following URL replacing the field label to a field name.

    https://www.jotform.com/Tdcapacitacion/gestion?perfilDe={perfilDe8}

    For more information on knowing about field names/IDs, please refer to the guide below:

    https://www.jotform.com/help/146-How-to-find-field-IDs-and-names

    Hope this information helps!