I have been searching for the answer to this but cannot locate it.

  • russeliason
    Asked on April 21, 2020 at 7:56 PM

    I have been searching for the answer to this but cannot locate it. When passing data from one form to another I have been able to successfully pass fields with only ONE unique name and ONE field ID, the question is, on fields with multiple field ID's do you have to put the # and do you use a comma?

    Example: ?propertyAddress=#input_18_addr_line1,#input_18_addr_line2,#input_18_city,#input_18_state,#input_18_postal,#input_18_country

    or

    Example:

    ?propertyAddress=#input_18_addr_line1&propertyAddress=#input_18_addr_line2 etc, etc.

    form1: https://www.jotform.com/build/91535733401149

    form2: https://www.jotform.com/build/91787066617166

    Thank you

  • Elton Support Team Lead
    Replied on April 21, 2020 at 11:22 PM

    You have to populate each field using these tags separated with and ampersand & symbol.

    addr_line1

    addr_line2

    city

    state

    postal

    country

    Example:

    ?propertyAddress[addr_line1]={propertyAddress:addr_line1}&propertyAddress[addr_line2]={propertyAddress:addr_line2}&propertyAddress[city]={propertyAddress:city}

    If you need further clarifications, let us know.