what should be the result from default_value and description? The same? No, look:
Array ( [name] => test something )
'something' shows on both outputs, but 'test' only in #descrtption. If is the SAME source ($report['name']), where is 'test' ??? I'm geting crazy with that :P
I can provide a demo site if its a good idea.
Feijó
Tao Starbow escreveu:
Probably means your #value is getting set through some other mechanism. FormAPI can be pretty subtle at times. I seem to remember having a similar problem when I was playing around with #multistep, but I don't remember how I fixed it.