Add A Value

hi how can i add a value here

//here is the htmloutput

<input type="text" value="default">

echo CHtml::textField(‘FORMNAME[fieldname]’);

thanks :(

i get it ^_^

echo CHtml::textField(‘FORMNAME[fieldname]’,‘default’);