25 Jan
2008
25 Jan
'08
1:58 a.m.
You explained that you are using multistep. And perhaps you're problem appears on the second or subsequent form. (I'm guessing). #default_value is the default, and it is replaced by values from the post. So try a print_r($_REQUEST) and see if name or edit[name] is being passed in. Also try a print_r($form), after your alter to see what's really in #default_value. -Dave