multiple lines in textarea

Hi,
I have a form with a textarea and multiple lines:

But, it’s show in a one line!!

one\ntwo

I have:

one
two

Hi
Try the next:

<item type="input" name="text"  label="Text" rows="3" value='one 
two'/>

Right! Thanks