Is there an easy way to set a default value for text form field?
Can be use during the creation easily with :
->add('myfield', 'text', array( 'label' => 'Field', 'empty_data' => 'Default value' ))