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...