[eluser]axelf[/eluser]
Hi,
what is the best way in order to populate fields in a form? Now i use the second parameter of set_value. The 2nd parameter is shown in the formfield.
Code:
set_value('fieldname',isset($var) ? $var : '');
Is there a better way to do this?