<xf:textarea
shows the value of $string when I submit and return $string from the controller:
HTML:
<xf:textarearow name="string" label="Metin" autofocus="autofocus" value="{$string}" required="required" rows="10"/>
<xf:editorrow
shows nothing:
HTML:
<xf:editorrow name="string" label="Metin" autofocus="autofocus" value="{$string}" required="required" rows="10"/>
What could be the problem? When I change the value to '$xf.visitor.email', it shows my e-mail perfectly...
Thanks for any help.