This request is regarding the Gravity Forms Wordpress Plugin (version 2.4.8)
Hi,
I have noticed that there’s a potential issue with the “Redirect” method on confirmation within the current Wordpress plugin (tested with versions 2.4.5 and 2.4.8). If you have a dropdown field with values that are differing from their label and use a confirmation with the type “Redirect”, the query string parameter for the field will be the label, not the value.
Here’s how my sample HTML form field looks like: https://gist.github.com/jastend/5d09973ab354e09f755120d786f50050
And this is the respective section within the redirect data:
How_can_we_help={I’m interested in…:28}
Now e.g. when submitting the form, I would expect the value of the selected field to be used for the POST request, but instead the label is used. So in my example, if a user selects “Instruments”, I would expect the form handler to send “Device” as a value.