hi how can i add a value here
//here is the htmloutput
<input type="text" value="default">
echo CHtml::textField(‘FORMNAME[fieldname]’);
thanks ![]()
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’);