PLEASE NOTE: These forums are no longer utilized and are provided as an archive for informational purposes only. All support issues will be handled via email using our support ticket system. For more detailed information on this change, please see this blog post.

Merge Codes - Advanced Form Fields

  1. I’m using the merge codes (i.e. {field_label:1}) to output form data in emails notification.

    This merge code works great for standard form fields with a single value. But how do I obtain the multiple values in advanced form fields, such as name or address where there are multiple values as part of the field id?

    Posted 11 years ago on Monday October 8, 2012 | Permalink
  2. You can use the merge tag drop down in the notifications editor and it will allow you to select the individual fields that belong to the Address field. It will look something like this:

    {Address (Street Address):14.1} {Address (Address Line 2):14.2}

    Posted 11 years ago on Monday October 8, 2012 | Permalink
  3. Thanks. This solved the issue.

    I did find that the address form fields were sequential as expected, for example 14.1, 14.2, 14.3, etc. The name form fields were a bit different. First name was field 3. Last name was field 6.

    Posted 11 years ago on Monday October 8, 2012 | Permalink
  4. That is expected behaviour. You don't have to guess at these though. You should use the merge tag drop down. Is that not working for you? The drop down will have the merge tags in the proper format for you.

    Posted 11 years ago on Monday October 8, 2012 | Permalink