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 Field Label & Value

  1. Social6
    Member

    Is there a way to merge the field label and value in the notification without using the insert all fields function?

    Ie. If the field is a multiple choice question and I want to merge in the question (field label) and the response in the notification?

    {all_fields} = this returns what I would like
    {Test 123:1} = merges only the response

    Posted 12 years ago on Wednesday October 26, 2011 | Permalink
  2. Hi Social6,

    You can add the "label" attribute like so:

    {Phone:2:label}: {Phone:2}

    Which would output:

    Phone: 757-636-1234

    Posted 12 years ago on Wednesday October 26, 2011 | Permalink