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.

Form Confirmation - Pass Field Data Via Query String - Labels vs Values?

  1. I've got two forms, after the first submits, it sends you to the second and should be putting a field dynamically in the URL of the second form's page.

    That works -- except, the field in question on the first field is a selection field with values separate from labels. The label is sent instead of the real value. So on the other form, it's looking at that query variable in the field's advanced settings for the value. It sees the label, but doesn't pick up that the label matches the label.

    What I think is happening is that the selection field is dynamically populating the URL for the second page with the label, but the form display function is looking for the 'value' portion. The second form's field in question is also a selection field with values separated from labels.

    Posted 12 years ago on Friday September 9, 2011 | Permalink
  2. To pass the value instead of the label you append :value to the merge tag when configuring the query string redirect.

    For example use this:

    {My Field:1:value}

    Instead of this:

    {My Field:1}

    Posted 12 years ago on Friday September 9, 2011 | Permalink
  3. Sweet, will use it. Thx for the clarification

    Posted 12 years ago on Friday September 9, 2011 | Permalink

This topic has been resolved and has been closed to new replies.