Hi,
Something weird with dropdowns?
When submiting a form, the name of the choice is sent instead of its value.
I enabled values (and changed them) and enhanced user interface.
Any help would be greatly appreciated!
Cedric
Hi,
Something weird with dropdowns?
When submiting a form, the name of the choice is sent instead of its value.
I enabled values (and changed them) and enhanced user interface.
Any help would be greatly appreciated!
Cedric
If you want to see the value, rather than the label, you can add :value to your merge tag. Like this:
{all_fields:value}
Documentation here:
http://www.gravityhelp.com/documentation/page/Merge_Tags
Well, I should have read the documentation first. ;)
Thanks a lot!
You're welcome. Have a wonderful day.