hi
i have SS 2.3.1
i want to do exactly the same as here http://www.silverstripe.org/archive/show/85210 but it doesnt work
maby set default TextField value by $defaults but how to put member FirstName into Autor field ?
public static $db = array(
"Autor" => 'Text'
);
static $defaults = array(
"Autor" =>
);