XF 2.1 [Solved] <xf:editorrow> doesn't pass any input

MilkyMeda

Active member
<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"/>
But <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.
 
I think the problem here is <xf:editorrow does not pass the input to the controller.

I've checked it, that's the problem. But why?
 
Last edited:
Back
Top Bottom