How to Strip Headers from Postal Addresses in the Thank You page.

  • grantlaunch
    Asked on April 2, 2019 at 4:13 PM

    I'm trying to pass the address form fields to my thank you page.

    I was able to find one other support thread that said this is the format for breaking the address into separate form fields but it hasn't been working for me. 

     

    This is the name of my address field

    {organizationAddress}

     

    I'm trying this below and it doesn't work 

    {organizationAddress:addr_line1}

    {organizationAddress:addr_line2}

    {organizationAddress:city} 

    {organizationAddress:state} 

    {organizationAddress:postal}

  • David JotForm Support Manager
    Replied on April 2, 2019 at 6:03 PM

    Please try to add it again:

    {organizationAddress:addr_line1}

    {organizationAddress:addr_line2}

    {organizationAddress:city}

    {organizationAddress:state}

    {organizationAddress:postal}

    I have tested it, and it worked fine:

    1554242605worked 001 Screenshot 10

    Result:

    1554242503worked Screenshot 21

    Let us know if you need more help.

  • grantlaunch
    Replied on April 2, 2019 at 9:23 PM

    These work, thanks.