Hi
I'm having a problem passing a value from a drop down to a query string on a "thank you" page.
I have a drop down with an admin field label 'gtwid'. Each choice has a choice label that displays in the form - 'Webinar 1' 'Webinar 2 (free)' etc. Each choice has a value attached to it, (e.g. '54321') which I want to pass to the thank you url via a query string, but the choice label is being passed instead, see below;
How do I pass the value rather than the label via the query string?
Thanks