Hello, I'm new here and have stumbled on a problem when using field_type dropdown with an array that goes something like this
array('0'=>'zero', '1'=>'one'... etc.
The problem is that when the value is 0 the dropdown does not select it when editing.
How can I work around this issue?
Changing the table in database to start from 1 is not an option.