Cards: How to pass Image Choice data to another form via URL parameters?

  • liberators
    Asked on August 14, 2018 at 3:24 AM

    Hello i'm trying to pre-populate my 2nd form which is linked to my first form. 

    I am using the "image selector" and the Field IDs to pre-populate is not clear to me.

    1. There seems to be a significant GLITCH with the field id inside of the "advanced options" when the form is on "one question per page" mode. Many of the fields ID's cannot be viewed when in the "one question per page" mode. 

    2. image selector is not possible on the "full page of questions mode"

    3. I have used my inspector to try and find what the field id is and feel close with input

    My first form is --> https://form.jotform.co/82218641121851

    My second form is --> https://form.jotform.co/82131458074858

    Please share with me what my unique URL would look like with the first image selected to be automatically selected in the second form. thank you!

    I have already tried https://form.jotform.co/82218641121851?selectYour={selectYour7}

    p.s I've figured out that the {selectYour7} command from the first form is causing a glitch as it's not just including the specific value it should which would be "Participate in Eye Contact Experiment|https://www.jotform.com/uploads/sharp8989/form_files/add-user.5b6e58835518a9.45080374.png" so i've manually overrided it by manually putting in the exact 3 command possibilities via conditional logic instead of letting the {selectYour7} do it for me. This is a hassle, but it's a temporary solution until programmers can fix this glitch.

  • Victoria_K
    Replied on August 14, 2018 at 6:45 AM

    Hello,

    Field IDs are not available for Cards layout, but to pre populate the form via URL parameters, you need to use fields unique names, which are available.

    To pass Image Choice field data to another form, pre populated URL should look like the following:

    https://form.jotform.com/82131458074858?selectYour7={selectYour7:0},{selectYour7:1},{selectYour7:2} 

    Here is related guide: How-to-Automatically-Pass-Form-Data-to-Another-Form

    Please let us know if you need more help.