Anyone else getting this problem, where the value isn't prefilled properly when you go back and edit it? The default value is only the first character of the actual value.
Anyone else getting this problem, where the value isn't prefilled properly when you go back and edit it? The default value is only the first character of the actual value.
Comments
Comment #1
danielb commentedI noticed something strange with the $_POST nesting the value in an array - but in the db it is stored correctly.
I'm looking in the arrays my module outputs and they always give the full value, but if I form_alter I indeed only see 1 char there
Comment #2
danielb commentedwell whaddya know #default_value being set the exact value I want is apparently wrong, infact it must be an array with the default value at the correct delta? or something...