Why not use the drop down and not the hidden fields?
Using the drop down you would set the label of the choice to the friendly name, then enable values and set the value of the choice to the filename. Then configure the merge tag to output the value rather than the label.
For example, see this screenshot:
http://dl.dropbox.com/u/185347/Slingshot/Pictures/Screen%20Shot%202011-11-15%20at%204.32.26%20PM.png
Then for the merge tag for that drop down you would add :value to the end of it like this:
{My Field Name:1:value}
That would output the value of that field rather than the friendly label. In this case it would be your file name, which your user didn't see... they just saw the friendly label.
You can find merge tag documentation here:
http://www.gravityhelp.com/documentation/page/Merge_Tags
Posted 13 years ago on Tuesday November 15, 2011 |
Permalink