admin field value and how to retrieve it?
I want to retrieve a value in a module in admin, and in form_fields() I was hoping to just use
$fields['fieldname']['value']
but even var_dumping the parent array, there is no index 'value'.
I'm feeling perplexed, as the value is written in the saved record, and I thought 'value' was a standard field? I'm sure this is how it worked in v0.93?
Comments
$fields['fieldname']['value']
won't contain it? So in form_fields(), for edits, the values have to be re-retrieved? That was always so, I'd forgotten!