Hi,
I have a form which has a drop-down select box for the user to pick (and a load of checkboxes to tick).
I've noticed when I view my Entries, its the text given for the "value" of the chosen option that being displayed - wanted to know can I make it display the "option" text instead?
eg.
Select box (option text : value)
Product ABC : 1/100
Product XYZ : 2/345
Service ABC : 4/60
Service XYZ : 3/25
If someone selects "Service ABC" on the form - when I view my entry I see that they selected "4/60". Anyway that I can change it to show me the label text - "Service ABC"?
I know I can change the value to be more descriptive but some of these options are quite long and might change and I am also linking to this form from several other pages via query string and passing in "value" so it can be auto-selected.
Thanks