Custom Fields - Select List Option Data

Hi,

I’m using the scheduler with a number of custom fields that have been configured as select lists. I’d like to access the event data through MySQL but find that the field values are in the format “field_0”, “field_1” and so on.

Can anyone tell me where the actual option text is stored?

Thanks,

Michael

By default scheduler saves values of options, not their text
If you need to save text, define options as

			{key:"text", label:"text"},

Thanks very much for the reply, but could you give me some more information as to where I need to set these options, I couldn’t find it in the GUI so I’m guessing it’s behind the scenes?