I'm trying to pass the value (NOT label) of the selected <option> in a <select> form element. However, it's passing along the label of the <option> instead of the value.
I'm trying to pass the value (NOT label) of the selected <option> in a <select> form element. However, it's passing along the label of the <option> instead of the value.
Here's what I'm using in the confirmation settings:
file={Filename:21}-{File Format:22}-{Size:23}.zip
I'm not sure which merge tag you want the value from but it would likely be {File Format:22:value} that you are looking for. http://www.gravityhelp.com/documentation/page/Merge_Tags
Pefect! Thanks!