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.

Passing fields via query string passes drop-down label instead of value

  1. I've created a "Dealer Locator" form that needs to pass fields via query string to the actual dealer locator page (with an iframe app that reads the data from the query string). However, when I try to pass the values of a drop-down, it is passing the label instead.

    So one of the fields is "Distance". The options are 25 Miles, 50 Miles, etc. but the values need to be just 25, 50, etc. which is all setup properly in the form field. However, GF is passing the labels instead of the values in the query string, which breaks the connection to the next form.

    More of a bug report I guess...

    Posted 11 years ago on Tuesday January 29, 2013 | Permalink
  2. Add this to your existing merge tag:

    :value

    If your merge tag was previously {Distance:6}, change it to {Distance:6:value}

    Posted 11 years ago on Tuesday January 29, 2013 | Permalink
  3. Thanks!

    Posted 11 years ago on Tuesday January 29, 2013 | Permalink
  4. You're welcome.

    Posted 11 years ago on Tuesday January 29, 2013 | Permalink

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