Ok, so how would one show the actual value that is entered in the field?
For example I have made a dropdown list with Simple Fields, and I actually want to show the value that I enter for each drop-down option, and not "dropdown_num_4".
The documentation on eskapism.se even shows that It's supposed to show the value (your example with the color box, method 3, at http://eskapism.se/code-playground/simple-fields/tutorial-part-2/).
The example on your page wouldn't output "green", it would say something like "dropdown_num_2".
Thanks for an awesome plugin, and please straighten this issue out. Otherwise it's excellent!
EDIT: Managed to change the plugin myself to save the value and not the index to the post_meta in DB. But I think this should be the default behavior.