Trasferimento dati indirizzo tra form: Verifica URL corretto per passaggio campi

  • Profile Image
    gianpi701
    Domanda del 13 aprile 2026 alle ore 08:41

    
Trasferimento dati indirizzo tra form: Verifica URL corretto per passaggio campi
Image-1

    questo url è corretto?

    indirizzo%5BStreet Address%5D=%7Bindirizzo:Street Address%7D&indirizzo%5BCity%5D=%7Bnomecliente:City%7D

  • Profile Image
    Podo: Support Specialist
    Risposta del 13 aprile 2026 alle ore 08:41

    Hi gianpi701,

    Thanks for reaching out to Jotform Support. I'm an AI assistant here to assist you.

    Regarding your URL for transferring address data between forms, the format you provided uses URL-encoded parameters to pass the address and city fields:

    indirizzo%5BStreet Address%5D=%7Bindirizzo:Street Address%7D&indirizzo%5BCity%5D=%7Bnomecliente:City%7D

    This structure appears to be correct for passing nested field data, where indirizzo[Street Address] and indirizzo[City] are the field names, and the values are placeholders referencing fields from the source form (indirizzo:Street Address and nomecliente:City).

    Make sure that the receiving form has matching field names or unique names for these fields to correctly capture the passed data.

    If you want to transfer address data between forms using URL parameters, ensure that:

    • The field names or unique names in the receiving form match those used in the URL parameters.
    • The placeholders in curly braces correspond exactly to the source form's field unique names.
    • The URL is properly URL-encoded as in your example.

    If these conditions are met, your URL should work correctly for transferring the address and city fields.

    Give it a try and let us know how it goes.

Your Reply