I am using Symfony 1.3.2 on Ubuntu 9.10
I want to set a default value for a textarea widget, with data read from adb.
My code snippet in the template looks like this:
<?php $form['notes']->render(); ?>
API docs don't show how to do this - does anyone know how to do this?
html forms symfony1 textarea
morpheous
source share